Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jan 29, 2015
1 parent 1f70b39 commit f96afcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<packaging>pom</packaging>
<name>Arquillian Container Parent WebSphere AS</name>
<description>WebSphere AS Container integrations for the Arquillian Project</description>
Expand Down Expand Up @@ -86,4 +86,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>1.0.0.Beta2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion wlp-managed-8.5/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions wlp-remote-8.5/pom.xml
@@ -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.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>arquillian-wlp-remote-8.5</artifactId>
Expand Down

0 comments on commit f96afcf

Please sign in to comment.