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
peteroyle authored and Peter Royle committed Aug 26, 2018
1 parent a101ad2 commit fd6b1f4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-api</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron API</name>
<description>The end-user API for Seam Cron</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-impl</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Implementation</name>
<description>The Extension implementation for Seam Cron</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-parent</artifactId>
<packaging>pom</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron</name>
<description>The parent and build aggregator for Seam Cron - Typesafe CDI Scheduling and Asynchronous method invocation</description>
<url>http://seamframework.org/Seam3/CronModule</url>
Expand Down
4 changes: 2 additions & 2 deletions providers/asynchronous/quartz/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-asynchronous-quartz</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Asynchronous Provider: Quartz</name>
<description>The Quartz provider of asynchronous method invocation for Seam Cron.
"Schedules" an @Asynchronous method to be executed a very short time into the future,
Expand All @@ -15,7 +15,7 @@
<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/asynchronous/queuj/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-asynchronous-queuj</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Asynchronous Provider: QueuJ</name>
<description>The Queuj provider of asynchronous method invocation for Seam Cron.
"Schedules" an @Asynchronous method to be executed a very short time into the future,
Expand All @@ -15,7 +15,7 @@
<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/asynchronous/threads/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-asynchronous-threads</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Asynchronous Provider: Threads</name>
<description>The Java Threads provider of asynchronous method invocation for Seam Cron.</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/queue/queuj/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-queue-queuj</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Queue Provider: QueuJ</name>
<description>The Queuj provider of queues for Seam Cron.
Allows properties to be set for @Asynchronous and @Scheduled methods to control their
Expand All @@ -15,7 +15,7 @@
<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/scheduling/quartz/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-scheduling-quartz</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Scheduling Provider: Quartz</name>
<description>The Quartz provider of scheduling for Seam Cron.</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/scheduling/queuj/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-scheduling-queuj</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Scheduling Provider: QueuJ</name>
<description>The QueuJ provider of scheduling for Seam Cron.</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spi/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-spi</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron SPI</name>
<description>The Service Provider Interface for Seam Cron.</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-tck</artifactId>
<packaging>jar</packaging>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron TCK</name>
<description>The Technology Compatibility Kit for providers for Seam Cron.</description>
<url>http://seamframework.org/Seam3/CronModule</url>

<parent>
<artifactId>seam-cron-parent</artifactId>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit fd6b1f4

Please sign in to comment.