We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b50b8e commit fb3c757Copy full SHA for fb3c757
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>app.drrename</groupId>
10
<artifactId>drrename</artifactId>
11
- <version>1.0.13-SNAPSHOT</version>
+ <version>1.0.13</version>
12
<name>DrRename</name>
13
<description>Minimalistic batch renaming tool.</description>
14
<properties>
@@ -28,7 +28,7 @@
28
<connection>scm:git:https://github.com/${github-user}/${github-repo}.git</connection>
29
<developerConnection>scm:git:[email protected]:${github-user}/${github-repo}.git</developerConnection>
30
<url>https://github.com/${github-user}/${github-repo}</url>
31
- <tag>head</tag>
+ <tag>drrename-version-1.0.13</tag>
32
</scm>
33
<distributionManagement>
34
<repository>
0 commit comments