Skip to content

Commit 57df36c

Browse files
author
Stefan Bley
committed
Merge branch 'master' of github.com:sbley/Projectiler
2 parents c910475 + 7e3ea3a commit 57df36c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.saxsys.projectiler</groupId>
66
<artifactId>projectiler</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0-beta</version>
88
</parent>
99
<artifactId>backend</artifactId>
1010
<dependencies>

crawler-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.saxsys.projectiler</groupId>
66
<artifactId>projectiler</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0-beta</version>
88
</parent>
99
<artifactId>crawler-api</artifactId>
1010
<properties>

crawler-jsoup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.saxsys.projectiler</groupId>
66
<artifactId>projectiler</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0-beta</version>
88
</parent>
99
<artifactId>crawler-jsoup</artifactId>
1010
<dependencies>

crawler-selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.saxsys.projectiler</groupId>
66
<artifactId>projectiler</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0-beta</version>
88
</parent>
99
<artifactId>crawler-selenium</artifactId>
1010
<properties>

javafx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.saxsys.projectiler</groupId>
66
<artifactId>projectiler</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0-beta</version>
88
</parent>
99

1010
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.saxsys.projectiler</groupId>
55
<artifactId>projectiler</artifactId>
6-
<version>1.0.0.RC1</version>
6+
<version>1.0.0-beta</version>
77
<packaging>pom</packaging>
88
<properties>
99
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)