Skip to content

Commit b68474a

Browse files
committed
[maven-release-plugin] prepare release 1.13.5
1 parent eee4943 commit b68474a

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.13.5-SNAPSHOT</version>
26+
<version>1.13.5</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.13.5-SNAPSHOT</version>
47+
<version>1.13.5</version>
4848
</dependency>
4949

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

5656
<dependency>
5757
<groupId>org.devgateway.toolkit</groupId>
5858
<artifactId>ui</artifactId>
59-
<version>1.13.5-SNAPSHOT</version>
59+
<version>1.13.5</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.13.5-SNAPSHOT</version>
98+
<version>1.13.5</version>
9999
</dependency>
100100

101101
<dependency>

persistence-mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<parent>
3535
<groupId>org.devgateway.toolkit</groupId>
3636
<artifactId>makueni</artifactId>
37-
<version>1.13.5-SNAPSHOT</version>
37+
<version>1.13.5</version>
3838
</parent>
3939

4040
<dependencies>
4141
<dependency>
4242
<groupId>org.devgateway.toolkit</groupId>
4343
<artifactId>persistence</artifactId>
44-
<version>1.13.5-SNAPSHOT</version>
44+
<version>1.13.5</version>
4545
</dependency>
4646

4747
<dependency>

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.devgateway.toolkit</groupId>
2929
<artifactId>makueni</artifactId>
30-
<version>1.13.5-SNAPSHOT</version>
30+
<version>1.13.5</version>
3131
</parent>
3232

3333
<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.13.5-SNAPSHOT</version>
16+
<version>1.13.5</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.13.5</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.13.5-SNAPSHOT</version>
24+
<version>1.13.5</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.13.5-SNAPSHOT</version>
28+
<version>1.13.5</version>
2929
</parent>
3030

3131
<dependencies>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.devgateway.toolkit</groupId>
158158
<artifactId>persistence</artifactId>
159-
<version>1.13.5-SNAPSHOT</version>
159+
<version>1.13.5</version>
160160
</dependency>
161161

162162

@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>org.devgateway.toolkit</groupId>
184184
<artifactId>persistence-mongodb</artifactId>
185-
<version>1.13.5-SNAPSHOT</version>
185+
<version>1.13.5</version>
186186
</dependency>
187187

188188
<dependency>

0 commit comments

Comments
 (0)