Skip to content

Commit

Permalink
Next dev version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <[email protected]>
  • Loading branch information
Pandrex247 committed Mar 12, 2021
1 parent 529f1a1 commit 51aaedc
Show file tree
Hide file tree
Showing 39 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions datadog-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>datadog-notifier-console-plugin-l10n</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Datadog Notifier Console L10n Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions datadog-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>datadog-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Datadog Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions datadog-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>datadog-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Datadog Notifier Implementation</name>
Expand Down
4 changes: 2 additions & 2 deletions discord-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>discord-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Discord Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions discord-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>discord-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Discord Notifier Implementation</name>
Expand Down
4 changes: 2 additions & 2 deletions email-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>email-notifier-console-plugin-l10n</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Email Notifier Console L10n Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions email-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>email-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Email Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions email-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>email-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Email Notifier Implementation</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>enterprise-backwards-compatibility</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>email-notifier-backwards-compatibility</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>enterprise-backwards-compatibility</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>enterprise-backwards-compatibility</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>enterprise-backwards-compatibility</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion enterprise-backwards-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>notifiers-parent</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<artifactId>enterprise-backwards-compatibility</artifactId>
<groupId>fish.payara.extensions.notifiers</groupId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>example-notifier-console-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>example-notifier-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions newrelic-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>newrelic-notifier-console-plugin-l10n</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>New Relic Notifier Console L10n Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions newrelic-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>newrelic-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>New Relic Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions newrelic-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>newrelic-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>New Relic Notifier Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Payara Notifiers Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions slack-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>slack-notifier-console-plugin-l10n</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Slack Notifier Console L10n Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions slack-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>slack-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Slack Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions slack-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>slack-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>Slack Notifier Implementation</name>
Expand Down
4 changes: 2 additions & 2 deletions snmp-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>snmp-notifier-console-plugin-l10n</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>SNMP Notifier Console L10n Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions snmp-notifier-console-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>snmp-notifier-console-plugin</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>SNMP Notifier Console Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions snmp-notifier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<parent>
<groupId>fish.payara.extensions.notifiers</groupId>
<artifactId>notifiers-parent</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
</parent>

<artifactId>snmp-notifier-core</artifactId>
<version>1.0.1-enterprise</version>
<version>1.1-enterprise-SNAPSHOT</version>
<packaging>glassfish-jar</packaging>

<name>SNMP Notifier Implementation</name>
Expand Down
Loading

0 comments on commit 51aaedc

Please sign in to comment.