Skip to content

Commit

Permalink
[maven-release-plugin] prepare release elgeyo-2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Apr 5, 2021
1 parent b9ae911 commit a6b465b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion persistence-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<dependencies>
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.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pmd-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<packaging>pom</packaging>
<name>Elgeyo Marakwet</name>
<description>DG Toolkit archetype - quick and easy way to start new projects through a working template
</description>
<properties>
<revision>2.0.7-SNAPSHOT</revision>
<revision>2.0.7</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<liquibase.version>3.8.5</liquibase.version>
Expand Down Expand Up @@ -72,7 +72,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>elgeyo-2.0.7</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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.devgateway.ocportal.elgeyo</groupId>
<artifactId>elgeyo</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
</parent>

<dependencies>
Expand Down

0 comments on commit a6b465b

Please sign in to comment.