Skip to content

Commit

Permalink
[artifactory-release] Release version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Sep 16, 2021
1 parent 16f16dc commit 1b83dd6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>commons-api-services</artifactId>
<groupId>eu.europeana.api.commons</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>${project.version}</version>
<version>0.3.8</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>${project.version}</version>
<version>0.3.8</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>${project.version}</version>
<version>0.3.8</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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>${project.version}</version>
<version>0.3.8</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>
<relativePath>../pom.xml</relativePath>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand All @@ -20,19 +20,19 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>${project.version}</version>
<version>0.3.8</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>${project.version}</version>
<version>0.3.8</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-oauth</artifactId>
<version>${project.version}</version>
<version>0.3.8</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.8-SNAPSHOT</version>
<version>0.3.8</version>
<packaging>pom</packaging>
<name>API Commons modules</name>

Expand Down

0 comments on commit 1b83dd6

Please sign in to comment.