Skip to content

Commit

Permalink
[artifactory-release] Intermediate release version 2.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Feb 29, 2024
1 parent f9aa393 commit c3311e0
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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</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.8-SNAPSHOT</version>
<version>2.16.8</version>
<packaging>pom</packaging>

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

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

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

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

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

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

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

0 comments on commit c3311e0

Please sign in to comment.