Skip to content

Commit

Permalink
#Fixing the versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Jun 8, 2022
1 parent 4243ca2 commit 32901e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commons-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</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 @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.10</version>
<version>0.3.14-SNAPSHOT</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.auth0/java-jwt -->
Expand Down
2 changes: 1 addition & 1 deletion commons-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-definitions</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions commons-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-net</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-oauth</artifactId>
<version>0.3.14-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 32901e4

Please sign in to comment.