Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed May 10, 2017
1 parent 3b658fa commit b6109e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions bom/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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0.Final</version>

<name>Weld APIs BOM</name>

Expand Down Expand Up @@ -55,7 +54,7 @@
<connection>scm:git:git@github.com:weld/api.git</connection>
<developerConnection>scm:git:git@github.com:weld/api.git</developerConnection>
<url>scm:git:git@github.com:weld/api.git</url>
<tag>HEAD</tag>
<tag>3.0.Final</tag>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-api-parent</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0.Final</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down Expand Up @@ -234,6 +234,6 @@
<connection>scm:git:git@github.com:weld/api.git</connection>
<developerConnection>scm:git:git@github.com:weld/api.git</developerConnection>
<url>scm:git:git@github.com:weld/api.git</url>
<tag>HEAD</tag>
<tag>3.0.Final</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion weld-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b6109e0

Please sign in to comment.