Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0.Alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Aug 5, 2013
1 parent 9d49c56 commit 6336b1d
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build-config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-aggregator</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion depchain/selenium/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-aggregator</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion depchain/webdriver/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-aggregator</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-bom/pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-bom</artifactId>
<packaging>pom</packaging>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>

<name>Arquillian Drone Extension BOM</name>
<description>Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)</description>
Expand Down
2 changes: 1 addition & 1 deletion drone-build/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-aggregator</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-configuration/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-selenium-server/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-selenium/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions drone-spi/pom.xml
@@ -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/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">

<!-- Parent -->
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drone-webdriver/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-build</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<relativePath>../drone-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-aggregator</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Alpha3</version>
<packaging>pom</packaging>
<name>Arquillian Drone Extension Agreggator</name>
<description>Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)</description>
Expand Down

0 comments on commit 6336b1d

Please sign in to comment.