Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loadbuild committed Mar 11, 2022
1 parent 78b3a10 commit 92eebcf
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-build</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Solace Spring Boot Build</name>
Expand All @@ -18,10 +18,10 @@
<spring.boot.version>2.6.4</spring.boot.version>
<pivotal.cfenv.version>2.4.0</pivotal.cfenv.version>

<solace.spring.boot.java-starter.version>4.2.1-SNAPSHOT</solace.spring.boot.java-starter.version>
<solace.spring.boot.jms-starter.version>4.2.1-SNAPSHOT</solace.spring.boot.jms-starter.version>
<solace.spring.boot.starter.version>1.2.1-SNAPSHOT</solace.spring.boot.starter.version>
<solace.cloud.cloudfoundry.java-cfenv.version>1.2.1-SNAPSHOT</solace.cloud.cloudfoundry.java-cfenv.version>
<solace.spring.boot.java-starter.version>4.2.1</solace.spring.boot.java-starter.version>
<solace.spring.boot.jms-starter.version>4.2.1</solace.spring.boot.jms-starter.version>
<solace.spring.boot.starter.version>1.2.1</solace.spring.boot.starter.version>
<solace.cloud.cloudfoundry.java-cfenv.version>1.2.1</solace.cloud.cloudfoundry.java-cfenv.version>
</properties>

<licenses>
Expand Down Expand Up @@ -65,7 +65,7 @@
<url>https://github.com/${repoName}/solace-spring-boot.git</url>
<connection>scm:git:git://github.com/${repoName}/solace-spring-boot.git</connection>
<developerConnection>scm:git:[email protected]:${repoName}/solace-spring-boot.git</developerConnection>
<tag>HEAD</tag>
<tag>1.2.1</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions solace-java-cfenv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<groupId>com.solace.cloud.cloudfoundry</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>solace-java-cfenv</artifactId>
<packaging>jar</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<name>Solace Spring Java CFEnv</name>
<description>Java CFEnv for Solace services</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>solace-java-spring-boot-autoconfigure</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Autoconfiguration - Java</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>solace-jms-spring-boot-autoconfigure</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Autoconfiguration - JMS</name>
Expand Down
4 changes: 2 additions & 2 deletions solace-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-build</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>solace-spring-boot-bom</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Solace Spring Boot BOM</name>
Expand Down
8 changes: 4 additions & 4 deletions solace-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-build</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Solace Spring Boot Parent</name>
Expand All @@ -24,8 +24,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<solace.spring.boot.java-autoconf.version>4.2.1-SNAPSHOT</solace.spring.boot.java-autoconf.version>
<solace.spring.boot.jms-autoconf.version>4.2.1-SNAPSHOT</solace.spring.boot.jms-autoconf.version>
<solace.spring.boot.java-autoconf.version>4.2.1</solace.spring.boot.java-autoconf.version>
<solace.spring.boot.jms-autoconf.version>4.2.1</solace.spring.boot.jms-autoconf.version>

<solace.jcsmp.version>10.13.1</solace.jcsmp.version>
<solace.jms.version>10.13.1</solace.jms.version>
Expand Down
2 changes: 1 addition & 1 deletion solace-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-samples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Solace Spring Boot Samples Parent</name>
Expand Down
6 changes: 3 additions & 3 deletions solace-spring-boot-samples/solace-java-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-samples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>solace-java-sample-app</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Sample - Java</name>
Expand All @@ -21,7 +21,7 @@
<start-class>demo.DemoApplication</start-class>
<java.version>1.8</java.version>
<spring.boot.version>2.6.4</spring.boot.version>
<solace.spring.boot.version>1.2.1-SNAPSHOT</solace.spring.boot.version>
<solace.spring.boot.version>1.2.1</solace.spring.boot.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-samples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>solace-jms-sample-app-jndi</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Sample - JMS (JNDI)</name>
Expand All @@ -21,7 +21,7 @@
<start-class>jndidemo.JndiDemoApplication</start-class>
<java.version>1.8</java.version>
<spring.boot.version>2.6.4</spring.boot.version>
<solace.spring.boot.bom.version>1.2.1-SNAPSHOT</solace.spring.boot.bom.version>
<solace.spring.boot.bom.version>1.2.1</solace.spring.boot.bom.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions solace-spring-boot-samples/solace-jms-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-samples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>solace-jms-sample-app</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Sample - JMS</name>
Expand All @@ -21,7 +21,7 @@
<start-class>jmsdemo.DemoApplication</start-class>
<java.version>1.8</java.version>
<spring.boot.version>2.6.4</spring.boot.version>
<solace.spring.boot.version>1.2.1-SNAPSHOT</solace.spring.boot.version>
<solace.spring.boot.version>1.2.1</solace.spring.boot.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>solace-java-spring-boot-starter</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Starter - Java</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>solace-jms-spring-boot-starter</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Starter - JMS</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../solace-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>solace-spring-boot-starter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Solace Spring Boot Starter</name>
Expand Down

0 comments on commit 92eebcf

Please sign in to comment.