File tree Expand file tree Collapse file tree 4 files changed +10
-18
lines changed
jgroups-spring-boot-autoconfigure
jgroups-spring-boot-starter Expand file tree Collapse file tree 4 files changed +10
-18
lines changed 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"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- 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" >
21
19
<modelVersion >4.0.0</modelVersion >
22
20
<parent >
23
21
<groupId >org.axonframework.extensions.jgroups</groupId >
24
22
<artifactId >axon-jgroups-parent</artifactId >
25
- <version >4.4-SNAPSHOT </version >
23
+ <version >4.4</version >
26
24
</parent >
27
25
28
26
<artifactId >axon-jgroups-spring-boot-autoconfigure</artifactId >
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"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- 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" >
21
19
<modelVersion >4.0.0</modelVersion >
22
20
<parent >
23
21
<groupId >org.springframework.boot</groupId >
28
26
29
27
<groupId >org.axonframework.extensions.jgroups</groupId >
30
28
<artifactId >axon-jgroups-spring-boot-starter</artifactId >
31
- <version >4.4-SNAPSHOT </version >
29
+ <version >4.4</version >
32
30
33
31
<name >Axon Framework JGroups Extension - Spring Boot Starter</name >
34
32
<description >Spring Boot Starter module for the JGroups Extension of Axon Framework</description >
157
155
<connection >scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection >
158
156
<developerConnection >scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection >
159
157
<url >https://github.com/AxonFramework/extension-jgroups</url >
160
- <tag >HEAD </tag >
158
+ <tag >axon-jgroups-4.4 </tag >
161
159
</scm >
162
160
163
161
</project >
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"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- 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" >
21
19
<modelVersion >4.0.0</modelVersion >
22
20
<parent >
23
21
<groupId >org.axonframework.extensions.jgroups</groupId >
24
22
<artifactId >axon-jgroups-parent</artifactId >
25
- <version >4.4-SNAPSHOT </version >
23
+ <version >4.4</version >
26
24
</parent >
27
25
28
26
<artifactId >axon-jgroups</artifactId >
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"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- 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" >
21
19
22
20
<groupId >org.axonframework.extensions.jgroups</groupId >
23
21
<artifactId >axon-jgroups-parent</artifactId >
24
- <version >4.4-SNAPSHOT </version >
22
+ <version >4.4</version >
25
23
<modules >
26
24
<module >jgroups</module >
27
25
<module >jgroups-spring-boot-autoconfigure</module >
406
404
<connection >scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection >
407
405
<developerConnection >scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection >
408
406
<url >https://github.com/AxonFramework/extension-jgroups</url >
409
- <tag >HEAD </tag >
407
+ <tag >axon-jgroups-4.4 </tag >
410
408
</scm >
411
409
412
410
<developers >
You can’t perform that action at this time.
0 commit comments