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 b94bb34 commit 81b23d6Copy full SHA for 81b23d6
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.jboss.forge.addon</groupId>
10
<artifactId>angularjs</artifactId>
11
- <version>2.1.4.Final</version>
+ <version>2.1.5-SNAPSHOT</version>
12
<properties>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
<maven.compiler.source>1.7</maven.compiler.source>
@@ -164,6 +164,6 @@
164
<connection>${forge.angularjs.scm.connection}</connection>
165
<developerConnection>${forge.angularjs.developer.connection}</developerConnection>
166
<url>${forge.angularjs.scm.url}</url>
167
- <tag>2.1.4.Final</tag>
+ <tag>HEAD</tag>
168
</scm>
169
</project>
0 commit comments