Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eic-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jul 4, 2022
1 parent bbb761c commit 8bf3800
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions eic-registry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>eic-registry-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</connection>
<developerConnection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</developerConnection>
<url>https://github.com/madgeek-arc/resource-catalogue.git</url>
<tag>HEAD</tag>
<tag>eic-4.0.0</tag>
</scm>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions eic-registry-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>eic-registry-model</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</connection>
<developerConnection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</developerConnection>
<url>https://github.com/madgeek-arc/resource-catalogue.git</url>
<tag>HEAD</tag>
<tag>eic-4.0.0</tag>
</scm>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions eic-registry-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>eic-registry-rest</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</connection>
<developerConnection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</developerConnection>
<url>https://github.com/madgeek-arc/resource-catalogue.git</url>
<tag>HEAD</tag>
<tag>eic-4.0.0</tag>
</scm>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions eic-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>eic-registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>war</packaging>

<licenses>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</connection>
<developerConnection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</developerConnection>
<url>https://github.com/madgeek-arc/resource-catalogue.git</url>
<tag>HEAD</tag>
<tag>eic-4.0.0</tag>
</scm>

<properties>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>eu.einfracentral</groupId>
<artifactId>matomo-data-parser</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>eu.einfracentral</groupId>
<artifactId>catris-recdb</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions matomo-data-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>matomo-data-parser</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -331,7 +331,7 @@
<connection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</connection>
<developerConnection>scm:git:ssh://[email protected]/madgeek-arc/resource-catalogue.git</developerConnection>
<url>https://github.com/madgeek-arc/resource-catalogue.git</url>
<tag>HEAD</tag>
<tag>eic-4.0.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions recdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>eu.einfracentral</groupId>
<artifactId>eic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>eu.einfracentral</groupId>
<artifactId>catris-recdb</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down

0 comments on commit 8bf3800

Please sign in to comment.