Skip to content

Commit

Permalink
Version 1.0.0-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Casall committed Mar 5, 2014
1 parent f3917c7 commit 0bf9d00
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 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-beta</version>
<version>1.0.0-beta-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.0-beta</version>
<version>1.0.0-beta-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.0-beta</version>
<version>1.0.0-beta-2</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-beta</version>
<version>1.0.0-beta-2</version>
</parent>
<artifactId>crawler-selenium</artifactId>
<properties>
Expand Down
5 changes: 3 additions & 2 deletions javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>de.saxsys.projectiler</groupId>
<artifactId>projectiler</artifactId>
<version>1.0.0-beta</version>
<version>1.0.0-beta-2</version>
</parent>

<properties>
<!-- configuration of the setup -->
<!-- set property innosetup.dir in your settings.xml -->
<innosetupdirectory>C:\Program Files (x86)\Inno Setup 5</innosetupdirectory>
<innosetupdirectory>${innosetup.dir}</innosetupdirectory>
<installerresources>rawfiles</installerresources>
<issfile>SetupConfiguration.iss</issfile>
</properties>
Expand Down Expand Up @@ -60,6 +60,7 @@
<jvmArgs>
<jvmArg>-Dsun.java2d.opengl=True</jvmArg>
<jvmArg>-Dfile.encoding=UTF-8</jvmArg>
<jvmArg>-Djava.util.logging.config.file=logging.properties</jvmArg>
</jvmArgs>
</configuration>
<executions>
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-beta</version>
<version>1.0.0-beta-2</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 0bf9d00

Please sign in to comment.