We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b343a2 commit 9ee9f16Copy full SHA for 9ee9f16
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.robovm</groupId>
5
<artifactId>org.robovm.idea</artifactId>
6
<name>RoboVM plugin for Intellij IDEA</name>
7
- <version>1.8.0</version>
+ <version>1.8.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<properties>
@@ -17,7 +17,7 @@
17
<connection>scm:git:git://github.com/robovm/robovm-idea.git</connection>
18
<developerConnection>scm:git:[email protected]:robovm/robovm-idea.git</developerConnection>
19
<url>https://github.com/robovm/robovm-idea.git</url>
20
- <tag>robovm-idea-1.8.0</tag>
+ <tag>HEAD</tag>
21
</scm>
22
23
<profiles>
0 commit comments