Skip to content

Commit

Permalink
[artifactory-release] Release version 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Oct 29, 2021
1 parent 17b1a67 commit 20cf210
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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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.14.1-SNAPSHOT</version>
<version>2.15.0</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 @@ -22,7 +22,7 @@
</repositories>

<artifactId>corelib</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.15.0</version>
<packaging>pom</packaging>

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

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

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

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

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

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

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

0 comments on commit 20cf210

Please sign in to comment.