Skip to content

Commit

Permalink
release 2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pigne committed Apr 12, 2018
1 parent 8d9c5ba commit c3d06c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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-alpha</version>
</dependency>
<dependency>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-ui-javafx</artifactId>
<version>dev-SNAPSHOT</version>
<version>2.0-alpha</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

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

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

Expand Down

0 comments on commit c3d06c6

Please sign in to comment.