diff --git a/domismp-tests/domismp-docker/pom.xml b/domismp-tests/domismp-docker/pom.xml index 07844d3434e4780e3b8f4b10c07a29c90ad71fb7..371c28bd5144bc807333bfc6fdbd68b1452fe558 100644 --- a/domismp-tests/domismp-docker/pom.xml +++ b/domismp-tests/domismp-docker/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/domismp-tests/domismp-tests-api/pom.xml b/domismp-tests/domismp-tests-api/pom.xml index b220d9f55edb9404606a37df1d0fa0a77ab51a2f..8b264bcdb760d1c2cde77ec6e6b25afde438f0bf 100644 --- a/domismp-tests/domismp-tests-api/pom.xml +++ b/domismp-tests/domismp-tests-api/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>domismp-tests-api</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <name>domismp-tests-api</name> <description>Integration tests suit for DomiSMP API (WebService) testing using SOAPUI framework</description> diff --git a/domismp-tests/pom.xml b/domismp-tests/pom.xml index 51f549308b5778a92ba4a57e2eee2fdd63ad888c..89cdddaa20b9a6793f47e33a0d985da713a3f8ac 100644 --- a/domismp-tests/pom.xml +++ b/domismp-tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>domismp-tests</artifactId> diff --git a/pom.xml b/pom.xml index 6cd69f6ddf29a79f5a2d1ecf18304fffc05dad59..03884cd0dc8c659b8c103d291ded0e11401a093a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ See the Licence for the specific language governing permissions and limitations <artifactId>smp-modules</artifactId> <packaging>pom</packaging> <name>SMP</name> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <licenses> <license> <name>EUPL-2.1</name> @@ -152,7 +152,7 @@ See the Licence for the specific language governing permissions and limitations <scm> <developerConnection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git </developerConnection> - <tag>5.1</tag> + <tag>HEAD</tag> </scm> <repositories> diff --git a/smp-aggregator/pom.xml b/smp-aggregator/pom.xml index 083261a7ebdc5f683382ebf929aaae16afef0026..e7657cedac8b41f3b476df28edbf9898f602ed05 100644 --- a/smp-aggregator/pom.xml +++ b/smp-aggregator/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>smp-modules</artifactId> <groupId>eu.europa.ec.edelivery</groupId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index 8d469a720f77cbf065698aab31b1de9ee39bf672..44cc0560155324e5729b2c932b3b2f3c0d37e8b3 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-angular</artifactId> diff --git a/smp-examples/pom.xml b/smp-examples/pom.xml index a14fd94c705d206631267ba0a2cf14b74f542342..bce441c4b7dda755816ec63e4d4017c31b48eb60 100644 --- a/smp-examples/pom.xml +++ b/smp-examples/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-examples</artifactId> diff --git a/smp-examples/resource-spi-example/pom.xml b/smp-examples/resource-spi-example/pom.xml index fe1de1641b84216ad840220d66fa959a1be901d4..abaf63ea2c1fbd23b9f65da99a2d7c54aa36c655 100644 --- a/smp-examples/resource-spi-example/pom.xml +++ b/smp-examples/resource-spi-example/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-examples/smp-spi-payload-validation-example/pom.xml b/smp-examples/smp-spi-payload-validation-example/pom.xml index f685bbfe66c33f003fe45c3d05f1fe4d7b6e7c97..053c2322c96671568287bddc5d99794f2a86065c 100644 --- a/smp-examples/smp-spi-payload-validation-example/pom.xml +++ b/smp-examples/smp-spi-payload-validation-example/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/oasis-cppa3-spi/pom.xml b/smp-resource-extensions/oasis-cppa3-spi/pom.xml index 3c0efda6d7084456f282f8a9575fd0c970a43041..1dfc2005962bc3857330120177f2dc76f350d3f2 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/pom.xml +++ b/smp-resource-extensions/oasis-cppa3-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/oasis-smp-spi/pom.xml b/smp-resource-extensions/oasis-smp-spi/pom.xml index a43c5c3d45032f26a1f34f800f9f91cdfa31b529..be9a13804fa206834ce06355cae1d9e07ea99770 100644 --- a/smp-resource-extensions/oasis-smp-spi/pom.xml +++ b/smp-resource-extensions/oasis-smp-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/pom.xml b/smp-resource-extensions/pom.xml index 9c64ef5471abf5adbc9bd20fb4d2899e31f720a4..e52daf61da87f3a8ea7e19cf2d830757df37dfe7 100644 --- a/smp-resource-extensions/pom.xml +++ b/smp-resource-extensions/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-resource-extensions</artifactId> diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml index 8dc21512d4c5f7336666a8471a53c47fdaa33939..0f0b7309a38afb5d4d9d53f3055eaae58d25c155 100644 --- a/smp-server-library/pom.xml +++ b/smp-server-library/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-server-library</artifactId> diff --git a/smp-spi/pom.xml b/smp-spi/pom.xml index 3c7ab9ada82c7dd134870e4f1c231e715d06134a..13b99b3e96476c4884aae9d1f84717ef845101f0 100644 --- a/smp-spi/pom.xml +++ b/smp-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-spi</artifactId> diff --git a/smp-springboot/pom.xml b/smp-springboot/pom.xml index d61cabc3a8cc5040ec99b411cda25026d3ca27b1..05dd32d4c263e89adf50061f39e762df1abd0d3a 100644 --- a/smp-springboot/pom.xml +++ b/smp-springboot/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-springboot</artifactId> diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml index 2bcc41cbb1cc83bbdb83cf5bef0117a288185313..f42e7e6357f8fc485683eac62a48bab6f853ada2 100644 --- a/smp-webapp/pom.xml +++ b/smp-webapp/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1</version> + <version>5.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp</artifactId>