Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Apr 24, 2020
1 parent 56979a3 commit 8aade3a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<properties>
Expand All @@ -44,19 +44,19 @@
<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>persistence</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>persistence-mongodb</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>ui</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>web</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions persistence-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<parent>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<dependencies>
<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>persistence</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</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.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
<packaging>pom</packaging>
<name>Makueni</name>
<description>DG Toolkit archetype - quick and easy way to start new projects through a working template
Expand Down Expand Up @@ -68,7 +68,7 @@
<url>[email protected]:devgateway/forms-makueni.git</url>
<developerConnection>scm:git:[email protected]:devgateway/forms-makueni.git</developerConnection>
<connection>[email protected]:devgateway/oc-makueni.git</connection>
<tag>HEAD</tag>
<tag>1.9.1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>


Expand Down
6 changes: 3 additions & 3 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>makueni</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>persistence</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>


Expand All @@ -170,7 +170,7 @@
<dependency>
<groupId>org.devgateway.toolkit</groupId>
<artifactId>persistence-mongodb</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8aade3a

Please sign in to comment.