Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Jul 14, 2021
1 parent 934011e commit 22ffba2
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 14 deletions.
6 changes: 5 additions & 1 deletion jaronly15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>jaronly15</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>jaronly15</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -53,4 +53,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion jaronly244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>jaronly244</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>jaronly244</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -53,4 +53,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion mongo244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>mongo244</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>mongo244</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -57,4 +57,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.garyclayburg</groupId>
<artifactId>whatsupbanner</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>

<modules>
<module>upbanner-starter</module>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:git://github.com/gclayburg/upbanner.git</connection>
<developerConnection>scm:git:git@github.com:gclayburg/upbanner.git</developerConnection>
<url>https://github.com/gclayburg/upbanner</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions upbanner-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.garyclayburg</groupId>
<artifactId>upbanner-core</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<url>https://github.com/gclayburg/upbanner</url>
<organization>
<name>com.garyclayburg</name>
Expand Down Expand Up @@ -132,6 +132,6 @@
</repository>
</distributionManagement>
<scm>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions upbanner-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.garyclayburg</groupId>
<artifactId>upbanner-starter</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<url>https://github.com/gclayburg/upbanner</url>
<organization>
<name>com.garyclayburg</name>
Expand All @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<banner.version>2.3.3-SNAPSHOT</banner.version>
<banner.version>2.3.3</banner.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -126,6 +126,6 @@
</repository>
</distributionManagement>
<scm>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion webjar1519/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>webjar1519</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>webjar1519</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -55,4 +55,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion webjar244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>webjar244</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>webjar244</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -51,4 +51,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion webjaroverride/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>webjaroverride</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<name>webjaroverride</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -48,4 +48,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion weboshiwar244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>weboshiwar244</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<packaging>war</packaging>
<name>weboshiwar244</name>
<description>Demo project for Spring Boot</description>
Expand Down Expand Up @@ -60,4 +60,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v2.3.3</tag>
</scm>
</project>

0 comments on commit 22ffba2

Please sign in to comment.