Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 3, 2016
1 parent 2d95548 commit a0bdd36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
Expand All @@ -9,7 +8,7 @@
</parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>angularjs</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6.Final</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
Expand Down Expand Up @@ -191,7 +190,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand All @@ -206,7 +205,7 @@
<connection>${forge.angularjs.scm.connection}</connection>
<developerConnection>${forge.angularjs.developer.connection}</developerConnection>
<url>${forge.angularjs.scm.url}</url>
<tag>HEAD</tag>
<tag>2.1.6.Final</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a0bdd36

Please sign in to comment.