Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Cadastrapp-v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed Nov 8, 2019
1 parent 38d08c1 commit bbf71dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>cadastrapp-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</parent>
<artifactId>cadastrapp</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -604,9 +604,7 @@
<configuration>
<exportAntProperties>true</exportAntProperties>
<target>
<condition property="project.packageVersion"
value="99.master.${maven.build.timestamp}~${build.commit.id.abbrev}"
else="${project.parent.version}.${maven.build.timestamp}~${build.commit.id.abbrev}">
<condition property="project.packageVersion" value="99.master.${maven.build.timestamp}~${build.commit.id.abbrev}" else="${project.parent.version}.${maven.build.timestamp}~${build.commit.id.abbrev}">
<matches string="${project.parent.version}" pattern="SNAPSHOT$" />
</condition>
</target>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.georchestra</groupId>
<artifactId>cadastrapp-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>pom</packaging>
<modules>
<module>cadastrapp</module>
Expand All @@ -15,6 +15,7 @@
<connection>scm:git:git://github.com/georchestra/cadastrapp.git</connection>
<developerConnection>scm:git:git://github.com/georchestra/cadastrapp.git</developerConnection>
<url>https://github.com/georchestra/cadastrapp</url>
<tag>Cadastrapp-v1.9</tag>
</scm>
<properties>
<project.scm.id>cadastrapp-release</project.scm.id>
Expand Down

0 comments on commit bbf71dd

Please sign in to comment.