Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 411a6bb6 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Merge pull request #156 in EDELIVERY/smp from master to development

* commit '13891257143905905c01ed5dbfdcb851d78c59da':
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 4.1.1
  Revert version for build the maven release
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 4.1.1
  Revert version for build the maven release
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 4.1.1
parents 41dff3b3 e775f073
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment