Skip to content

Commit

Permalink
Version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Apr 30, 2018
1 parent 13d04eb commit 6191739
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- When updating the version number here, also update the version number
in each module's pom.xml
-->
<version>4.4.0-beta1</version>
<version>4.4.0</version>

<description>Virtual Language Observatory (VLO) parent project</description>
<organization>
Expand Down
4 changes: 2 additions & 2 deletions vlo-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-commons</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Commons</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions vlo-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-distribution</artifactId>
<packaging>pom</packaging>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Distribution</name>
<description>
Creates a package for server distribution of the VLO. It includes WAR
Expand Down
4 changes: 2 additions & 2 deletions vlo-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-importer</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<packaging>jar</packaging>

<name>VLO Importer</name>
Expand Down
4 changes: 2 additions & 2 deletions vlo-sitemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-sitemap</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Sitemap Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions vlo-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-solr</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<packaging>jar</packaging>

<name>VLO Solr</name>
Expand Down
4 changes: 2 additions & 2 deletions vlo-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-statistics</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Report Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vlo-vocabularies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-vocabularies</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Vocabularies</name>
<packaging>jar</packaging>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>


Expand Down
4 changes: 2 additions & 2 deletions vlo-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-web-app</artifactId>
<packaging>war</packaging>
<version>4.4.0-beta1</version>
<version>4.4.0</version>
<name>VLO Web Application</name>
<description></description>

Expand Down

0 comments on commit 6191739

Please sign in to comment.