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 592df07 commit dc67a11Copy full SHA for dc67a11
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.fracpete</groupId>
7
<artifactId>jshell-scripting</artifactId>
8
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
9
<packaging>jar</packaging>
10
11
<parent>
@@ -83,7 +83,7 @@
83
<connection>scm:git:https://github.com/fracpete/jshell-scripting</connection>
84
<developerConnection>scm:git:https://github.com/fracpete/jshell-scripting</developerConnection>
85
<url>https://github.com/fracpete/jshell-scripting</url>
86
- <tag>HEAD</tag>
+ <tag>jshell-scripting-0.0.1</tag>
87
</scm>
88
89
<dependencies>
0 commit comments