Skip to content

Commit

Permalink
Branched 1.0.x from 1.0.17-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Oct 27, 2015
1 parent 71cc709 commit b3d4784
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 45 deletions.
8 changes: 4 additions & 4 deletions accounts/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Backend</name>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-api</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-undertow-filter</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-liquibase</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

<!-- Provided runtime dependencies, present on the Wildfly BOM -->
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - API</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-jaxb-adapters</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - API</name>
Expand Down
14 changes: 7 additions & 7 deletions dist/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Distribution</name>
Expand All @@ -38,38 +38,38 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-events-backend</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-secret-store</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-theme</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-rest</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<classifier>module</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-jms</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<classifier>module</classifier>
<type>zip</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion events-backend/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Events Backend</name>
Expand Down
4 changes: 2 additions & 2 deletions events-listener/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</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>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-adapters/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

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

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

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

<name>Hawkular - Accounts - Keycloak Theme</name>
Expand Down
2 changes: 1 addition & 1 deletion liquibase/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Liquibase Temporary Fixes</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<name>Hawkular - Accounts - Parent</name>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down
6 changes: 3 additions & 3 deletions sample-websocket-backend/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</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>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sample-websocket-frontend/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Web Sockets Sample - Frontend</name>
Expand Down
6 changes: 3 additions & 3 deletions sample-websocket-secured/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</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>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

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

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions sample/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

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

<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-undertow-filter</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions secret-store-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Secret Store - API</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions secret-store/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Secret Store</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-secret-store-api</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions undertow-filter/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Undertow Filter</name>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-common</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-secret-store-api</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
Expand Down
6 changes: 3 additions & 3 deletions websocket-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-parent</artifactId>
<version>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</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>1.0.17.Final</version>
<version>1.0.18.Final-SNAPSHOT</version>
</dependency>

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

<dependency>
Expand Down

0 comments on commit b3d4784

Please sign in to comment.