From d800e28800cfe7a818007cd0d9214fb801b8b499 Mon Sep 17 00:00:00 2001 From: Ryan Heaton <ryan@webcohesion.com> Date: Fri, 22 May 2020 15:48:30 -0600 Subject: [PATCH] Version 2.13.1 --- c-xml-client/pom.xml | 2 +- core-annotations/pom.xml | 2 +- core/pom.xml | 2 +- csharp-xml-client/pom.xml | 2 +- docs/pom.xml | 2 +- examples/contract-first/pom.xml | 2 +- examples/cxf/pom.xml | 2 +- examples/full-api-edge-cases/pom.xml | 2 +- examples/jackson2-api-lombok/pom.xml | 2 +- examples/jackson2-api/pom.xml | 2 +- examples/jboss/pom.xml | 2 +- examples/jersey-storage-spring/pom.xml | 2 +- examples/jersey-storage/pom.xml | 2 +- examples/pom.xml | 2 +- examples/spring-petclinic/pom.xml | 2 +- gwt-json-overlay/pom.xml | 2 +- idl/pom.xml | 2 +- jackson/pom.xml | 2 +- jackson1/pom.xml | 2 +- java-json-client/pom.xml | 2 +- java-xml-client/pom.xml | 2 +- javac-support/pom.xml | 2 +- javascript-client/pom.xml | 2 +- jaxb/pom.xml | 2 +- jaxrs/pom.xml | 2 +- jaxws/pom.xml | 2 +- lombok/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- obj-c-xml-client/pom.xml | 2 +- php-json-client/pom.xml | 2 +- php-xml-client/pom.xml | 2 +- pom.xml | 2 +- rt-util/pom.xml | 2 +- ruby-json-client/pom.xml | 2 +- slim-maven-plugin/pom.xml | 2 +- spring-web/pom.xml | 2 +- swagger/pom.xml | 2 +- top/pom.xml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/c-xml-client/pom.xml b/c-xml-client/pom.xml index 72a2f5566..523688049 100644 --- a/c-xml-client/pom.xml +++ b/c-xml-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-c-xml-client</artifactId> diff --git a/core-annotations/pom.xml b/core-annotations/pom.xml index a128d938f..6f80ea623 100644 --- a/core-annotations/pom.xml +++ b/core-annotations/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-core-annotations</artifactId> diff --git a/core/pom.xml b/core/pom.xml index dd46e3f2f..be65d25b6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-core</artifactId> diff --git a/csharp-xml-client/pom.xml b/csharp-xml-client/pom.xml index bd0866cbb..dd1601409 100644 --- a/csharp-xml-client/pom.xml +++ b/csharp-xml-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-csharp-xml-client</artifactId> diff --git a/docs/pom.xml b/docs/pom.xml index f17da53fc..ac7c6a7f5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-docs</artifactId> diff --git a/examples/contract-first/pom.xml b/examples/contract-first/pom.xml index 99298d1ee..3d506d114 100644 --- a/examples/contract-first/pom.xml +++ b/examples/contract-first/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-contract-first</artifactId> diff --git a/examples/cxf/pom.xml b/examples/cxf/pom.xml index 5f794cb15..86a353dd1 100644 --- a/examples/cxf/pom.xml +++ b/examples/cxf/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-cxf-full</artifactId> diff --git a/examples/full-api-edge-cases/pom.xml b/examples/full-api-edge-cases/pom.xml index 000166a7a..31dd9961e 100644 --- a/examples/full-api-edge-cases/pom.xml +++ b/examples/full-api-edge-cases/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-full-api-edge-cases</artifactId> diff --git a/examples/jackson2-api-lombok/pom.xml b/examples/jackson2-api-lombok/pom.xml index a1baeb3e6..98aae7d6f 100644 --- a/examples/jackson2-api-lombok/pom.xml +++ b/examples/jackson2-api-lombok/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-jax-rs-jackson-lombok</artifactId> diff --git a/examples/jackson2-api/pom.xml b/examples/jackson2-api/pom.xml index f874af8e6..a5969a7b5 100644 --- a/examples/jackson2-api/pom.xml +++ b/examples/jackson2-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-jax-rs-jackson</artifactId> diff --git a/examples/jboss/pom.xml b/examples/jboss/pom.xml index 1cadd4097..6b6c03338 100644 --- a/examples/jboss/pom.xml +++ b/examples/jboss/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-jboss-full</artifactId> diff --git a/examples/jersey-storage-spring/pom.xml b/examples/jersey-storage-spring/pom.xml index c0bdc7d24..40eeb41de 100644 --- a/examples/jersey-storage-spring/pom.xml +++ b/examples/jersey-storage-spring/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-jersey-storage-spring</artifactId> diff --git a/examples/jersey-storage/pom.xml b/examples/jersey-storage/pom.xml index e0d3f26f1..68cdd8137 100644 --- a/examples/jersey-storage/pom.xml +++ b/examples/jersey-storage/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-jersey-storage</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index ab371da13..74c396c56 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples</artifactId> diff --git a/examples/spring-petclinic/pom.xml b/examples/spring-petclinic/pom.xml index 43c5300e0..9533d3e9a 100644 --- a/examples/spring-petclinic/pom.xml +++ b/examples/spring-petclinic/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-examples</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-examples-spring-petclinic</artifactId> diff --git a/gwt-json-overlay/pom.xml b/gwt-json-overlay/pom.xml index baa33b0c4..b86ecc680 100644 --- a/gwt-json-overlay/pom.xml +++ b/gwt-json-overlay/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-gwt-json-overlay</artifactId> diff --git a/idl/pom.xml b/idl/pom.xml index b50d26606..221add606 100644 --- a/idl/pom.xml +++ b/idl/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-idl</artifactId> diff --git a/jackson/pom.xml b/jackson/pom.xml index 96f445fac..1b9cbaaaf 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-jackson</artifactId> diff --git a/jackson1/pom.xml b/jackson1/pom.xml index 2b658bd29..b2ba7bd28 100644 --- a/jackson1/pom.xml +++ b/jackson1/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-jackson1</artifactId> diff --git a/java-json-client/pom.xml b/java-json-client/pom.xml index 1140c198d..46ccf4f5a 100644 --- a/java-json-client/pom.xml +++ b/java-json-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-java-json-client</artifactId> diff --git a/java-xml-client/pom.xml b/java-xml-client/pom.xml index 0a7dcb783..05b7ff478 100644 --- a/java-xml-client/pom.xml +++ b/java-xml-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-java-xml-client</artifactId> diff --git a/javac-support/pom.xml b/javac-support/pom.xml index 1030c55c8..8e80e024a 100644 --- a/javac-support/pom.xml +++ b/javac-support/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-javac-support</artifactId> diff --git a/javascript-client/pom.xml b/javascript-client/pom.xml index c8038839c..7764ce036 100644 --- a/javascript-client/pom.xml +++ b/javascript-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-javascript-client</artifactId> diff --git a/jaxb/pom.xml b/jaxb/pom.xml index c47c372c2..fdf048e47 100644 --- a/jaxb/pom.xml +++ b/jaxb/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-jaxb</artifactId> diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index cbdf6da88..cccf8d48e 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-jaxrs</artifactId> diff --git a/jaxws/pom.xml b/jaxws/pom.xml index 54fbd8693..b627dc2de 100644 --- a/jaxws/pom.xml +++ b/jaxws/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-jaxws</artifactId> diff --git a/lombok/pom.xml b/lombok/pom.xml index c5244413d..e9f88732e 100644 --- a/lombok/pom.xml +++ b/lombok/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-lombok</artifactId> diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index afe9f13f5..bed173a73 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-maven-plugin</artifactId> diff --git a/obj-c-xml-client/pom.xml b/obj-c-xml-client/pom.xml index cf2ba2e83..a829d8160 100644 --- a/obj-c-xml-client/pom.xml +++ b/obj-c-xml-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-obj-c-xml-client</artifactId> diff --git a/php-json-client/pom.xml b/php-json-client/pom.xml index d4d899f3a..b0a4e7e3d 100644 --- a/php-json-client/pom.xml +++ b/php-json-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-php-json-client</artifactId> diff --git a/php-xml-client/pom.xml b/php-xml-client/pom.xml index 92791f9c0..1b37e3e51 100644 --- a/php-xml-client/pom.xml +++ b/php-xml-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-php-xml-client</artifactId> diff --git a/pom.xml b/pom.xml index c40b16718..5c7cbf9b1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> <packaging>pom</packaging> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> <name>Enunciate - Parent</name> <description>Build tool for decorating your Java Web service API.</description> <url>http://enunciate.webcohesion.com</url> diff --git a/rt-util/pom.xml b/rt-util/pom.xml index e156484e6..0e19c8116 100644 --- a/rt-util/pom.xml +++ b/rt-util/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-rt-util</artifactId> diff --git a/ruby-json-client/pom.xml b/ruby-json-client/pom.xml index bd07e2d94..3e75328cb 100644 --- a/ruby-json-client/pom.xml +++ b/ruby-json-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-ruby-json-client</artifactId> diff --git a/slim-maven-plugin/pom.xml b/slim-maven-plugin/pom.xml index 0b1e183a6..be71a8a6c 100644 --- a/slim-maven-plugin/pom.xml +++ b/slim-maven-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-slim-maven-plugin</artifactId> diff --git a/spring-web/pom.xml b/spring-web/pom.xml index 694ce9669..b63dd7340 100644 --- a/spring-web/pom.xml +++ b/spring-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-spring-web</artifactId> diff --git a/swagger/pom.xml b/swagger/pom.xml index 495843f8b..830f6c19d 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-swagger</artifactId> diff --git a/top/pom.xml b/top/pom.xml index 0e32e2f31..b462539dd 100644 --- a/top/pom.xml +++ b/top/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.webcohesion.enunciate</groupId> <artifactId>enunciate-parent</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.13.1</version> </parent> <artifactId>enunciate-top</artifactId>