Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Nov 22, 2019
1 parent 7f94b28 commit c676d00
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.19-SNAPSHOT</version>
<version>0.9.19</version>
<packaging>war</packaging>
<name>Acrarium</name>
<properties>
Expand Down Expand Up @@ -337,7 +337,7 @@
<plugin>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.19-SNAPSHOT</version>
<version>0.9.19</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -390,4 +390,8 @@
</dependencies>
</profile>
</profiles>

<scm>
<tag>v0.9.19</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.19-SNAPSHOT</version>
<version>0.9.19</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.19-SNAPSHOT</version>
<version>0.9.19</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.19</tag>
</scm>
<build>
<plugins>
Expand Down

0 comments on commit c676d00

Please sign in to comment.