From e910e45a3f8b1603956c60673941a7f9820332b8 Mon Sep 17 00:00:00 2001 From: highsource Date: Sun, 22 Nov 2015 15:05:46 +0100 Subject: [PATCH] Version 0.10.0 --- ant/pom.xml | 2 +- basic/pom.xml | 4 ++-- dist/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 2 +- runtime/pom.xml | 4 ++-- samples/basic/pom.xml | 2 +- samples/cxf/pom.xml | 2 +- samples/jaxws/pom.xml | 2 +- samples/po-simple/pom.xml | 2 +- samples/po/pom.xml | 2 +- samples/pom.xml | 2 +- testing/pom.xml | 2 +- tests/JAXB-1058/pom.xml | 2 +- tests/episodes/a/pom.xml | 2 +- tests/episodes/b/pom.xml | 2 +- tests/episodes/pom.xml | 2 +- tests/ignoring/pom.xml | 2 +- tests/issues/pom.xml | 2 +- tests/one/pom.xml | 2 +- tests/pom.xml | 2 +- tests/simple-hashCode-equals-01/pom.xml | 2 +- tests/simplify-01/pom.xml | 2 +- tests/wildcard/pom.xml | 2 +- tests/zj/pom.xml | 2 +- tools/pom.xml | 2 +- 26 files changed, 28 insertions(+), 28 deletions(-) diff --git a/ant/pom.xml b/ant/pom.xml index 345ba819..94e8ef4b 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/basic/pom.xml b/basic/pom.xml index 67938a4d..0af9c0a7 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -4,12 +4,12 @@ 4.0.0 jaxb2-basics jar - 0.9.6-SNAPSHOT + 0.10.0 JAXB2 Basics - Basic Plugins org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/dist/pom.xml b/dist/pom.xml index 2a193888..1e3826d1 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -9,7 +9,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/plugins/pom.xml b/plugins/pom.xml index c1c2b423..aa310aa0 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,7 +6,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/pom.xml b/pom.xml index c2663a73..ccd2fac9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project pom - 0.9.6-SNAPSHOT + 0.10.0 JAXB2 Basics - Project https://github.com/highsource/jaxb2-basics JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation. diff --git a/runtime/pom.xml b/runtime/pom.xml index f44207cd..f330f903 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,13 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 jaxb2-basics-runtime - 0.9.6-SNAPSHOT + 0.10.0 jar JAXB2 Basics - Runtime org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/basic/pom.xml b/samples/basic/pom.xml index cd2625d9..3512c23c 100644 --- a/samples/basic/pom.xml +++ b/samples/basic/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-samples - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/cxf/pom.xml b/samples/cxf/pom.xml index f8a46dc2..c1e38c34 100644 --- a/samples/cxf/pom.xml +++ b/samples/cxf/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-samples - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/jaxws/pom.xml b/samples/jaxws/pom.xml index 988e3b44..e13d7705 100644 --- a/samples/jaxws/pom.xml +++ b/samples/jaxws/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-samples - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/po-simple/pom.xml b/samples/po-simple/pom.xml index b79750a8..ed324e66 100644 --- a/samples/po-simple/pom.xml +++ b/samples/po-simple/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-samples - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/po/pom.xml b/samples/po/pom.xml index adf3d02e..f6e497ac 100644 --- a/samples/po/pom.xml +++ b/samples/po/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-samples - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/samples/pom.xml b/samples/pom.xml index 278c70f2..db77470c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 po diff --git a/testing/pom.xml b/testing/pom.xml index a54d1dc9..e55530a6 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 diff --git a/tests/JAXB-1058/pom.xml b/tests/JAXB-1058/pom.xml index 4bf96df8..518a885d 100644 --- a/tests/JAXB-1058/pom.xml +++ b/tests/JAXB-1058/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-JAXB-1058 jar diff --git a/tests/episodes/a/pom.xml b/tests/episodes/a/pom.xml index f6c8ebc6..7b90b9d4 100644 --- a/tests/episodes/a/pom.xml +++ b/tests/episodes/a/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-test-episodes - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-episodes-a jar diff --git a/tests/episodes/b/pom.xml b/tests/episodes/b/pom.xml index c42608c5..e56ca5d6 100644 --- a/tests/episodes/b/pom.xml +++ b/tests/episodes/b/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-test-episodes - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-episodes-b jar diff --git a/tests/episodes/pom.xml b/tests/episodes/pom.xml index 03b5db33..e436d7ee 100644 --- a/tests/episodes/pom.xml +++ b/tests/episodes/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-episodes pom diff --git a/tests/ignoring/pom.xml b/tests/ignoring/pom.xml index aaa22996..f6815f15 100644 --- a/tests/ignoring/pom.xml +++ b/tests/ignoring/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-ignoring jar diff --git a/tests/issues/pom.xml b/tests/issues/pom.xml index 859e24e0..a82523cb 100644 --- a/tests/issues/pom.xml +++ b/tests/issues/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-issues jar diff --git a/tests/one/pom.xml b/tests/one/pom.xml index 61fcfa16..5a13d45c 100644 --- a/tests/one/pom.xml +++ b/tests/one/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-one jar diff --git a/tests/pom.xml b/tests/pom.xml index 58333207..f3e26871 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0 episodes diff --git a/tests/simple-hashCode-equals-01/pom.xml b/tests/simple-hashCode-equals-01/pom.xml index 8d355250..c7f9e070 100644 --- a/tests/simple-hashCode-equals-01/pom.xml +++ b/tests/simple-hashCode-equals-01/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-tests-simple-hashCode-equals-01 jar diff --git a/tests/simplify-01/pom.xml b/tests/simplify-01/pom.xml index 26fb90fa..0e725ba9 100644 --- a/tests/simplify-01/pom.xml +++ b/tests/simplify-01/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-simplify-01 jar diff --git a/tests/wildcard/pom.xml b/tests/wildcard/pom.xml index 3bd536cb..0310cb52 100644 --- a/tests/wildcard/pom.xml +++ b/tests/wildcard/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-wildcard jar diff --git a/tests/zj/pom.xml b/tests/zj/pom.xml index d8f412f6..d2c678ce 100644 --- a/tests/zj/pom.xml +++ b/tests/zj/pom.xml @@ -5,7 +5,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-tests - 0.9.6-SNAPSHOT + 0.10.0 jaxb2-basics-test-zj jar diff --git a/tools/pom.xml b/tools/pom.xml index 40ac19ee..a021386d 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ org.jvnet.jaxb2_commons jaxb2-basics-project - 0.9.6-SNAPSHOT + 0.10.0