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

Commit

Permalink
Merge pull request #557 from jpkrohling/HAWKULAR-689-CommonsSendsEmai…
Browse files Browse the repository at this point in the history
…lAndHandlesTemplate

HAWKULAR-689 - Added email templates.
  • Loading branch information
pilhuhn committed Oct 16, 2015
2 parents 1fcf494 + cc91ae7 commit ea476bf
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<#--
Copyright 2015 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
You have been invited to join the organization ${orgName}

To accept this invitation, simply click on the link below.
If you don't have an account yet, don't worry: just click on the link below and register for a new account.

${acceptUrl}

This invitation was submitted to you by ${invitedBy}

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<#--
Copyright 2015 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
You have been invited to join the organization ${orgName}

To accept this invitation, simply click on the link below.
If you don't have an account yet, don't worry: just click on the link below and register for a new account.

${acceptUrl}

This invitation was submitted to you by ${invitedBy}

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<version.com.google.guava>16.0.1</version.com.google.guava>
<version.commons.io>2.4</version.commons.io>
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.org.hawkular.accounts>1.0.16.Final-SRC-revision-84178f5254d3d58fdff94d78ddc7aaf5dffa8768</version.org.hawkular.accounts>
<version.org.hawkular.accounts>1.0.16.Final-SRC-revision-56f2e6171d1afc4b0fab825ddca976c9646ce098</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.10.1.Final-SRC-revision-978a81e1a3f688e1505950d2c67d3c615c0b313d</version.org.hawkular.agent>
<version.org.hawkular.alerts>0.5.0.Final-SRC-revision-1386ca7dc771bc65c7c322e98246b445539bc017</version.org.hawkular.alerts>
<version.org.hawkular.bus>0.7.1.Final-SRC-revision-dcf45532ff3dee64048989aa89889be5cadef69f</version.org.hawkular.bus>
<version.org.hawkular.commons>0.2.2.Final-SRC-revision-1a725b961ec22eee5a81375aff4c016c73cd95e4</version.org.hawkular.commons>
<version.org.hawkular.commons>0.2.2.Final-SRC-revision-f4f9deaa1b7dd4c0c7b61a39bdf12fd62d31a651</version.org.hawkular.commons>
<version.org.hawkular.cmdgw>0.9.1.Final-SRC-revision-d8f85d04925ffe7e8e172a5b5059f9a14b9fef53</version.org.hawkular.cmdgw>
<version.org.hawkular.metrics>0.7.0.Final</version.org.hawkular.metrics>
<version.org.hawkular.inventory>0.6.0.Final</version.org.hawkular.inventory>
Expand Down

0 comments on commit ea476bf

Please sign in to comment.