Skip to content

Commit

Permalink
Fixed versions, as the previous release wasn't made with sample,distr…
Browse files Browse the repository at this point in the history
…ibution.
  • Loading branch information
jpkrohling committed Jul 7, 2015
1 parent 0d3aefc commit 71a4f12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions dist/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>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Distribution</name>
Expand All @@ -38,32 +38,32 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-events-backend</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-theme</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-rest</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.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.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
<classifier>module</classifier>
<type>zip</type>
</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>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</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>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-event-listener</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-jaxb-adapters</artifactId>
<version>1.0.8.Final-SNAPSHOT</version>
<version>1.0.9.Final-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 71a4f12

Please sign in to comment.