-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
a1ca03b
commit 0bfc975
Showing
13 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<groupId>org.jboss.arquillian.extension</groupId> | ||
<artifactId>arquillian-drone-bom</artifactId> | ||
<packaging>pom</packaging> | ||
<version>2.5.1</version> | ||
<version>2.5.2-SNAPSHOT</version> | ||
|
||
<name>Arquillian Drone Extension BOM</name> | ||
<description>Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)</description> | ||
|
@@ -27,7 +27,7 @@ | |
<connection>scm:git:git://[email protected]:arquillian/arquillian-extension-drone.git</connection> | ||
<developerConnection>scm:git:ssh://github.com/arquillian/arquillian-extension-drone.git</developerConnection> | ||
<url>git://github.com/arquillian/arquillian-extension-drone.git</url> | ||
<tag>2.5.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<!-- Artifact Configuration --> | ||
<groupId>org.jboss.arquillian.extension</groupId> | ||
<artifactId>arquillian-drone-aggregator</artifactId> | ||
<version>2.5.1</version> | ||
<version>2.5.2-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Arquillian Drone Extension Agreggator</name> | ||
<description>Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)</description> | ||
|
@@ -31,7 +31,7 @@ | |
<connection>scm:git:git://[email protected]:arquillian/arquillian-extension-drone.git</connection> | ||
<developerConnection>scm:git:ssh://github.com/arquillian/arquillian-extension-drone.git</developerConnection> | ||
<url>git://github.com/arquillian/arquillian-extension-drone.git</url> | ||
<tag>2.5.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<properties> | ||
|