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.5-SNAPSHOT </version >
8
+ <version >2.3.5</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Spring MultiRabbit</name >
37
37
<scm >
38
38
<connection >scm:git:git@github.com:freenowtech/spring-multirabbit.git</connection >
39
39
<developerConnection >scm:git:git@github.com:freenowtech/spring-multirabbit.git</developerConnection >
40
- <tag >HEAD </tag >
40
+ <tag >spring-multirabbit-parent-2.3.5 </tag >
41
41
<url >scm:git:git@github.com:freenowtech/spring-multirabbit.git</url >
42
42
</scm >
43
43
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.5-SNAPSHOT </version >
15
+ <version >2.3.5</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.5</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.5-SNAPSHOT </version >
15
+ <version >2.3.5</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.5</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.5-SNAPSHOT </version >
15
+ <version >2.3.5</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.5</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.5-SNAPSHOT </version >
15
+ <version >2.3.5</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.5</tag >
81
+ </scm >
78
82
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.free-now.multirabbit</groupId >
7
7
<artifactId >spring-multirabbit-parent</artifactId >
8
- <version >2.3.5-SNAPSHOT </version >
8
+ <version >2.3.5</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments