Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.18.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins at kroehling.de committed Feb 4, 2016
1 parent f41c2a1 commit 5fe5da9
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions accounts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Backend</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - API</name>
Expand All @@ -44,12 +44,12 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-jaxb-adapters</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Commons</name>
Expand Down
2 changes: 1 addition & 1 deletion events-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Events Backend</name>
Expand Down
4 changes: 2 additions & 2 deletions events-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Event Listener</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion feature-pack-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>
<artifactId>hawkular-accounts-feature-pack-resources</artifactId>
<name>Hawkular - Accounts - Feature Pack Resources</name>
Expand Down
14 changes: 7 additions & 7 deletions feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>
<artifactId>hawkular-accounts-feature-pack</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -55,32 +55,32 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-feature-pack-resources</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-rest</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-jms</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<type>war</type>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-events-backend</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<type>war</type>
</dependency>

Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-theme</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/all-others/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-integration-tests</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Integration tests - All Others</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/important/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-integration-tests</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Integration tests - Important</name>
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Integration tests</name>
Expand All @@ -45,15 +45,15 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-feature-pack</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<type>pom</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-feature-pack</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<type>zip</type>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/smoke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-integration-tests</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Integration tests - Smoke</name>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - JAXB Adapters</name>
Expand Down
2 changes: 1 addition & 1 deletion keycloak-event-listener-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Keycloak Event Listener JMS</name>
Expand Down
2 changes: 1 addition & 1 deletion keycloak-event-listener-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Keycloak Event Listener REST</name>
Expand Down
2 changes: 1 addition & 1 deletion keycloak-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Keycloak Theme</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<name>Hawkular - Accounts - Parent</name>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -70,7 +70,7 @@
<url>https://github.com/hawkular/hawkular-accounts</url>
<connection>scm:git:https://github.com/hawkular/hawkular-accounts</connection>
<developerConnection>scm:git:git@github.com:hawkular/hawkular-accounts.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.18.Final</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 3 additions & 3 deletions sample-websocket-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Web Sockets Sample - Backend</name>
Expand All @@ -38,13 +38,13 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-websocket-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sample-websocket-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Web Sockets Sample - Frontend</name>
Expand Down
6 changes: 3 additions & 3 deletions sample-websocket-secured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Web Sockets Sample - Secured</name>
Expand All @@ -38,13 +38,13 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-websocket-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - Sample</name>
Expand All @@ -38,17 +38,17 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-event-listener</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-jaxb-adapters</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions websocket-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</parent>

<name>Hawkular - Accounts - WebSocket API</name>
Expand All @@ -38,13 +38,13 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-api</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>2.0.18.Final-SNAPSHOT</version>
<version>2.0.18.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5fe5da9

Please sign in to comment.