Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pigne committed Jul 16, 2020
1 parent acd2dca commit 58e29ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ then, add the `gs-core` and `gs-algo` to your dependencies:
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-algo</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.graphstream</groupId>
<artifactId>gs-algo</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>

<name>gs-algo</name>
<description>
Expand Down Expand Up @@ -263,7 +263,7 @@
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 58e29ec

Please sign in to comment.