Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 9, 2015
1 parent 398ecf3 commit 60eadd6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions application/pom.xml
@@ -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.netbeans</groupId>
<artifactId>jbossforge-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>jbossforge-app</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions branding/pom.xml
@@ -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.netbeans</groupId>
<artifactId>jbossforge-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>jbossforge-branding</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
@@ -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.netbeans</groupId>
<artifactId>jbossforge-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.Final</version>
<packaging>pom</packaging>

<name>jbossforge-parent</name>
Expand Down Expand Up @@ -77,7 +76,7 @@
<connection>scm:git:git://github.com/forge/netbeans-plugin.git</connection>
<developerConnection>scm:git:git@github.com:forge/netbeans-plugin.git</developerConnection>
<url>http://github.com/forge/netbeans-plugin</url>
<tag>HEAD</tag>
<tag>1.0.0.Final</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion runtime/pom.xml
Expand Up @@ -14,7 +14,7 @@ Contributors:
<parent>
<groupId>org.jboss.forge.netbeans</groupId>
<artifactId>jbossforge-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>
<artifactId>runtime</artifactId>
<packaging>nbm</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Expand Up @@ -14,7 +14,7 @@ Contributors:
<parent>
<groupId>org.jboss.forge.netbeans</groupId>
<artifactId>jbossforge-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>
<artifactId>ui</artifactId>
<packaging>nbm</packaging>
Expand Down

0 comments on commit 60eadd6

Please sign in to comment.