Skip to content

Commit

Permalink
development version 12.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbet committed Mar 26, 2020
1 parent 7f0afef commit fbf060d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions arlas-persistence-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

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

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-server</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-tests</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<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>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.7.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ARLAS persistence parent</name>

Expand Down

0 comments on commit fbf060d

Please sign in to comment.