Skip to content

Commit

Permalink
Version change to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorizci committed Aug 16, 2018
1 parent d55911a commit 81b2921
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 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.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>

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

<properties>
Expand Down
8 changes: 4 additions & 4 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.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>

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

<properties>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-test</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 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.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>

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

<properties>
Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-test</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
10 changes: 5 additions & 5 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.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>

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

<properties>
Expand All @@ -20,18 +20,18 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-jpa</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-test</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions accession-commons-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>accession-commons-test</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>

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

<properties>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accession-commons-core</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</dependency>
</dependencies>

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.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 81b2921

Please sign in to comment.