This repository was archived by the owner on Feb 21, 2024. It is now read-only.
File tree 6 files changed +23
-7
lines changed
spring-multirabbit-examples
spring-multirabbit-example-java
spring-multirabbit-example-kotlin
spring-multirabbit-extension-example
spring-multirabbit-integration
6 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.free-now.multirabbit</groupId >
7
7
<artifactId >spring-multirabbit-parent</artifactId >
8
- <version >2.3.1-SNAPSHOT </version >
8
+ <version >2.3.1</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Spring MultiRabbit</name >
42
42
</properties >
43
43
44
44
<scm >
45
- <tag >HEAD </tag >
45
+ <tag >spring-multirabbit-parent-2.3.1 </tag >
46
46
<url >scm:git:https://github.com/freenowtech/spring-multirabbit.git</url >
47
47
<connection >scm:git:https://github.com/freenowtech/spring-multirabbit.git</connection >
48
48
<developerConnection >scm:git:https://github.com/freenowtech/spring-multirabbit.git</developerConnection >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.free-now.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-example-java</artifactId >
15
- <version >2.3.1-SNAPSHOT </version >
15
+ <version >2.3.1</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >Spring MultiRabbit Example for Java</name >
70
70
</plugin >
71
71
</plugins >
72
72
</build >
73
+
74
+ <scm >
75
+ <tag >spring-multirabbit-parent-2.3.1</tag >
76
+ </scm >
73
77
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.free-now.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-example-kotlin</artifactId >
15
- <version >2.3.1-SNAPSHOT </version >
15
+ <version >2.3.1</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >Spring MultiRabbit Example for Kotlin</name >
124
124
</plugin >
125
125
</plugins >
126
126
</build >
127
+
128
+ <scm >
129
+ <tag >spring-multirabbit-parent-2.3.1</tag >
130
+ </scm >
127
131
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.free-now.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-extended-example-java</artifactId >
15
- <version >2.3.1-SNAPSHOT </version >
15
+ <version >2.3.1</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >Spring MultiRabbit Extension Example</name >
75
75
</plugin >
76
76
</plugins >
77
77
</build >
78
+
79
+ <scm >
80
+ <tag >spring-multirabbit-parent-2.3.1</tag >
81
+ </scm >
78
82
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.free-now.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-integration</artifactId >
15
- <version >2.3.1-SNAPSHOT </version >
15
+ <version >2.3.1</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >Spring MultiRabbit Library Integration Tests</name >
75
75
</plugin >
76
76
</plugins >
77
77
</build >
78
+
79
+ <scm >
80
+ <tag >spring-multirabbit-parent-2.3.1</tag >
81
+ </scm >
78
82
</project >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.free-now.multirabbit</groupId >
8
8
<artifactId >spring-multirabbit-parent</artifactId >
9
- <version >2.3.1-SNAPSHOT </version >
9
+ <version >2.3.1</version >
10
10
<relativePath >../</relativePath >
11
11
</parent >
12
12
You can’t perform that action at this time.
0 commit comments