Skip to content

Commit

Permalink
[artifactory-release] Release version 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Jan 23, 2023
1 parent a490bb8 commit 55f5079
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion commons-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</parent>

<artifactId>commons-error</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion commons-logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions commons-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.auth0/java-jwt -->
Expand Down
4 changes: 2 additions & 2 deletions commons-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions commons-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,19 +21,19 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-oauth</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.3.18-SNAPSHOT</version>
<version>0.3.18</version>
<packaging>pom</packaging>
<name>API Commons modules</name>

Expand Down

0 comments on commit 55f5079

Please sign in to comment.