Skip to content

Commit

Permalink
Preparing for next version of AMPS when atlas-cli is to be deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettryan committed Mar 16, 2016
1 parent a78f140 commit a6d8a5b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<confluence.version>5.9.6</confluence.version>
<confluence.data.version>5.9.6</confluence.data.version>
<amps.version>6.2.2</amps.version>
<amps.version>6.2.3</amps.version>
<plugin.testrunner.version>1.2.0</plugin.testrunner.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.hint.license>dd</netbeans.hint.license>
Expand Down Expand Up @@ -96,6 +96,15 @@
<productVersion>${confluence.version}</productVersion>
<productDataVersion>${confluence.data.version}</productDataVersion>
<jvmArgs>-Dconfluence.velocity.deprecation.strictmode=false</jvmArgs>
<enableFastdev>true</enableFastdev>
<!--
<enableFastdev>false</enableFastdev>
<pluginArtifact>
<groupId>com.atlassian.labs.plugins</groupId>
<artifactId>quickreload</artifactId>
<version>${quick.reload.version}</version>
</pluginArtifact>
-->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a6d8a5b

Please sign in to comment.