diff --git a/amf-rt/pom.xml b/amf-rt/pom.xml index 989f1a93b..14f0e37ef 100644 --- a/amf-rt/pom.xml +++ b/amf-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-amf-rt diff --git a/amf/pom.xml b/amf/pom.xml index 24d3a6b8e..2b11be755 100644 --- a/amf/pom.xml +++ b/amf/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-amf diff --git a/c/pom.xml b/c/pom.xml index 340e187ca..22f37d3c0 100644 --- a/c/pom.xml +++ b/c/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-c diff --git a/core-annotations/pom.xml b/core-annotations/pom.xml index c9bdfb286..ea2817b8a 100644 --- a/core-annotations/pom.xml +++ b/core-annotations/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-core-annotations diff --git a/core-model/pom.xml b/core-model/pom.xml index 2e7664611..e4dc2d99f 100644 --- a/core-model/pom.xml +++ b/core-model/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-core diff --git a/core/pom.xml b/core/pom.xml index 349da6fc2..cae51d522 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-core diff --git a/csharp/pom.xml b/csharp/pom.xml index 2c826b94f..ba861dbe4 100644 --- a/csharp/pom.xml +++ b/csharp/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-csharp diff --git a/cxf-rt/pom.xml b/cxf-rt/pom.xml index fb79ca216..444c6e28e 100644 --- a/cxf-rt/pom.xml +++ b/cxf-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-cxf-rt diff --git a/cxf/pom.xml b/cxf/pom.xml index a13c18351..aac42d9b4 100644 --- a/cxf/pom.xml +++ b/cxf/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-cxf diff --git a/docs/pom.xml b/docs/pom.xml index e9fe4e7bd..31f7ffa50 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-docs diff --git a/enunciate-simple-archetype/pom.xml b/enunciate-simple-archetype/pom.xml index 26ae88bd7..ab9fabe7f 100644 --- a/enunciate-simple-archetype/pom.xml +++ b/enunciate-simple-archetype/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 org.codehaus.enunciate.archetypes diff --git a/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml b/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml index 5e17c6514..cfc39577a 100644 --- a/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml +++ b/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml @@ -14,7 +14,7 @@ com.webcohesion.enunciate maven-enunciate-plugin - 2.0.0-SNAPSHOT + 2.0.0-M.2 src/conf/enunciate.xml @@ -57,7 +57,7 @@ com.webcohesion.enunciate enunciate-rt - 2.0.0-SNAPSHOT + 2.0.0-M.2 diff --git a/examples/addressbook/pom.xml b/examples/addressbook/pom.xml index c28bd149b..17e15f956 100644 --- a/examples/addressbook/pom.xml +++ b/examples/addressbook/pom.xml @@ -4,7 +4,7 @@ net.java.ws.addressbook addressbook war - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Address Book Example diff --git a/examples/contract-first/pom.xml b/examples/contract-first/pom.xml index 9fc5a5daf..64bc22917 100644 --- a/examples/contract-first/pom.xml +++ b/examples/contract-first/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-contract-first - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Contract-First Example (EPCIS) An example of how to use Enunciate for contract-first development. war diff --git a/examples/cxf-rest/pom.xml b/examples/cxf-rest/pom.xml index 62093ec95..a73c87919 100644 --- a/examples/cxf-rest/pom.xml +++ b/examples/cxf-rest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-cxf-rest - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - CXF/REST Integration Tests Integration tests for Enunciate, testing the CXF + REST combo. war diff --git a/examples/jax-rs-jackson/pom.xml b/examples/jax-rs-jackson/pom.xml index 4bd6e6335..f654b2270 100644 --- a/examples/jax-rs-jackson/pom.xml +++ b/examples/jax-rs-jackson/pom.xml @@ -5,7 +5,7 @@ com.webcohesion.enunciate enunciate-examples - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-examples-jax-rs-jackson diff --git a/examples/jax-ws-and-rs/enunciate.xml b/examples/jax-ws-and-rs/enunciate.xml index 15833a046..a4600ef0d 100644 --- a/examples/jax-ws-and-rs/enunciate.xml +++ b/examples/jax-ws-and-rs/enunciate.xml @@ -1,4 +1,4 @@ - + diff --git a/examples/jax-ws-and-rs/pom.xml b/examples/jax-ws-and-rs/pom.xml index cacd1774a..e641b5bc3 100644 --- a/examples/jax-ws-and-rs/pom.xml +++ b/examples/jax-ws-and-rs/pom.xml @@ -5,7 +5,7 @@ com.webcohesion.enunciate enunciate-examples - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-examples-jax-ws-and-rs diff --git a/examples/jaxws-ri-rest-spring/pom.xml b/examples/jaxws-ri-rest-spring/pom.xml index aba9087a6..5bb3b5e67 100644 --- a/examples/jaxws-ri-rest-spring/pom.xml +++ b/examples/jaxws-ri-rest-spring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-jaxws-ri-rest-spring - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - JAXWS-RI/REST Integration Tests + Spring Integration tests for Enunciate, testing the JAXWS-RI + REST combo, with Spring backing. war diff --git a/examples/jboss-storage/pom.xml b/examples/jboss-storage/pom.xml index 6e19fb5fa..6e1966fe1 100644 --- a/examples/jboss-storage/pom.xml +++ b/examples/jboss-storage/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-jboss - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - JBoss Integration Tests Integration tests for Enunciate, testing the JBoss deployment. war diff --git a/examples/jboss-ws-rest/pom.xml b/examples/jboss-ws-rest/pom.xml index 0b50dc72b..dcd1c6371 100644 --- a/examples/jboss-ws-rest/pom.xml +++ b/examples/jboss-ws-rest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-jboss-rest - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - JBoss-WS/REST Integration Tests Integration tests for Enunciate, testing the JBoss WS + REST combo. war diff --git a/examples/jersey-storage-spring/pom.xml b/examples/jersey-storage-spring/pom.xml index 700db1f3c..62ce57000 100644 --- a/examples/jersey-storage-spring/pom.xml +++ b/examples/jersey-storage-spring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-jersey-storage-spring - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Jersey/Spring Integration Tests Integration tests for Enunciate, testing the Jersey deployment with Spring enabled. war diff --git a/examples/jersey-storage/pom.xml b/examples/jersey-storage/pom.xml index cff30199c..abd2a7b9d 100644 --- a/examples/jersey-storage/pom.xml +++ b/examples/jersey-storage/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.webcohesion.enunciate enunciate-integration-jersey-storage - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Jersey Integration Tests Integration tests for Enunciate, testing the Jersey deployment. war diff --git a/examples/petclinic/pom.xml b/examples/petclinic/pom.xml index 5badcb3c0..29fd1fffb 100644 --- a/examples/petclinic/pom.xml +++ b/examples/petclinic/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate.samples.petclinic petclinic war - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Petclinic Example diff --git a/examples/pom.xml b/examples/pom.xml index 4567268c0..ec519c8ca 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-examples diff --git a/gwt-rt/pom.xml b/gwt-rt/pom.xml index f5206fff8..6d9e52e51 100644 --- a/gwt-rt/pom.xml +++ b/gwt-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-gwt-rt diff --git a/gwt/pom.xml b/gwt/pom.xml index ced14fbb2..ef209e179 100644 --- a/gwt/pom.xml +++ b/gwt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-gwt diff --git a/idl/pom.xml b/idl/pom.xml index 4a34b071b..38ac91e51 100644 --- a/idl/pom.xml +++ b/idl/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-idl diff --git a/jackson/pom.xml b/jackson/pom.xml index de08c6e4d..b2b5eb315 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jackson diff --git a/jackson1/pom.xml b/jackson1/pom.xml index df4836ccc..75a80b6fa 100644 --- a/jackson1/pom.xml +++ b/jackson1/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jackson1 diff --git a/java-json-client/pom.xml b/java-json-client/pom.xml index 88f592b71..612e333ef 100644 --- a/java-json-client/pom.xml +++ b/java-json-client/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-java-json-client diff --git a/java-xml-client/pom.xml b/java-xml-client/pom.xml index ae9c26d00..f2c1e02e8 100644 --- a/java-xml-client/pom.xml +++ b/java-xml-client/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-java-xml-client diff --git a/javac-support/pom.xml b/javac-support/pom.xml index d908735b7..85d0fa87c 100644 --- a/javac-support/pom.xml +++ b/javac-support/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-javac-support diff --git a/jaxb/pom.xml b/jaxb/pom.xml index 5cde51e4c..95d3605ec 100644 --- a/jaxb/pom.xml +++ b/jaxb/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxb diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index d51f98e7a..6b8d7e187 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxrs diff --git a/jaxws-ri-rt/pom.xml b/jaxws-ri-rt/pom.xml index 9a63ab481..9c284bdc5 100644 --- a/jaxws-ri-rt/pom.xml +++ b/jaxws-ri-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxws-ri-rt diff --git a/jaxws-ri/pom.xml b/jaxws-ri/pom.xml index 69aa401ad..d560df9e9 100644 --- a/jaxws-ri/pom.xml +++ b/jaxws-ri/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxws-ri diff --git a/jaxws-support/pom.xml b/jaxws-support/pom.xml index 35c313a1d..0b09524f1 100644 --- a/jaxws-support/pom.xml +++ b/jaxws-support/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxws-support diff --git a/jaxws/pom.xml b/jaxws/pom.xml index 8a08d04ef..55acfebc8 100644 --- a/jaxws/pom.xml +++ b/jaxws/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jaxws diff --git a/jboss-rt/pom.xml b/jboss-rt/pom.xml index bab3ea4fc..970a4cfff 100644 --- a/jboss-rt/pom.xml +++ b/jboss-rt/pom.xml @@ -5,7 +5,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jboss-rt diff --git a/jboss/pom.xml b/jboss/pom.xml index 0c271b0ab..f3932c57f 100644 --- a/jboss/pom.xml +++ b/jboss/pom.xml @@ -5,7 +5,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jboss diff --git a/jersey-rt/pom.xml b/jersey-rt/pom.xml index d4f64dc9c..8dc1eea95 100644 --- a/jersey-rt/pom.xml +++ b/jersey-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jersey-rt diff --git a/jersey/pom.xml b/jersey/pom.xml index 88fadba46..9870512a0 100644 --- a/jersey/pom.xml +++ b/jersey/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-jersey diff --git a/maven-enunciate-cxf-plugin/pom.xml b/maven-enunciate-cxf-plugin/pom.xml index cd3703891..a3519d321 100644 --- a/maven-enunciate-cxf-plugin/pom.xml +++ b/maven-enunciate-cxf-plugin/pom.xml @@ -3,7 +3,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 maven-enunciate-cxf-plugin diff --git a/maven-enunciate-jboss-plugin/pom.xml b/maven-enunciate-jboss-plugin/pom.xml index 1642ca272..ea86cb4ad 100644 --- a/maven-enunciate-jboss-plugin/pom.xml +++ b/maven-enunciate-jboss-plugin/pom.xml @@ -3,7 +3,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 maven-enunciate-jboss-plugin diff --git a/maven-enunciate-spring-plugin/pom.xml b/maven-enunciate-spring-plugin/pom.xml index f9981c816..559c515fd 100644 --- a/maven-enunciate-spring-plugin/pom.xml +++ b/maven-enunciate-spring-plugin/pom.xml @@ -3,7 +3,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 maven-enunciate-spring-plugin diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 1199fdfd9..51cb764c2 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-maven-plugin diff --git a/obj-c/pom.xml b/obj-c/pom.xml index 0c997602a..6bead8f28 100644 --- a/obj-c/pom.xml +++ b/obj-c/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-obj-c diff --git a/old-json-client/pom.xml b/old-json-client/pom.xml index 928225ab3..5e2943e76 100644 --- a/old-json-client/pom.xml +++ b/old-json-client/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-java-client diff --git a/php/pom.xml b/php/pom.xml index 114f2d9b3..74143ae18 100644 --- a/php/pom.xml +++ b/php/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-php diff --git a/pom.xml b/pom.xml index 17f53d439..1601a45c5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent pom - 2.0.0-SNAPSHOT + 2.0.0-M.2 Enunciate - Parent Build tool for decorating your Java Web service API. http://enunciate.webcohesion.com diff --git a/rt-util/pom.xml b/rt-util/pom.xml index 89e2894be..d8cc3a09e 100644 --- a/rt-util/pom.xml +++ b/rt-util/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-rt-util diff --git a/ruby/pom.xml b/ruby/pom.xml index 2ac89b3a4..9609c5684 100644 --- a/ruby/pom.xml +++ b/ruby/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-ruby diff --git a/slim-maven-plugin/pom.xml b/slim-maven-plugin/pom.xml index fe1722f75..dd5c02280 100644 --- a/slim-maven-plugin/pom.xml +++ b/slim-maven-plugin/pom.xml @@ -5,7 +5,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-slim-maven-plugin diff --git a/spring-app-rt/pom.xml b/spring-app-rt/pom.xml index 26e469467..cffa25f85 100644 --- a/spring-app-rt/pom.xml +++ b/spring-app-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 diff --git a/spring-app/pom.xml b/spring-app/pom.xml index c765f215d..444d367e8 100644 --- a/spring-app/pom.xml +++ b/spring-app/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-spring-app diff --git a/spring-jaxws-rt/pom.xml b/spring-jaxws-rt/pom.xml index 555d4c2da..8d080783c 100644 --- a/spring-jaxws-rt/pom.xml +++ b/spring-jaxws-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-spring-jaxws-rt diff --git a/spring3-app-rt/pom.xml b/spring3-app-rt/pom.xml index 415efb873..40660f83b 100644 --- a/spring3-app-rt/pom.xml +++ b/spring3-app-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-spring3-app-rt diff --git a/src/samples/bookstore/pom.xml b/src/samples/bookstore/pom.xml index 4c36a36f5..4d0e1395d 100644 --- a/src/samples/bookstore/pom.xml +++ b/src/samples/bookstore/pom.xml @@ -21,7 +21,7 @@ com.webcohesion.enunciate maven-enunciate-plugin - 2.0.0-SNAPSHOT + 2.0.0-M.2 @@ -130,7 +130,7 @@ com.webcohesion.enunciate enunciate-spring-app-rt - 2.0.0-SNAPSHOT + 2.0.0-M.2 diff --git a/src/samples/wannabecool/build/pom.xml b/src/samples/wannabecool/build/pom.xml index 3faf3b9d5..6d409cdf3 100644 --- a/src/samples/wannabecool/build/pom.xml +++ b/src/samples/wannabecool/build/pom.xml @@ -13,7 +13,7 @@ com.webcohesion.enunciate maven-enunciate-plugin - 2.0.0-SNAPSHOT + 2.0.0-M.2 src/main/java/enunciate.xml @@ -44,7 +44,7 @@ com.webcohesion.enunciate enunciate-rt - 2.0.0-SNAPSHOT + 2.0.0-M.2 junit diff --git a/swagger/pom.xml b/swagger/pom.xml index 78200e90a..5e0174b77 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-swagger diff --git a/top-rt/pom.xml b/top-rt/pom.xml index ae50bacce..42a0567c9 100644 --- a/top-rt/pom.xml +++ b/top-rt/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-rt diff --git a/top/pom.xml b/top/pom.xml index 056e04cef..1240cf5ee 100644 --- a/top/pom.xml +++ b/top/pom.xml @@ -4,7 +4,7 @@ com.webcohesion.enunciate enunciate-parent - 2.0.0-SNAPSHOT + 2.0.0-M.2 enunciate-top