Skip to content

Commit

Permalink
Version bumped to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyenyxe committed Jun 12, 2018
1 parent d7f272b commit 0da49cf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions accession-commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>jar</packaging>

<parent>
<artifactId>accession-commons</artifactId>
<groupId>uk.ac.ebi.ampt2d</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions accession-commons-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>accession-commons-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>jar</packaging>

<parent>
<artifactId>accession-commons</artifactId>
<groupId>uk.ac.ebi.ampt2d</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions accession-commons-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>accession-commons-mongodb</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>jar</packaging>

<parent>
<artifactId>accession-commons</artifactId>
<groupId>uk.ac.ebi.ampt2d</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
8 changes: 4 additions & 4 deletions accession-commons-monotonic-generator-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>accession-commons-monotonic-generator-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>jar</packaging>

<parent>
<artifactId>accession-commons</artifactId>
<groupId>uk.ac.ebi.ampt2d</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<properties>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<scope>test</scope>
</dependency>
<dependency>
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>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 0da49cf

Please sign in to comment.