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 3a5bd3c commit 35bb511Copy full SHA for 35bb511
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.evolvedbinary.appbundler</groupId>
5
<artifactId>appbundler-maven-plugin</artifactId>
6
<packaging>maven-plugin</packaging>
7
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.3.0</version>
8
9
<name>AppBundler Maven Plugin</name>
10
<description>Maven plugin for AppBundler</description>
@@ -38,7 +38,7 @@
38
<connection>scm:git:https://github.com/evolvedbinary/appbundler-maven-plugin.git</connection>
39
<developerConnection>scm:git:https://github.com/evolvedbinary/appbundler-maven-plugin.git</developerConnection>
40
<url>scm:git:https://github.com/evolvedbinary/appbundler-maven-plugin.git</url>
41
- <tag>HEAD</tag>
+ <tag>appbundler-maven-plugin-3.3.0</tag>
42
</scm>
43
44
<properties>
0 commit comments