Skip to content

Commit 99c01b6

Browse files
committed
[maven-release-plugin] prepare release 1.6.1
1 parent ad4b7a7 commit 99c01b6

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

forms/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.devgateway.toolkit</groupId>
2525
<artifactId>makueni</artifactId>
26-
<version>1.6.1-SNAPSHOT</version>
26+
<version>1.6.1</version>
2727
</parent>
2828

2929
<properties>
@@ -44,19 +44,19 @@
4444
<dependency>
4545
<groupId>org.devgateway.toolkit</groupId>
4646
<artifactId>persistence</artifactId>
47-
<version>1.6.1-SNAPSHOT</version>
47+
<version>1.6.1</version>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>org.devgateway.toolkit</groupId>
5252
<artifactId>persistence-mongodb</artifactId>
53-
<version>1.6.1-SNAPSHOT</version>
53+
<version>1.6.1</version>
5454
</dependency>
5555

5656
<dependency>
5757
<groupId>org.devgateway.toolkit</groupId>
5858
<artifactId>ui</artifactId>
59-
<version>1.6.1-SNAPSHOT</version>
59+
<version>1.6.1</version>
6060
</dependency>
6161

6262
<dependency>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.devgateway.toolkit</groupId>
9797
<artifactId>web</artifactId>
98-
<version>1.6.1-SNAPSHOT</version>
98+
<version>1.6.1</version>
9999
</dependency>
100100

101101
<dependency>

persistence-mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<parent>
3232
<groupId>org.devgateway.toolkit</groupId>
3333
<artifactId>makueni</artifactId>
34-
<version>1.6.1-SNAPSHOT</version>
34+
<version>1.6.1</version>
3535
</parent>
3636

3737
<dependencies>
3838
<dependency>
3939
<groupId>org.devgateway.toolkit</groupId>
4040
<artifactId>persistence</artifactId>
41-
<version>1.6.1-SNAPSHOT</version>
41+
<version>1.6.1</version>
4242
</dependency>
4343

4444
<dependency>

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.devgateway.toolkit</groupId>
3030
<artifactId>makueni</artifactId>
31-
<version>1.6.1-SNAPSHOT</version>
31+
<version>1.6.1</version>
3232
</parent>
3333

3434
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<groupId>org.devgateway.toolkit</groupId>
1515
<artifactId>makueni</artifactId>
16-
<version>1.6.1-SNAPSHOT</version>
16+
<version>1.6.1</version>
1717
<packaging>pom</packaging>
1818
<name>Makueni</name>
1919
<description>DG Toolkit archetype - quick and easy way to start new projects through a working template
@@ -68,7 +68,7 @@
6868
<url>git@github.com:devgateway/forms-makueni.git</url>
6969
<developerConnection>scm:git:git@github.com:devgateway/forms-makueni.git</developerConnection>
7070
<connection>git@github.com:devgateway/oc-makueni.git</connection>
71-
<tag>HEAD</tag>
71+
<tag>1.6.1</tag>
7272
</scm>
7373

7474
<distributionManagement>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.devgateway.toolkit</groupId>
2323
<artifactId>makueni</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
</parent>
2626

2727

web/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.devgateway.toolkit</groupId>
2727
<artifactId>makueni</artifactId>
28-
<version>1.6.1-SNAPSHOT</version>
28+
<version>1.6.1</version>
2929
</parent>
3030

3131
<dependencies>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.devgateway.toolkit</groupId>
134134
<artifactId>persistence</artifactId>
135-
<version>1.6.1-SNAPSHOT</version>
135+
<version>1.6.1</version>
136136
</dependency>
137137

138138

@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.devgateway.toolkit</groupId>
160160
<artifactId>persistence-mongodb</artifactId>
161-
<version>1.6.1-SNAPSHOT</version>
161+
<version>1.6.1</version>
162162
</dependency>
163163

164164
<dependency>

0 commit comments

Comments
 (0)