Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only the parent was released. Bring everything up to 3.1.2-SNAPSHOT
  • Loading branch information
peteroyle authored and Peter Royle committed Aug 26, 2018
1 parent fd6b1f4 commit aaa35d2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/pom.xml
Expand Up @@ -4,14 +4,14 @@

<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-reference-guide</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Seam Cron Module Reference Guide</name>

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

Expand Down
4 changes: 2 additions & 2 deletions examples/swing_memory_grapher/pom.xml
Expand Up @@ -2,15 +2,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.cron</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<artifactId>seam-cron-example-swing-graph</artifactId>
<name>Seam Cron Example Swing Graph</name>
<packaging>jar</packaging>

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

Expand Down
4 changes: 2 additions & 2 deletions providers/scheduling/timerservice-common/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-scheduling-timerservice-common</artifactId>
<packaging>jar</packaging>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Scheduling Provider: Java EE Timer Service Shared Code</name>
<description>Shared code for the various Java EE Timer Service providers 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-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions providers/scheduling/timerservice/pom.xml
Expand Up @@ -4,15 +4,15 @@
<groupId>org.jboss.seam.cron</groupId>
<artifactId>seam-cron-scheduling-timerservice</artifactId>
<packaging>jar</packaging>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<name>Seam Cron Scheduling Provider: Java EE Timer Service</name>
<description>The Java EE Timer Service 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-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down

0 comments on commit aaa35d2

Please sign in to comment.