Skip to content

Commit

Permalink
4.12.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Aug 26, 2024
1 parent 6bb2e09 commit cd6e023
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bug fixes and new features
--------------------------

VLO 4.12.0 (July 2024)
VLO 4.12.0 (August 2024)
* Requesting of a record by self link in URL
<https://github.com/clarin-eric/VLO/issues/383>
* Search for records by normalized self link
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 @@

<!-- When updating the version number here, also update the version number
in each module's pom.xml -->
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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 @@ -7,11 +7,11 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-commons</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>VLO Commons</name>
<properties>
<jackson.version>2.15.2</jackson.version>
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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-distribution</artifactId>
<packaging>pom</packaging>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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-exposure-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ language governing permissions and limitations under the License. -->
<parent>
<artifactId>vlo</artifactId>
<groupId>eu.clarin.cmdi</groupId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-exposure-frontend</artifactId>
<packaging>war</packaging>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<!-- TODO project name -->
<name>VLO Exposure Frontend</name>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions vlo-exposure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-exposure</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>vlo-exposure</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions vlo-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>

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

<name>VLO Importer</name>
Expand Down
6 changes: 3 additions & 3 deletions vlo-monitor/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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<groupId>eu.clarin.cmdi.vlo</groupId>
<artifactId>vlo-monitor</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>VLO change monitor</name>
<description>Command line utility that carries out rule based checks for changes in the VLO's index</description>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-commons</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>VLO Sitemap Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-solr</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>VLO Report Generator</name>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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 @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-vocabularies</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<name>VLO Vocabularies</name>
<packaging>jar</packaging>

<parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.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.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>

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

Expand Down

0 comments on commit cd6e023

Please sign in to comment.