Skip to content

Commit

Permalink
Merge pull request #267 from europeana/EA-3955-change-context-url
Browse files Browse the repository at this point in the history
update api commons version to snapshot
  • Loading branch information
gsergiu authored Oct 28, 2024
2 parents 417fa26 + d8deefb commit 43e5914
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 29 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eu.europeana.set</groupId>
<artifactId>set-api</artifactId>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>User sets API</name>
<description>User Sets API - API for curating collections by end users</description>
Expand Down Expand Up @@ -38,7 +38,6 @@
</repositories>

<properties>
<revision>1.0</revision>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand All @@ -48,7 +47,7 @@
<java.17.addopens>--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
</java.17.addopens>
<version.commonsApi>0.4</version.commonsApi>
<version.commonsApi>0.4.3-SNAPSHOT</version.commonsApi>
<version.springBoot>2.5.14</version.springBoot>

<!-- overwrite version defined in spring boot parent pom -->
Expand Down
6 changes: 3 additions & 3 deletions set-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>eu.europeana.set</groupId>
<artifactId>set-api</artifactId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>set-client</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-common</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions set-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions set-definitions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand All @@ -7,7 +7,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>set-definitions</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions set-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>set-integration-testing</artifactId>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-web</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-common</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions set-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-common</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions set-search-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,13 +32,13 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-common</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions set-usage-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>set-usage-stats</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-mongo</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions set-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-definitions</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>

</dependency>
Expand Down
10 changes: 5 additions & 5 deletions set-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>set-api</artifactId>
<groupId>eu.europeana.set</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -54,24 +54,24 @@
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-common</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-mongo</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-search-api-client</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.set</groupId>
<artifactId>set-usage-stats</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<!-- europeana api commons -->
Expand Down

0 comments on commit 43e5914

Please sign in to comment.