Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dash.encrypt-1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Oct 25, 2014
1 parent 2b65b46 commit 9720a59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions dash.fragmencrypter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
~ file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.castlabs.dash</groupId>
<artifactId>dash.encrypt</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down Expand Up @@ -111,7 +110,7 @@
<dependency>
<groupId>com.castlabs.dash</groupId>
<artifactId>dash.xsd</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dash.xsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.castlabs.dash</groupId>
<artifactId>dash.encrypt</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.castlabs.dash</groupId>
<artifactId>dash.encrypt</artifactId>
<packaging>pom</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<modules>
<module>dash.xsd</module>
<module>dash.fragmencrypter</module>
Expand All @@ -17,7 +17,7 @@

<scm>
<developerConnection>scm:git:[email protected]:castlabs/dashencrypt.git</developerConnection>
<tag>dash.encrypt-1.0.24</tag>
<tag>dash.encrypt-1.1.7</tag>
</scm>

<build>
Expand Down

0 comments on commit 9720a59

Please sign in to comment.