Skip to content

Commit

Permalink
[release] Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bley committed May 30, 2014
1 parent 06fb033 commit 195bb1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>crawler-jsoup</artifactId>
<dependencies>
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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 195bb1f

Please sign in to comment.