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 a0bdd36 commit 3db14f2Copy full SHA for 3db14f2
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.jboss.forge.addon</groupId>
10
<artifactId>angularjs</artifactId>
11
- <version>2.1.6.Final</version>
+ <version>2.1.7-SNAPSHOT</version>
12
<properties>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@ -205,7 +205,7 @@
205
<connection>${forge.angularjs.scm.connection}</connection>
206
<developerConnection>${forge.angularjs.developer.connection}</developerConnection>
207
<url>${forge.angularjs.scm.url}</url>
208
- <tag>2.1.6.Final</tag>
+ <tag>HEAD</tag>
209
</scm>
210
211
<distributionManagement>
0 commit comments