Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-878 Protect Alerts Email Plugin War
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed Jan 11, 2016
1 parent d3b6aad commit c8c0ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/src/main/resources/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<xsl:with-param name="credential.secret" select="*[local-name()='secure-deployment']/*[local-name()='credential' and @name='secret']/text()"/>
</xsl:call-template>
<xsl:call-template name="secure-deployment">
<xsl:with-param name="deployment.name" select="'hawkular-alerts-actions-email'" />
<xsl:with-param name="deployment.name" select="'hawkular-alerts-actions-email.war'" />
<xsl:with-param name="credential.secret" select="*[local-name()='secure-deployment']/*[local-name()='credential' and @name='secret']/text()"/>
</xsl:call-template>
<xsl:call-template name="secure-deployment">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.org.hawkular.accounts>2.0.10.Final</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.15.2.Final</version.org.hawkular.agent>
<version.org.hawkular.alerts>0.8.0.Final-SRC-revision-2b05b4acbae7c7f45b3e6f19a4ca3c4bc60ca9e9</version.org.hawkular.alerts>
<version.org.hawkular.alerts>0.8.0.Final-SRC-revision-5cee61c5d9d3e5be985a804846d10968cc62dcab</version.org.hawkular.alerts>
<version.org.hawkular.cmdgw>0.10.7.Final</version.org.hawkular.cmdgw>
<version.org.hawkular.commons>0.3.2.Final</version.org.hawkular.commons>
<version.org.hawkular.inventory>0.12.0.Final</version.org.hawkular.inventory>
Expand Down

0 comments on commit c8c0ea3

Please sign in to comment.