Skip to content

Commit

Permalink
[artifactory-release] Release version 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Aug 23, 2023
1 parent 21656cb commit b8001d8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion corelib-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-record/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-schemaorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion corelib-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europeana</groupId>
<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>corelib</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
<packaging>pom</packaging>

<name>Core Library</name>
Expand Down Expand Up @@ -68,43 +68,43 @@
<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-definitions</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-record</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-search</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-storage</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-utils</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-web</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.corelib</groupId>
<artifactId>corelib-schemaorg</artifactId>
<version>2.16.5-SNAPSHOT</version>
<version>2.16.5</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b8001d8

Please sign in to comment.