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
commit cc1b5f434681dbae93dd2cc526ac91878dbc1e13 Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Aug 13 21:30:48 2019 +0100 Revert "Correcting versions after backport" This reverts commit 2def9c43dcda3efcecf961e6a2454b6605e5d546. --- 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 d50a6dc..581561a 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/boms/pom.xml b/boms/pom.xml index dbb1376..615dbdd 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml index f63867a..29aada3 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml index 471b002..5c97790 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml index bf25032..20c4e47 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml index d98e633..8e78241 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.0.7-SNAPSHOT</version> + <version>7.1.2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency>
