diff --git a/pom.xml b/pom.xml index 83a961e262f53b03f51cc6f880dac5a023bb03d6..18197ca5722b805c182bc8c6a3bbfca65ceae252 100644 --- a/pom.xml +++ b/pom.xml @@ -12,14 +12,13 @@ ~ See the Licence for the specific language governing permissions and limitations under the Licence. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec</groupId> <artifactId>smp-modules</artifactId> <packaging>pom</packaging> <name>SMP</name> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <modules> <module>smp-parent-pom</module> diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index 742338421056fa3764b917d35abc086d97d056b6..9a563455a5019f05e8b73be5289eb0d3b316bf5b 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-parent-pom</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <relativePath>../smp-parent-pom/pom.xml</relativePath> </parent> <artifactId>smp-angular</artifactId> diff --git a/smp-api/pom.xml b/smp-api/pom.xml index d3615620e6d6cf73c992ded57735a8f2caf72c77..c692047d09de7eb3794edf9111f68ea9eda9e0da 100644 --- a/smp-api/pom.xml +++ b/smp-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-parent-pom</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <relativePath>../smp-parent-pom/pom.xml</relativePath> </parent> diff --git a/smp-parent-pom/pom.xml b/smp-parent-pom/pom.xml index 9f49f46124688aa030932e51e0941b7c58b0ab34..6378e95466b7e1e53c5b2ec340d3de4dec1b644d 100644 --- a/smp-parent-pom/pom.xml +++ b/smp-parent-pom/pom.xml @@ -12,12 +12,11 @@ ~ See the Licence for the specific language governing permissions and limitations under the Licence. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-parent-pom</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>smp-parent-pom</name> <description>SMP - CEF eDelivery</description> @@ -34,11 +33,11 @@ <!-- Where to deploy binaries --> <distributionManagement> <repository> - <id>edelivery-releases</id> + <id>cefdigital-releases</id> <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery/</url> </repository> <snapshotRepository> - <id>edelivery-snapshots</id> + <id>cefdigital-snapshots</id> <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-snapshots/</url> </snapshotRepository> </distributionManagement> diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml index d43a6e6ba6faf54710ddfcdb830a19414e8cdd28..04babd6b5179026209ede45c443786ae1efa2e04 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-parent-pom</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <relativePath>../smp-parent-pom/pom.xml</relativePath> </parent> <artifactId>smp-server-library</artifactId> diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml index 70694ec55bccbe3b9bfa46d3210602e593278c40..377f0e545d80290cb83ec2c6b29f4c3fbb3facae 100644 --- a/smp-webapp/pom.xml +++ b/smp-webapp/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-parent-pom</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <relativePath>../smp-parent-pom/pom.xml</relativePath> </parent> <artifactId>smp</artifactId>