Commit 2fba7a2 1 parent 04e2602 commit 2fba7a2 Copy full SHA for 2fba7a2
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 18
18
<versions-maven-plugin .version>2.10.0</versions-maven-plugin .version>
19
19
<maven-shade-plugin .version>3.3.0</maven-shade-plugin .version>
20
20
<maven-assembly-plugin .version>3.3.0</maven-assembly-plugin .version>
21
+ <maven-release-plugin .version>3.0.0-M5</maven-release-plugin .version>
21
22
22
23
<junit-jupiter-api .version>5.8.2</junit-jupiter-api .version>
23
24
<assertj-core .version>3.22.0</assertj-core .version>
143
144
<artifactId >versions-maven-plugin</artifactId >
144
145
<version >${versions-maven-plugin.version} </version >
145
146
</plugin >
147
+ <plugin >
148
+ <groupId >org.apache.maven.plugins</groupId >
149
+ <artifactId >maven-release-plugin</artifactId >
150
+ <version >${maven-release-plugin.version} </version >
151
+ <configuration >
152
+ <autoVersionSubmodules >true</autoVersionSubmodules >
153
+ <tagNameFormat >@{project.version}</tagNameFormat >
154
+ </configuration >
155
+ </plugin >
146
156
</plugins >
147
157
</pluginManagement >
148
158
<plugins >
204
214
<organizationUrl >https://coldhands.dev/</organizationUrl >
205
215
</developer >
206
216
</developers >
217
+
218
+ <scm >
219
+ <url >https://github.com/jamieredding/pair-stairs</url >
220
+ <connection >scm:git:git://github.com/jamieredding/pair-stairs.git</connection >
221
+ <
developerConnection >scm:git:
[email protected] :jamieredding/pair-stairs.git</
developerConnection >
222
+ <tag >HEAD</tag >
223
+ </scm >
207
224
</project >
You can’t perform that action at this time.
0 commit comments