Skip to content

Commit 6094670

Browse files
committed
[maven-release-plugin] prepare release v3.1.0
1 parent df64a93 commit 6094670

File tree

31 files changed

+46
-72
lines changed

31 files changed

+46
-72
lines changed

examples/core-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
8+
<version>3.1.0</version>
99
</parent>
1010

1111
<artifactId>examples</artifactId>

examples/spring-aws-example/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>examples</artifactId>
75
<groupId>com.jashmore</groupId>
8-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>spring-cloud-schema-registry-example</artifactId>
75
<groupId>com.jashmore</groupId>
8-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>spring-cloud-schema-registry-example</artifactId>
75
<groupId>com.jashmore</groupId>
8-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>spring-cloud-schema-registry-example</artifactId>
75
<groupId>com.jashmore</groupId>
8-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/spring-starter-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)