Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Jul 6, 2015
1 parent 912dc4c commit 0b69944
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>

<!--
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-liquibase</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>

<!-- Provided runtime dependencies, present on the Wildfly BOM -->
Expand Down
4 changes: 2 additions & 2 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>1.0.7.Final</version>
<version>1.0.8.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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
Expand Down
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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Distribution</name>
Expand All @@ -38,31 +38,31 @@
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-events-backend</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-theme</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-rest</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-keycloak-event-listener-jms</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</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>1.0.7.Final</version>
<version>1.0.8.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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</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>1.0.7.Final</version>
<version>1.0.8.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
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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Keycloak Theme</name>
Expand Down
2 changes: 1 addition & 1 deletion liquibase/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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</parent>

<name>Hawkular - Accounts - Liquibase Temporary Fixes</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>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -62,7 +62,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>1.0.7.Final</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
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.7.Final</version>
<version>1.0.8.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.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-event-listener</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-jaxb-adapters</artifactId>
<version>1.0.7.Final</version>
<version>1.0.8.Final-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0b69944

Please sign in to comment.