Skip to content

Commit

Permalink
Added JAVA_OPTS, increase version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed Oct 5, 2018
1 parent 9347c64 commit 1811caf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions plunger-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-activemq</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions plunger-hornetq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-hornetq</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>

<properties>
<hornetq.version>2.2.5.Final</hornetq.version>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions plunger-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-kafka</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plunger-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-rabbitmq</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plunger-support/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ command -v java >/dev/null 2>&1 || { echo >&2 \"java not in PATH, exiting.\"; ex
if [ -f \"\${PATH_SCRIPT}/plunger-environment.sh\" ]; then
. \${PATH_SCRIPT}/plunger-environment.sh
fi
java -cp \${PATH_SCRIPT}/libs/\* de.galan.plunger.application.Plunger \$*
java \${JAVA_OPTS} -cp \${PATH_SCRIPT}/libs/\* de.galan.plunger.application.Plunger \$*
" > ${PLUNGER_HOME}/${PLUNGER_NAME}

#echo "\${JAVA_HOME}/bin/java -cp .:jars/* de.galan.plunger.application.Plunger \$*" >> ${PLUNGER_HOME}/${PLUNGER_NAME}
Expand Down
2 changes: 1 addition & 1 deletion plunger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<name>plunger</name>

<parent>
Expand Down

0 comments on commit 1811caf

Please sign in to comment.