There was an error while loading. Please reload this page.
1 parent a8a11ec commit b676237Copy full SHA for b676237
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.johnpoth</groupId>
7
<artifactId>jshell-maven-plugin</artifactId>
8
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
9
<packaging>maven-plugin</packaging>
10
<description>JShell Maven Plugin</description>
11
@@ -33,7 +33,7 @@
33
<url>scm:git:git@github.com:johnpoth/jshell-maven-plugin.git</url>
34
<connection>scm:git:git@github.com:johnpoth/jshell-maven-plugin.git</connection>
35
<developerConnection>scm:git:git@github.com:johnpoth/jshell-maven-plugin.git</developerConnection>
36
- <tag>HEAD</tag>
+ <tag>jshell-maven-plugin-1.1</tag>
37
</scm>
38
39
<distributionManagement>
0 commit comments