Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Feb 11, 2024
1 parent b831ff7 commit 26b9817
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 29 deletions.
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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>v3.0.0</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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>v3.0.0</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>upbanner</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -43,7 +43,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>v3.0.0</tag>
</scm>
<build>
<plugins>
Expand Down
6 changes: 3 additions & 3 deletions upbanner-core/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.garyclayburg</groupId>
<artifactId>upbanner-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<url>https://github.com/gclayburg/upbanner</url>
<organization>
<name>com.garyclayburg</name>
Expand All @@ -23,7 +23,7 @@
<!-- necessary for intellij to import the project without defaulting to Java 5 -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<banner.version>3.0.0-SNAPSHOT</banner.version>
<banner.version>3.0.0</banner.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -142,6 +142,6 @@
</repository>
</distributionManagement>
<scm>
<tag>HEAD</tag>
<tag>v3.0.0</tag>
</scm>
</project>
10 changes: 4 additions & 6 deletions upbanner-nestedjar/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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>com.garyclayburg</groupId>
<artifactId>upbanner-nestedjar</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<url>https://github.com/gclayburg/upbanner</url>
<organization>
<name>com.garyclayburg</name>
Expand All @@ -19,7 +17,7 @@
</parent>
<scm>
<url>https://github.com/gclayburg/upbanner</url>
<tag>HEAD</tag>
<tag>v3.0.0</tag>
</scm>
<developers>
<developer>
Expand All @@ -36,7 +34,7 @@
<java.version>8</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<banner.version>3.0.0-SNAPSHOT</banner.version>
<banner.version>3.0.0</banner.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 2 additions & 4 deletions upbanner-probes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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>
<artifactId>upbanner-probes</artifactId>
<url>https://github.com/gclayburg/upbanner</url>
Expand All @@ -12,7 +10,7 @@
<parent>
<groupId>com.garyclayburg</groupId>
<artifactId>upbanner</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>


Expand Down
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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>3.0.0-SNAPSHOT</banner.version>
<banner.version>3.0.0</banner.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -126,6 +126,6 @@
</repository>
</distributionManagement>
<scm>
<tag>HEAD</tag>
<tag>v3.0.0</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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>v3.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion webjar27/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>webjar27</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>webjar27</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>v3.0.0</tag>
</scm>
</project>
13 changes: 8 additions & 5 deletions webjar322/pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>webjar322</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>webjar322</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>8</java.version>
<banner.version>3.0.0-SNAPSHOT</banner.version>
<banner.version>3.0.0</banner.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -51,4 +50,8 @@
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>

<scm>
<tag>v3.0.0</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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>v3.0.0</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>3.0.0-SNAPSHOT</version>
<version>3.0.0</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>v3.0.0</tag>
</scm>
</project>

0 comments on commit 26b9817

Please sign in to comment.