Skip to content

Commit

Permalink
mark version 2.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Aug 28, 2018
1 parent 9976a2e commit 9560870
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Render Documents</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Janelia Rendering Utilities</name>
<groupId>org.janelia.render</groupId>
<artifactId>modules-root</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -102,7 +102,7 @@
<guava-version>19.0</guava-version>
<jackson-version>2.6.7</jackson-version>
<logback-version>1.1.2</logback-version>
<render-version>2.0.1-SNAPSHOT</render-version>
<render-version>2.0.1</render-version>
<swagger-version>1.5.12</swagger-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion render-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.janelia.render</groupId>
<artifactId>modules-root</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Render Application</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Render Web Service Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws-spark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Render Web Service Spark Client</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Render Web Service</name>
Expand Down
2 changes: 1 addition & 1 deletion trakem2-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>TrakEM2 Scripts</name>
Expand Down

0 comments on commit 9560870

Please sign in to comment.