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 7b8f472 commit 9527ee3Copy full SHA for 9527ee3
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.example</groupId>
7
<artifactId>java-maven-junit-helloworld</artifactId>
8
- <version>1.0.103-SNAPSHOT</version>
+ <version>1.0.103</version>
9
<packaging>jar</packaging>
10
11
<properties>
@@ -22,7 +22,8 @@
22
</distributionManagement>
23
<scm>
24
<connection>scm:git:https://github.com/amruthapbhat/java-maven-junit-helloworld</connection>
25
- </scm>
+ <tag>java-maven-junit-helloworld-1.0.103</tag>
26
+ </scm>
27
<dependencies>
28
<!-- Testing dependencies. -->
29
<dependency>
0 commit comments