Skip to content

Commit 2fba7a2

Browse files
committed
Adding pom.xml changes for doing a release.
1 parent 04e2602 commit 2fba7a2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<versions-maven-plugin.version>2.10.0</versions-maven-plugin.version>
1919
<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
2020
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
21+
<maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version>
2122

2223
<junit-jupiter-api.version>5.8.2</junit-jupiter-api.version>
2324
<assertj-core.version>3.22.0</assertj-core.version>
@@ -143,6 +144,15 @@
143144
<artifactId>versions-maven-plugin</artifactId>
144145
<version>${versions-maven-plugin.version}</version>
145146
</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>
146156
</plugins>
147157
</pluginManagement>
148158
<plugins>
@@ -204,4 +214,11 @@
204214
<organizationUrl>https://coldhands.dev/</organizationUrl>
205215
</developer>
206216
</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>
207224
</project>

0 commit comments

Comments
 (0)