Skip to content

Commit

Permalink
[artifactory-release] Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Jan 23, 2024
1 parent a703ea6 commit 0759a13
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Translation API</name>
Expand Down
4 changes: 2 additions & 2 deletions translation-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>translation-api</artifactId>
<groupId>eu.europeana.api</groupId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-definitions</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion translation-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>translation-api</artifactId>
<groupId>eu.europeana.api</groupId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-definitions</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions translation-service-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-service-common</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-definitions</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions translation-service-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-service-google</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-common</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-tasks -->
Expand Down
4 changes: 2 additions & 2 deletions translation-service-pangeanic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-service-pangeanic</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-common</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions translation-service-tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<artifactId>translation-service-tika</artifactId>
<name>translation-service-tika</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-common</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
4 changes: 2 additions & 2 deletions translation-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>translation-api</artifactId>
<groupId>eu.europeana.api</groupId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-tests</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-web</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions translation-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>translation-api</artifactId>
<groupId>eu.europeana.api</groupId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>translation-web</artifactId>
Expand Down Expand Up @@ -62,19 +62,19 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-google</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-pangeanic</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-tika</artifactId>
<version>0.1</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0759a13

Please sign in to comment.