Skip to content

Commit

Permalink
[artifactory-release] Release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Mar 28, 2023
1 parent 4494af9 commit ffa4a68
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
10 changes: 4 additions & 6 deletions annosync/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +18,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -115,4 +113,4 @@
</plugins>
</build>

</project>
</project>
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.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Europeana Newspapers Fulltext API</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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 @@ -5,13 +5,13 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>loader</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>

<name>Fulltext API</name>
Expand Down

0 comments on commit ffa4a68

Please sign in to comment.