Skip to content

Commit

Permalink
[artifactory-release] Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Apr 18, 2024
1 parent b0b7876 commit a8a6b58
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 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.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>Translation API</name>
Expand Down
6 changes: 3 additions & 3 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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-definitions</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-common</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>translation-service-common</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-definitions</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
7 changes: 4 additions & 3 deletions translation-service-etranslation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-api</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>translation-service-etranslation</artifactId>
<name>translation-service-etranslation</name>
Expand All @@ -29,7 +30,7 @@
<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-common</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -38,4 +39,4 @@

</dependencies>

</project>
</project>
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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
10 changes: 5 additions & 5 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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

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

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

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

<dependency>
<groupId>eu.europeana.api</groupId>
<artifactId>translation-service-etranslation</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a8a6b58

Please sign in to comment.