Skip to content

Commit

Permalink
Version 1.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bley committed Feb 28, 2014
1 parent 27b4d89 commit c910475
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
target/
.project
.classpath
pom.xml.versionsBackup
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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</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>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit c910475

Please sign in to comment.