Skip to content

Commit

Permalink
Version to 4.3.4-RC1. Update changes and upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Feb 5, 2018
1 parent 130b02c commit e03ae31
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Bug fixes and new features
--------------------------
VLO-4.3.4 (January 2018)

* Fixed issue with retrieving similar documents, leading to errors loading the record page
<https://github.com/clarin-eric/VLO/issues/133>

VLO-4.3.3 (January 2018)

* Fixed issue with boolean query operator interpretation
Expand Down
5 changes: 5 additions & 0 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ for the upgraded VLO instance), go to the `bin` directory and run the importer u
updated configuration file:
`./vlo_solr_importer.sh -c ../config/VloConfig.xml`

-----------------------------
Upgrading from 4.3.3 to 4.3.4
-----------------------------
Maintenance release, no actions required (Solr index can be kept).

-----------------------------
Upgrading from 4.3.2 to 4.3.3
-----------------------------
Expand Down
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-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
</parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-commons</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-distribution</artifactId>
<packaging>pom</packaging>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-importer</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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.vlo</groupId>
<artifactId>vlo-sitemap</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</version>
<name>VLO Sitemap Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-solr</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</version>
<packaging>pom</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
<name>VLO Report Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
<name>VLO Vocabularies</name>
<packaging>jar</packaging>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</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-SNAPSHOT</version>
<version>4.3.4-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-web-app</artifactId>
<packaging>war</packaging>
<version>4.4-SNAPSHOT</version>
<version>4.3.4-RC1</version>
<name>VLO Web Application</name>
<description></description>

Expand Down

0 comments on commit e03ae31

Please sign in to comment.