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