Skip to content

Commit

Permalink
Advance to version 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelesimi committed Jan 9, 2018
1 parent 1ec163f commit 5f16f6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion goby-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.campagnelab.goby</groupId>
<artifactId>goby-framework</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion goby-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.campagnelab.goby</groupId>
<artifactId>goby-framework</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion goby-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.campagnelab.goby</groupId>
<artifactId>goby-framework</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<artifactId>goby-spi</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.campagnelab.goby</groupId>
<artifactId>goby-framework</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<packaging>pom</packaging>

<scm>
<connection>scm:[email protected]:CampagneLaboratory/goby3.git</connection>
<developerConnection>scm:git:[email protected]:CampagneLaboratory/goby3.git</developerConnection>
<url>[email protected]:CampagneLaboratory/goby3.git</url>
<tag>r3.3.0</tag>
<tag>r3.3.1</tag>
</scm>
<modules>
<module>goby-distribution</module>
Expand Down

0 comments on commit 5f16f6b

Please sign in to comment.