Skip to content

Commit

Permalink
[artifactory-release] Release version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Jun 19, 2023
1 parent 1c51870 commit 82b16dc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions annosync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>api</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>war</packaging>

<name>Europeana Newspapers Fulltext API</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@

<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>jar</packaging>

<name>Common functionality (Mongo and Entity definitions)</name>
Expand Down
4 changes: 2 additions & 2 deletions indexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down
8 changes: 4 additions & 4 deletions loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>loader</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>war</packaging>

<name>Europeana Newspapers Fulltext Loader</name>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>api</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<classifier>classes</classifier>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</repositories>

<artifactId>fulltext</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>pom</packaging>

<name>Fulltext API</name>
Expand Down

0 comments on commit 82b16dc

Please sign in to comment.