Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sbley/Projectiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bley committed Feb 28, 2014
2 parents c910475 + 7e3ea3a commit 57df36c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
</parent>
<artifactId>backend</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion crawler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
</parent>
<artifactId>crawler-api</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion crawler-jsoup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
</parent>
<artifactId>crawler-jsoup</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion crawler-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
</parent>
<artifactId>crawler-selenium</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0-beta</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 57df36c

Please sign in to comment.