Skip to content

Commit

Permalink
ANACIM-366 [maven-release-plugin] prepare release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandrescu committed Dec 3, 2020
1 parent 981b0ae commit 855aaad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ad3-anacim</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<properties>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>persistence</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand All @@ -56,12 +56,12 @@
<dependency>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>web</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ui20</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ad3-anacim</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ad3-anacim</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<name>Administrative Data Driven Decisions</name>
<description>Administrative Data Driven Decisions</description>
Expand Down Expand Up @@ -61,7 +61,7 @@
</developerConnection>
<connection>[email protected]:devgateway/gtp.git
</connection>
<tag>HEAD</tag>
<tag>v1.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion ui20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ad3-anacim</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>ad3-anacim</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.devgateway.ad3.anacim</groupId>
<artifactId>persistence</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<!-- <dependency>-->
Expand Down

0 comments on commit 855aaad

Please sign in to comment.