Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cerberus-testing-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryltar committed Mar 29, 2018
1 parent 92fdf19 commit 7f44694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.cerberus</groupId>
<artifactId>cerberus-testing</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<packaging>pom</packaging>

<name>Cerberus Testing</name>
Expand All @@ -37,7 +37,7 @@

<scm>
<developerConnection>scm:git:https://github.com/cerberustesting/cerberus-source.git</developerConnection>
<tag>HEAD</tag>
<tag>cerberus-testing-3.3</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.cerberus</groupId>
<artifactId>cerberus</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<packaging>war</packaging>

<name>Cerberus</name>
Expand Down Expand Up @@ -584,7 +584,7 @@
3. Restarting current cluster.
-->
<echo message="Deploying..." />
<sshexec host="${cerberus.demo.host}" username="${cerberus.demo.qa.username}" password="${cerberus.demo.qa.password}" trust="yes" command=" unzip -o ${cerberus.demo.upload.path}/${project.build.finalName}.zip -d ${cerberus.demo.upload.path} &amp;&amp; ( ${cerberus.demo.glassfish.asadmin-path} undeploy --target ${cerberus.demo.glassfish.cluster} --cascade=true ${cerberus.demo.glassfish.application} ; ${cerberus.demo.glassfish.asadmin-path} deploy --target ${cerberus.demo.glassfish.cluster} --name ${cerberus.demo.glassfish.application} --contextroot ${cerberus.demo.glassfish.context-root} --enabled=true ${cerberus.demo.upload.path}/${project.build.finalName}/${project.build.finalName}.war ) &amp;&amp; ( ${cerberus.demo.glassfish.asadmin-path} stop-instance ${cerberus.demo.glassfish.cluster} ; ${cerberus.demo.glassfish.asadmin-path} start-instance ${cerberus.demo.glassfish.cluster} ) " />
<sshexec host="${cerberus.demo.host}" username="${cerberus.demo.qa.username}" password="${cerberus.demo.qa.password}" trust="yes" command=" unzip -o ${cerberus.demo.upload.path}/${project.build.finalName}.zip -d ${cerberus.demo.upload.path} &amp;&amp; ( ${cerberus.demo.glassfish.asadmin-path} undeploy --target ${cerberus.demo.glassfish.cluster} --cascade=true ${cerberus.demo.glassfish.application} ; ${cerberus.demo.glassfish.asadmin-path} deploy --target ${cerberus.demo.glassfish.cluster} --name ${cerberus.demo.glassfish.application} --contextroot ${cerberus.demo.glassfish.context-root} --enabled=true ${cerberus.demo.upload.path}/${project.build.finalName}/${project.build.finalName}.war ) &amp;&amp; ( ${cerberus.demo.glassfish.asadmin-path} stop-instance ${cerberus.demo.glassfish.cluster} ; ${cerberus.demo.glassfish.asadmin-path} start-instance ${cerberus.demo.glassfish.cluster} ) " />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 7f44694

Please sign in to comment.