File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
kafka-spring-boot-autoconfigure
kafka-spring-boot-starter Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.axonframework.extensions.kafka</groupId >
22
22
<artifactId >axon-kafka-parent</artifactId >
23
- <version >4.6.0-SNAPSHOT </version >
23
+ <version >4.6.0</version >
24
24
</parent >
25
25
26
26
<artifactId >kafka-axon-example</artifactId >
27
- <version >4.6.0-SNAPSHOT </version >
27
+ <version >4.6.0</version >
28
28
29
29
<name >Axon Framework Kafka Extension - Spring Boot Example</name >
30
30
<description >Example module for the Kafka Extension of Axon Framework</description >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.axonframework.extensions.kafka</groupId >
22
22
<artifactId >axon-kafka-parent</artifactId >
23
- <version >4.6.0-SNAPSHOT </version >
23
+ <version >4.6.0</version >
24
24
</parent >
25
25
26
26
<artifactId >axon-kafka-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.axonframework.extensions.kafka</groupId >
23
23
<artifactId >axon-kafka-parent</artifactId >
24
- <version >4.6.0-SNAPSHOT </version >
24
+ <version >4.6.0</version >
25
25
</parent >
26
26
27
27
<artifactId >axon-kafka-spring-boot-starter</artifactId >
28
- <version >4.6.0-SNAPSHOT </version >
28
+ <version >4.6.0</version >
29
29
30
30
<name >Axon Framework Kafka Extension - Spring Boot Starter</name >
31
31
<description >Spring Boot Starter module for the Axon Kafka Extension</description >
Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
18
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18
+ <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" >
20
19
<modelVersion >4.0.0</modelVersion >
21
20
<parent >
22
21
<groupId >org.axonframework.extensions.kafka</groupId >
23
22
<artifactId >axon-kafka-parent</artifactId >
24
- <version >4.6.0-SNAPSHOT </version >
23
+ <version >4.6.0</version >
25
24
</parent >
26
25
27
26
<artifactId >axon-kafka</artifactId >
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<groupId >org.axonframework.extensions.kafka</groupId >
21
21
<artifactId >axon-kafka-parent</artifactId >
22
- <version >4.6.0-SNAPSHOT </version >
22
+ <version >4.6.0</version >
23
23
24
24
<packaging >pom</packaging >
25
25
566
566
<connection >scm:git:git://github.com/AxonFramework/extension-kafka.git</connection >
567
567
<developerConnection >scm:git:git@github.com:AxonFramework/extension-kafka.git</developerConnection >
568
568
<url >https://github.com/AxonFramework/extension-kafka</url >
569
- <tag >HEAD </tag >
569
+ <tag >axon-kafka-4.6.0 </tag >
570
570
</scm >
571
571
572
572
<developers >
You can’t perform that action at this time.
0 commit comments