Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Sep 17, 2019
1 parent f313461 commit 904112d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions acrarium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.faendir</groupId>
<artifactId>acrarium</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>war</packaging>
<name>Acrarium</name>
<properties>
Expand Down Expand Up @@ -304,7 +304,7 @@
<plugin>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -357,4 +357,8 @@
</dependencies>
</profile>
</profiles>

<scm>
<tag>v0.9.6</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion message-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>maven-plugin</packaging>
<name>message-generator-maven-plugin</name>
<properties>
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>com.faendir</groupId>
<artifactId>parent</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>
<modules>
<module>message-generator-maven-plugin</module>
Expand All @@ -13,7 +13,7 @@
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
<url>https://github.com/F43nd1r/Acrarium</url>
<tag>HEAD</tag>
<tag>v0.9.6</tag>
</scm>
<build>
<plugins>
Expand Down

0 comments on commit 904112d

Please sign in to comment.