Skip to content

Commit a6b465b

Browse files
committed
[maven-release-plugin] prepare release elgeyo-2.0.7
1 parent b9ae911 commit a6b465b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

forms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.devgateway.ocportal.elgeyo</groupId>
2525
<artifactId>elgeyo</artifactId>
26-
<version>2.0.7-SNAPSHOT</version>
26+
<version>2.0.7</version>
2727
</parent>
2828

2929
<properties>

persistence-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.devgateway.ocportal.elgeyo</groupId>
3434
<artifactId>elgeyo</artifactId>
35-
<version>2.0.7-SNAPSHOT</version>
35+
<version>2.0.7</version>
3636
</parent>
3737

3838
<dependencies>

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.ocportal.elgeyo</groupId>
2929
<artifactId>elgeyo</artifactId>
30-
<version>2.0.7-SNAPSHOT</version>
30+
<version>2.0.7</version>
3131
</parent>
3232

3333
<dependencies>

pmd-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.devgateway.ocportal.elgeyo</groupId>
2020
<artifactId>elgeyo</artifactId>
21-
<version>2.0.7-SNAPSHOT</version>
21+
<version>2.0.7</version>
2222
</parent>
2323

2424
<dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<groupId>org.devgateway.ocportal.elgeyo</groupId>
1515
<artifactId>elgeyo</artifactId>
16-
<version>2.0.7-SNAPSHOT</version>
16+
<version>2.0.7</version>
1717
<packaging>pom</packaging>
1818
<name>Elgeyo Marakwet</name>
1919
<description>DG Toolkit archetype - quick and easy way to start new projects through a working template
2020
</description>
2121
<properties>
22-
<revision>2.0.7-SNAPSHOT</revision>
22+
<revision>2.0.7</revision>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<java.version>1.8</java.version>
2525
<liquibase.version>3.8.5</liquibase.version>
@@ -72,7 +72,7 @@
7272
<url>git@github.com:devgateway/forms-makueni.git</url>
7373
<developerConnection>scm:git:git@github.com:devgateway/forms-makueni.git</developerConnection>
7474
<connection>git@github.com:devgateway/oc-makueni.git</connection>
75-
<tag>HEAD</tag>
75+
<tag>elgeyo-2.0.7</tag>
7676
</scm>
7777

7878
<distributionManagement>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.devgateway.ocportal.elgeyo</groupId>
1919
<artifactId>elgeyo</artifactId>
20-
<version>2.0.7-SNAPSHOT</version>
20+
<version>2.0.7</version>
2121
</parent>
2222

2323
<build>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.devgateway.ocportal.elgeyo</groupId>
2828
<artifactId>elgeyo</artifactId>
29-
<version>2.0.7-SNAPSHOT</version>
29+
<version>2.0.7</version>
3030
</parent>
3131

3232
<dependencies>

0 commit comments

Comments
 (0)