Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.14.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jan 30, 2015
1 parent 9da0496 commit 674953c
Show file tree
Hide file tree
Showing 129 changed files with 158 additions and 185 deletions.
5 changes: 2 additions & 3 deletions addon-manager/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.forge.addon</groupId>
<artifactId>addon-manager-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addon-manager/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>addon-manager-api</artifactId>
<name>Forge - Addon Manager API</name>
Expand Down
2 changes: 1 addition & 1 deletion addon-manager/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addon-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addon-manager/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>addon-manager-spi</artifactId>
<name>Forge - Addon Manager SPI</name>
Expand Down
2 changes: 1 addition & 1 deletion addon-manager/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions addons/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.forge.addon</groupId>
<artifactId>addons-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addons-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>addons-api</artifactId>
<name>Forge - Addon Development Addon API</name>
Expand Down
2 changes: 1 addition & 1 deletion addons/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addons-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>addons-impl</artifactId>
<name>Forge - Addon Development Addon Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addons-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>addons-tests</artifactId>
<name>Forge - Addon Development Addon Tests</name>
Expand Down
5 changes: 2 additions & 3 deletions bean-validation/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.forge.addon</groupId>
<artifactId>bean-validation-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>bean-validation-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>bean-validation-api</artifactId>
<name>Forge - Bean Validation API</name>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>bean-validation-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>bean-validation-impl</artifactId>
<name>Forge - Bean Validation Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.forge.addon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>bean-validation-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>bean-validation-tests</artifactId>
<name>Forge - Bean Validation Addon Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-bom</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<packaging>pom</packaging>
<name>Forge - BOM</name>
<description>The Forge "Bill of Materials"</description>
Expand Down Expand Up @@ -465,7 +465,7 @@
<connection>scm:git:git://github.com/forge/core.git</connection>
<developerConnection>scm:git:git@github.com:forge/core.git</developerConnection>
<url>http://github.com/forge/core</url>
<tag>HEAD</tag>
<tag>2.14.0.Final</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>forge-bootstrap</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions configuration/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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.forge.addon</groupId>
<artifactId>configuration-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<name>Forge - Configuration Addon</name>
Expand Down
2 changes: 1 addition & 1 deletion configuration/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>configuration-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>configuration-api</artifactId>
<name>Forge - Configuration API</name>
Expand Down
2 changes: 1 addition & 1 deletion configuration/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>configuration-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>configuration-impl</artifactId>
<name>Forge - Configuration Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>configuration-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion configuration/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>configuration-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>configuration-tests</artifactId>
<name>Forge - Configuration Tests</name>
Expand Down
5 changes: 2 additions & 3 deletions convert/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.forge.addon</groupId>
<artifactId>convert-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion convert/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>convert-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>convert-api</artifactId>
<name>Forge - Convert API</name>
Expand Down
2 changes: 1 addition & 1 deletion convert/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>convert-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>convert-impl</artifactId>
<name>Forge - Convert Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion convert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion convert/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>convert-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>convert-tests</artifactId>
<name>Forge - Convert Addon Tests</name>
Expand Down
5 changes: 2 additions & 3 deletions core/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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.forge.addon</groupId>
<artifactId>core-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>core-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>core-tests</artifactId>
<name>Forge - Core Addon Tests (Addon Integration Tests)</name>
Expand Down
5 changes: 2 additions & 3 deletions database-tools/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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.forge.addon</groupId>
<artifactId>database-tools-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>database-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-tools/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>database-tools-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>database-tools-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-tools/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>database-tools-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>database-tools-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion database-tools/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>database-tools-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>

<artifactId>database-tools-tests</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions dependencies/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.forge.addon</groupId>
<artifactId>dependencies-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>dependencies-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>dependencies-api</artifactId>
<name>Forge - Dependencies API</name>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>dependencies-parent</artifactId>
<version>2.13.2-SNAPSHOT</version>
<version>2.14.0.Final</version>
</parent>
<artifactId>dependencies-impl</artifactId>
<name>Forge - Dependencies Impl</name>
Expand Down
Loading

0 comments on commit 674953c

Please sign in to comment.