Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axlbonnet committed Mar 21, 2019
1 parent 1ecb1cf commit 4b8698d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It allows to interact with the server.

The client also has a command line, that can be used with the command:
```shell
java -jar grida-client-2.0.0.jar
java -jar grida-client-2.0.1.jar
```

When this command is run without arguments, it prints the usage to
Expand Down
2 changes: 1 addition & 1 deletion grida-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insalyon.creatis</groupId>
<artifactId>grida</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>grida-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grida-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insalyon.creatis</groupId>
<artifactId>grida</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>grida-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grida-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insalyon.creatis</groupId>
<artifactId>grida</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>grida-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>fr.insalyon.creatis</groupId>
<artifactId>grida</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>GRIDA</name>
<description>GRID data manager Agent</description>
<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 4b8698d

Please sign in to comment.