Skip to content

Commit

Permalink
[artifactory-release] Release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Sep 30, 2019
1 parent 268f444 commit d1634e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>api</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.6-SNAPSHOT</version>
<version>0.6</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 @@ -4,7 +4,7 @@

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

<name>Common functionality (Mongo and Entity definitions)</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<artifactId>fulltext</artifactId>
<groupId>eu.europeana</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>eu.europeana.fulltext</groupId>
<artifactId>loader</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.6-SNAPSHOT</version>
<version>0.6</version>
<classifier>classes</classifier>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

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

<name>Europeana Newspapers Fulltext API &amp; Loader</name>
Expand Down

0 comments on commit d1634e8

Please sign in to comment.