Skip to content

Commit 21700ae

Browse files
committed
[maven-release-plugin] prepare release v3.1.1
1 parent 1e806ae commit 21700ae

File tree

31 files changed

+33
-33
lines changed

31 files changed

+33
-33
lines changed

examples/core-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.jashmore</groupId>
77
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
8-
<version>3.1.1-SNAPSHOT</version>
8+
<version>3.1.1</version>
99
</parent>
1010

1111
<artifactId>examples</artifactId>

examples/spring-aws-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-cloud-schema-registry-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-cloud-schema-registry-example/spring-cloud-schema-registry-consumer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-example</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-cloud-schema-registry-example/spring-cloud-schema-registry-producer-two/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-example</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-cloud-schema-registry-example/spring-cloud-schema-registry-producer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-example</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-integration-test-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-multiple-aws-account-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-starter-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/sqs-listener-library-comparison/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

extensions/spring-cloud-schema-registry-extension/avro-spring-cloud-schema-registry-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-extension</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

extensions/spring-cloud-schema-registry-extension/in-memory-spring-cloud-schema-registry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-extension</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

extensions/spring-cloud-schema-registry-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>extensions</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

extensions/spring-cloud-schema-registry-extension/spring-cloud-schema-registry-extension-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-cloud-schema-registry-extension</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

java-dynamic-sqs-listener-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

java-dynamic-sqs-listener-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.jashmore</groupId>
77
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
8-
<version>3.1.1-SNAPSHOT</version>
8+
<version>3.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>java-dynamic-sqs-listener-core</artifactId>
13-
<version>3.1.1-SNAPSHOT</version>
13+
<version>3.1.1</version>
1414

1515
<name>Java Dynamic SQS Listener - Core</name>
1616
<description>This contains the core functionality for the SQS</description>

java-dynamic-sqs-listener-spring/java-dynamic-sqs-listener-spring-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-spring</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

java-dynamic-sqs-listener-spring/java-dynamic-sqs-listener-spring-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-spring</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

java-dynamic-sqs-listener-spring/java-dynamic-sqs-listener-spring-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-spring</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

java-dynamic-sqs-listener-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jashmore</groupId>
66
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
7-
<version>3.1.1-SNAPSHOT</version>
7+
<version>3.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Java Dynamic SQS Listener</name>
@@ -32,7 +32,7 @@
3232
<developerConnection>scm:git:ssh://[email protected]/jaidenashmore/java-dynamic-sqs-listener.git
3333
</developerConnection>
3434
<url>http://github.com/jaidenashmore/java-dynamic-sqs-listener</url>
35-
<tag>HEAD</tag>
35+
<tag>v3.1.1</tag>
3636
</scm>
3737

3838
<!-- See https://central.sonatype.org/pages/apache-maven.html for how this releasing was set up -->

util/avro-spring-cloud-schema-registry-sqs-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/common-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/expected-test-exception/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/local-amazon-sqs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/local-sqs-test-utils-junit5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/local-sqs-test-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-dynamic-sqs-listener-parent</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>

util/proxy-method-interceptor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>util</artifactId>
55
<groupId>com.jashmore</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)