Skip to content

Commit

Permalink
[artifactory-release] Release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Nov 23, 2022
1 parent 6c0758e commit 1a192a6
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 24 deletions.
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.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>api</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</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.1-SNAPSHOT</version>
<version>0.9.1</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.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Common functionality (Mongo and Entity definitions)</name>
Expand Down
10 changes: 4 additions & 6 deletions indexing/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.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +16,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -110,4 +108,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
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.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>loader</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</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.1-SNAPSHOT</version>
<version>0.9.1</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.1-SNAPSHOT</version>
<version>0.9.1</version>
<scope>compile</scope>
</dependency>

Expand Down
10 changes: 4 additions & 6 deletions migrations/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.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -25,7 +23,7 @@
<dependency>
<groupId>eu.europeana.fulltext</groupId>
<artifactId>common</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -79,4 +77,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -23,7 +22,7 @@
</repositories>

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

<name>Europeana Newspapers Fulltext</name>
Expand Down

0 comments on commit 1a192a6

Please sign in to comment.