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 dfa9f5f commit 4ab1a8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,12 +43,12 @@ then, add the `gs-core` and `gs-ui-javafx` 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-ui-javafx</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@

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

<name>gs-ui-javafx</name>
<description>javafx interface for GraphStream</description>
Expand Down Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -266,7 +266,7 @@
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-algo</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4ab1a8e

Please sign in to comment.