Skip to content

Commit

Permalink
pom: prepare release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Aug 27, 2020
1 parent a657853 commit a06ad91
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cellbase-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-test</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<packaging>pom</packaging>

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

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.1</version>
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -22,10 +22,10 @@
</modules>

<properties>
<cellbase.version>4.8.1-SNAPSHOT</cellbase.version>
<cellbase.version>4.8.1</cellbase.version>
<compileSource>1.8</compileSource>
<java-common-libs.version>3.7.0</java-common-libs.version>
<biodata.version>1.5.3-SNAPSHOT</biodata.version>
<biodata.version>1.5.3</biodata.version>
<bionetdb.version>0.1.0</bionetdb.version>
<jackson.version>2.9.8</jackson.version>
<protobuf.version>3.1.0</protobuf.version>
Expand Down

0 comments on commit a06ad91

Please sign in to comment.