Skip to content

Commit

Permalink
Upgrade to Accounts 2.0.22.Final and Commons 0.4.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Feb 29, 2016
1 parent 4508649 commit 37a4061
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions integration-tests/hawkular-server-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</artifactItem>
</artifactItems>
<outputDirectory>
${project.build.directory}/${project.artifactId}-${project.version}/modules/org/hawkular/nest/main/deployments
${project.build.directory}/${project.build.finalName}/modules/system/layers/hawkular/org/hawkular/nest/main/deployments
</outputDirectory>
</configuration>
</execution>
Expand Down Expand Up @@ -182,14 +182,14 @@
<transformationSets>
<!-- standalone.xml -->
<transformationSet>
<dir>${project.build.directory}/${project.artifactId}-${project.version}/standalone/configuration
<dir>${project.build.directory}/${project.build.finalName}/standalone/configuration
</dir>
<stylesheet>src/main/resources/standalone.xsl</stylesheet>
<includes>
<include>standalone.xml</include>
</includes>
<outputDir>
${project.build.directory}/${project.artifactId}-${project.version}/standalone/configuration
${project.build.directory}/${project.build.finalName}/standalone/configuration
</outputDir>
</transformationSet>
</transformationSets>
Expand All @@ -214,7 +214,7 @@
</user>
</users>
</add-user>
<jboss-home>${project.build.directory}/${project.artifactId}-${project.version}</jboss-home>
<jboss-home>${project.build.directory}/${project.build.finalName}</jboss-home>
<skip>${skipTests}</skip>
<startupTimeout>240</startupTimeout>
<port>${hawkular.management.port}</port>
Expand All @@ -227,7 +227,7 @@
<javaOpt>-Djboss.bind.address=${hawkular.bind.address}</javaOpt>
<javaOpt>-Djboss.socket.binding.port-offset=${hawkular.port.offset}</javaOpt>
<javaOpt>
-Dkeycloak.import=${project.build.directory}/${project.artifactId}-${project.version}/standalone/configuration/hawkular-realm-for-dev.json
-Dkeycloak.import=${project.build.directory}/${project.build.finalName}/standalone/configuration/hawkular-realm-for-dev.json
</javaOpt>
<javaOpt>-Dhawkular.agent.enabled=${hawkular.agent.enabled}</javaOpt>
<javaOpt>-Dhawkular.log=${hawkular.log}</javaOpt>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
<test.keyspace>hawkulartest</test.keyspace>
<nodes>127.0.0.1</nodes>
<!-- Dependencies versions -->
<version.org.hawkular.accounts>2.0.21.Final</version.org.hawkular.accounts>
<version.org.hawkular.commons>0.3.5.Final</version.org.hawkular.commons>
<version.org.hawkular.accounts>2.0.22.Final</version.org.hawkular.accounts>
<version.org.hawkular.commons>0.4.0.Final</version.org.hawkular.commons>
<version.com.codahale.metrics>3.0.2</version.com.codahale.metrics>
<version.javax.enterprise.cdi-api>1.2</version.javax.enterprise.cdi-api>
<version.joda-time>2.7</version.joda-time>
Expand Down

0 comments on commit 37a4061

Please sign in to comment.