File tree Expand file tree Collapse file tree 31 files changed +46
-72
lines changed
spring-cloud-schema-registry-example
spring-cloud-schema-registry-consumer
spring-cloud-schema-registry-producer-two
spring-cloud-schema-registry-producer
spring-integration-test-example
spring-multiple-aws-account-example
sqs-listener-library-comparison
spring-cloud-schema-registry-extension
avro-spring-cloud-schema-registry-extension
in-memory-spring-cloud-schema-registry
spring-cloud-schema-registry-extension-api
java-dynamic-sqs-listener-api
java-dynamic-sqs-listener-core
java-dynamic-sqs-listener-spring
java-dynamic-sqs-listener-spring-api
java-dynamic-sqs-listener-spring-core
java-dynamic-sqs-listener-spring-starter
avro-spring-cloud-schema-registry-sqs-client
local-sqs-test-utils-junit5 Expand file tree Collapse file tree 31 files changed +46
-72
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >examples</artifactId >
5
5
<groupId >com.jashmore</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.jashmore</groupId >
7
7
<artifactId >java-dynamic-sqs-listener-parent</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.1.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >examples</artifactId >
5
5
<groupId >com.jashmore</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >examples</artifactId >
7
5
<groupId >com.jashmore</groupId >
8
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >spring-cloud-schema-registry-example</artifactId >
7
5
<groupId >com.jashmore</groupId >
8
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >spring-cloud-schema-registry-example</artifactId >
7
5
<groupId >com.jashmore</groupId >
8
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >spring-cloud-schema-registry-example</artifactId >
7
5
<groupId >com.jashmore</groupId >
8
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >examples</artifactId >
5
5
<groupId >com.jashmore</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >examples</artifactId >
5
5
<groupId >com.jashmore</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >examples</artifactId >
5
5
<groupId >com.jashmore</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.1.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
You can’t perform that action at this time.
0 commit comments