You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/08/13 20:11:36 UTC

[tomee] branch tomee-7.0.x updated: Correcting versions after backport

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 2def9c4  Correcting versions after backport
2def9c4 is described below

commit 2def9c43dcda3efcecf961e6a2454b6605e5d546
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Aug 13 21:11:12 2019 +0100

    Correcting versions after backport
---
 boms/jaxb-runtime/pom.xml                  | 2 +-
 boms/pom.xml                               | 2 +-
 examples/groovy-cdi/pom.xml                | 2 +-
 examples/groovy-jpa/pom.xml                | 2 +-
 examples/groovy-spock/pom.xml              | 2 +-
 examples/simple-stateful-callbacks/pom.xml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/boms/jaxb-runtime/pom.xml b/boms/jaxb-runtime/pom.xml
index 581561a..d50a6dc 100644
--- a/boms/jaxb-runtime/pom.xml
+++ b/boms/jaxb-runtime/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.tomee.bom</groupId>
     <artifactId>boms</artifactId>
-    <version>7.1.2-SNAPSHOT</version>
+    <version>7.0.7-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/boms/pom.xml b/boms/pom.xml
index 615dbdd..dbb1376 100644
--- a/boms/pom.xml
+++ b/boms/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>tomee-project</artifactId>
     <groupId>org.apache.tomee</groupId>
-    <version>7.1.2-SNAPSHOT</version>
+    <version>7.0.7-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index 29aada3..f63867a 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>7.1.2-SNAPSHOT</version>
+      <version>7.0.7-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index 5c97790..471b002 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>7.1.2-SNAPSHOT</version>
+      <version>7.0.7-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml
index 20c4e47..bf25032 100644
--- a/examples/groovy-spock/pom.xml
+++ b/examples/groovy-spock/pom.xml
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>7.1.2-SNAPSHOT</version>
+      <version>7.0.7-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml
index 8e78241..d98e633 100644
--- a/examples/simple-stateful-callbacks/pom.xml
+++ b/examples/simple-stateful-callbacks/pom.xml
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>7.1.2-SNAPSHOT</version>
+      <version>7.0.7-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>