Skip to content

Commit

Permalink
[maven-release-plugin] prepare release salt-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korpling-Server committed Aug 8, 2016
1 parent 5ec6ee4 commit 4fd02af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.corpus-tools</groupId>
<artifactId>salt</artifactId>
<packaging>pom</packaging>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<modules>
<module>salt-api</module>
<module>salt-doc</module>
Expand Down Expand Up @@ -46,7 +45,8 @@
<connection>scm:git:git://github.com/korpling/salt.git</connection>
<developerConnection>scm:git:[email protected]:korpling/salt.git</developerConnection>
<url>https://github.com/korpling/salt</url>
</scm>
<tag>salt-3.2.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down
2 changes: 1 addition & 1 deletion salt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>salt</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion salt-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.corpus-tools</groupId>
<artifactId>salt</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion salt-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>salt</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>salt-extensions</artifactId>
<dependencies>
Expand Down

0 comments on commit 4fd02af

Please sign in to comment.