Skip to content

Commit

Permalink
maven: removing leg-rc package, bumping to 3.0-beta1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 15, 2016
1 parent 9f88503 commit 2552f73
Show file tree
Hide file tree
Showing 13 changed files with 295 additions and 113 deletions.
2 changes: 1 addition & 1 deletion maven/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-api</artifactId>
<name>selenium-api</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/chrome-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-chrome-driver</artifactId>
<name>selenium-chrome-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/edge-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-edge-driver</artifactId>
<name>selenium-edge-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/firefox-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-firefox-driver</artifactId>
<name>selenium-firefox-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/ie-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-ie-driver</artifactId>
<name>selenium-ie-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>selenium-java</artifactId>
<name>selenium-java</name>
Expand Down
101 changes: 0 additions & 101 deletions maven/leg-rc/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>selenium-parent</name>
Expand Down Expand Up @@ -134,7 +134,6 @@
<module>safari-driver</module>
<module>server</module>
<module>support</module>
<module>leg-rc</module>
</modules>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 2552f73

Please sign in to comment.