Skip to content

Commit

Permalink
[artifactory-release] Release version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed May 8, 2024
1 parent 2866b84 commit e14c8a0
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 59 deletions.
9 changes: 5 additions & 4 deletions annotation-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?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">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -10,7 +11,7 @@
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-api</artifactId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>
<properties>
<skipTests>true</skipTests>
Expand All @@ -31,13 +32,13 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
<exclusions>
<exclusion>
<artifactId>slf4j-jdk14</artifactId>
Expand Down Expand Up @@ -95,4 +96,4 @@
</dependency>

</dependencies>
</project>
</project>
8 changes: 4 additions & 4 deletions annotation-definitions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<artifactId>annotation-definitions</artifactId>
Expand Down Expand Up @@ -71,4 +71,4 @@
</plugins>
</build>

</project>
</project>
7 changes: 4 additions & 3 deletions annotation-dereferenciation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?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">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -10,7 +11,7 @@
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<properties>
Expand All @@ -28,7 +29,7 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -90,4 +91,4 @@
-->
</dependencies>

</project>
</project>
6 changes: 3 additions & 3 deletions annotation-fulltext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<artifactId>annotation-fulltext</artifactId>
Expand Down Expand Up @@ -40,9 +40,9 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

</dependencies>

</project>
</project>
13 changes: 5 additions & 8 deletions annotation-mongo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<?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">
<modelVersion>4.0.0</modelVersion>

<artifactId>annotation-mongo</artifactId>
Expand All @@ -15,7 +12,7 @@
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<properties>
Expand All @@ -26,13 +23,13 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
Expand Down
12 changes: 5 additions & 7 deletions annotation-solr/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<?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">
<modelVersion>4.0.0</modelVersion>

<artifactId>annotation-solr</artifactId>
Expand All @@ -14,7 +12,7 @@
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<properties>
Expand All @@ -25,12 +23,12 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions annotation-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<artifactId>annotation-statistics</artifactId>
Expand Down Expand Up @@ -35,12 +35,12 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-solr</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
10 changes: 4 additions & 6 deletions annotation-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>
<artifactId>annotation-tests</artifactId>
<name>Annotation Tests</name>
Expand All @@ -27,7 +25,7 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-web</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -37,7 +35,7 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
12 changes: 4 additions & 8 deletions annotation-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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">
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>annotation-utils</artifactId>
<name>Annotation utils package</name>
Expand All @@ -9,7 +9,7 @@
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-api</artifactId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<properties>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -124,7 +124,3 @@

</dependencies>
</project>




18 changes: 9 additions & 9 deletions annotation-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<artifactId>annotation-web</artifactId>
<name>Europeana Annotation - WEB API </name>
<packaging>jar</packaging>
<description>The implementation of the &quot;annotation&quot; service</description>
<description>The implementation of the "annotation" service</description>

<parent>
<artifactId>annotation-api</artifactId>
<groupId>eu.europeana.annotation</groupId>
<relativePath>../pom.xml</relativePath>
<version>${revision}</version>
<version>0.5</version>
</parent>

<properties>
Expand Down Expand Up @@ -88,17 +88,17 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-mongo</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-solr</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-utils</artifactId>
<version>${project.version}</version>
<version>0.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
Expand All @@ -109,17 +109,17 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-fulltext</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-dereferenciation</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-statistics</artifactId>
<version>${project.version}</version>
<version>0.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-definitions</artifactId>
<version>${project.version}</version>
<version>0.5</version>
<classifier>tests</classifier>
<scope>test</scope>
<!-- <type>test-jar</type> -->
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>eu.europeana.annotation</groupId>
<artifactId>annotation-api</artifactId>
<version>${revision}</version>
<version>0.5</version>
<packaging>pom</packaging>
<name>Annotation API parent</name>
<description>Annotation API parent pom</description>
Expand Down

0 comments on commit e14c8a0

Please sign in to comment.