File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed
spring-multirabbit-examples
spring-multirabbit-example-java
spring-multirabbit-example-kotlin
spring-multirabbit-extension-example Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.wandercosta.multirabbit</groupId >
7
7
<artifactId >spring-multirabbit-parent</artifactId >
8
- <version >3.3.0-SNAPSHOT </version >
8
+ <version >3.3.0</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Spring MultiRabbit</name >
36
36
<scm >
37
37
<connection >scm:git:git@github.com:rwanderc/spring-multirabbit.git</connection >
38
38
<developerConnection >scm:git:git@github.com:rwanderc/spring-multirabbit.git</developerConnection >
39
- <tag >HEAD </tag >
39
+ <tag >spring-multirabbit-parent-3.3.0 </tag >
40
40
<url >https://github.com/rwanderc/spring-multirabbit</url >
41
41
</scm >
42
42
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.wandercosta.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-example-java</artifactId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</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-3.3.0</tag >
76
+ </scm >
73
77
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.wandercosta.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-example-kotlin</artifactId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</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-3.3.0</tag >
130
+ </scm >
127
131
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.wandercosta.multirabbit</groupId >
14
14
<artifactId >spring-multirabbit-extended-example-java</artifactId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</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-3.3.0</tag >
81
+ </scm >
78
82
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.wandercosta.multirabbit</groupId >
7
7
<artifactId >spring-multirabbit-parent</artifactId >
8
- <version >3.3.0-SNAPSHOT </version >
8
+ <version >3.3.0</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments