Skip to content

Commit

Permalink
[artifactory-release] Release version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Jul 30, 2024
1 parent a2c848d commit e07ea85
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions entity-management-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>entity-management-common</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-definitions</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion entity-management-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>entity-management-definitions</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions entity-management-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>entity-management-mongo</artifactId>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-definitions</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-common</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions entity-management-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>entity-management-solr</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-common</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand Down
14 changes: 7 additions & 7 deletions entity-management-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,32 +18,32 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-web</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-definitions</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-common</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-mongo</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-solr</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-zoho</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions entity-management-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -107,19 +107,19 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-definitions</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-common</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-mongo</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand All @@ -131,13 +131,13 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-solr</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-zoho</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions entity-management-zoho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>entity-management</artifactId>
<groupId>eu.europeana.api</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>entity-management-zoho</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>entity-management-common</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<groupId>eu.europeana.api</groupId>
<artifactId>entity-management</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
<packaging>pom</packaging>

<name>Entity Management</name>
Expand Down

0 comments on commit e07ea85

Please sign in to comment.