Skip to content

Commit

Permalink
Merge pull request #129 from ppalaga/160203-auto-q
Browse files Browse the repository at this point in the history
Upgrade to hawkular-parent 35 and Commons 0.3.5.Final
  • Loading branch information
jpkrohling committed Feb 3, 2016
2 parents f0440d5 + 1c05b03 commit 1facd27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</xsl:copy>
</xsl:template>

<xsl:template match="//*[local-name()='replacement' and @placeholder='ADDRESS-SETTINGS']/*[local-name()='address-setting']">
<xsl:copy select=".">
<xsl:apply-templates select="@*|node()" />
<xsl:attribute name="auto-create-jms-queues">true</xsl:attribute>
<xsl:attribute name="auto-delete-jms-queues">true</xsl:attribute>
</xsl:copy>
</xsl:template>

<!-- copy everything else as-is -->
<xsl:template match="node()|@*">
<xsl:copy>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>33</version>
<version>35</version>
</parent>

<modules>
Expand Down Expand Up @@ -114,7 +114,7 @@
</distributionManagement>

<properties>
<version.org.hawkular.commons>0.3.4.Final</version.org.hawkular.commons>
<version.org.hawkular.commons>0.3.5.Final</version.org.hawkular.commons>
<version.org.keycloak.secretstore>1.0.11.Final</version.org.keycloak.secretstore>

<!-- Accounts should be the only place where the KeyCloak version is defined -->
Expand Down

0 comments on commit 1facd27

Please sign in to comment.