Skip to content

Commit

Permalink
update to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Oct 11, 2023
1 parent d98733d commit e3e5978
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion c-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-c-xml-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-core-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csharp-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-csharp-xml-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/full-api-edge-cases/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.16.0.xsd">
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.17.0.xsd">

<description package="com.webcohesion.enunciate.examples.jaxwsrijersey.genealogy"/>

Expand Down
2 changes: 1 addition & 1 deletion examples/full-api-edge-cases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-examples-full-api-edge-cases</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jackson2-api-lombok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-examples-jax-rs-jackson-lombok</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jackson2-api/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.16.0.xsd">
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.17.0.xsd">

<modules>
<jackson>
Expand Down
2 changes: 1 addition & 1 deletion examples/jackson2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-examples-jax-rs-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-examples-spring-petclinic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt-json-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-gwt-json-overlay</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-idl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-json-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-java-json-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-java-xml-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javac-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-javac-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javascript-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-javascript-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-jaxws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lombok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-lombok</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion obj-c-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-obj-c-xml-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion php-json-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-php-json-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion php-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-php-xml-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<packaging>pom</packaging>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<name>Enunciate - Parent</name>
<description>Build tool for decorating your Java Web service API.</description>
<url>http://enunciate.webcohesion.com</url>
Expand Down
2 changes: 1 addition & 1 deletion rt-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-rt-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ruby-json-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-ruby-json-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slim-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-slim-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-spring-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-swagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion top/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>enunciate-top</artifactId>
Expand Down

0 comments on commit e3e5978

Please sign in to comment.