Skip to content

Commit

Permalink
Update pom for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed May 19, 2017
1 parent 1de4d26 commit 73e3d19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>cadastrapp</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -613,10 +613,10 @@
<target>
<chmod perm="ugo+x">
<fileset dir="${basedir}/target/deb">
<include name="**/bin/**"/>
<include name="**/sbin/**"/>
<include name="DEBIAN/post*"/>
<include name="DEBIAN/pre*"/>
<include name="**/bin/**" />
<include name="**/sbin/**" />
<include name="DEBIAN/post*" />
<include name="DEBIAN/pre*" />
</fileset>
</chmod>
</target>
Expand Down
4 changes: 2 additions & 2 deletions 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.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>pom</packaging>
<modules>
<module>cadastrapp</module>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:https://github.com/georchestra/cadastrapp.git</connection>
<developerConnection>scm:git:https://github.com/georchestra/cadastrapp.git</developerConnection>
<url>https://github.com/georchestra/cadastrapp.git</url>
<tag>cadastrapp-parent-1.3</tag>
<tag>cadastrapp-parent-1.4</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down

0 comments on commit 73e3d19

Please sign in to comment.