for release

This commit is contained in:
Massimiliano Assante 2023-05-17 12:42:10 +02:00
parent 4e76d9dfd6
commit 307f9834f6
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.0-SNAPSHOT] - 2023-03-16
## [v1.0.0] - 2023-03-16
First Release

View File

@ -12,7 +12,7 @@
<artifactId>google-analytics4-hook</artifactId>
<packaging>war</packaging>
<name>google-analytics4-hook Hook</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>
This component is a Liferay 6.2.6 CE Hook which customise the Google Analytics Script to be compliant with GA4
</description>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>