Skip to content

Commit

Permalink
[artifactory-release] Release version 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Dec 11, 2024
1 parent 8fade87 commit de2faa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api2-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>api2</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions api2-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>api2</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -33,13 +33,13 @@
<dependency>
<groupId>eu.europeana.api2</groupId>
<artifactId>api2-model</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>query-syntax</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</dependency>

<!-- CORELIB -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>api2</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<packaging>pom</packaging>
<name>Search and Record API</name>
<url>http://www.europeana.eu</url>
Expand Down
2 changes: 1 addition & 1 deletion query-syntax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>api2</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<groupId>eu.europeana.api</groupId>
Expand Down

0 comments on commit de2faa2

Please sign in to comment.