diff --git a/cachingxslt/pom.xml b/cachingxslt/pom.xml
index d1cbec2581d..10e5c7067a6 100644
--- a/cachingxslt/pom.xml
+++ b/cachingxslt/pom.xml
@@ -31,7 +31,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/common/pom.xml b/common/pom.xml
index f798046d326..10d8e95b95b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -31,7 +31,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/core/pom.xml b/core/pom.xml
index 98e8c8570ff..41115a2fcaf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/csw-server/pom.xml b/csw-server/pom.xml
index 6a56b216946..ddd1614a55b 100644
--- a/csw-server/pom.xml
+++ b/csw-server/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/docs/changes4.2.4-0.txt b/docs/changes4.2.4-0.txt
new file mode 100644
index 00000000000..cc249223490
--- /dev/null
+++ b/docs/changes4.2.4-0.txt
@@ -0,0 +1,151 @@
+================================================================================
+===
+=== GeoNetwork 4.2.4: List of changes
+===
+================================================================================
+- Merge pull request #7059 from tkohr/xsl-fixes
+- Add migration for static pages (#7005)
+- Map / WPS / Fixes and improvements
+- Translations / Updates from transifex.
+- Admin / Link analysis / Use POST / Fix test
+- Standard / Associated resources / Add check for duplicated references.
+- Standard / ISO19115-3 / Add link fails if record has no language.
+- Editor / Display attributes when an element only have attributes eg. metadataReference.
+- Standard / ISO19115-3 / Remove parentIdentifier linking which is not used. Users use associated resources for this type of links.
+- Maps library / Fix home page link to display the map.
+- Record view / Break keywords with long values
+- Fix display of user selections panel for logged users (#7001)
+- disable link to parent button to use ng-disabled (#7045)
+- gn - fix(ods): copy ods themes to topicCategory instead of keywords
+- gn - fix(dkan): accept optional - separator and seconds
+- gn - fix(dkan): make regExLoc for date conversion more permissive
+- Admin / Link analysis / Use POST. (#7022)
+- gn - fix(ods): fix mapping of ods metadata and ressource dates
+- i18n / Fix loading of languages for ICE, KOR and CZE (#7055)
+- Indexing / More robust on invalid thesaurus type (#7052)
+- Indexing / More robust on vertical range. (#7054)
+- Indexing / Add timeout when retrieving overview. (#6905)
+- Editing / dateStamp = changeDate on update (#7012)
+- Standard / ISO19115-3 / Add same mechanism as ISO19139 for parentIdentifier (#6976)
+- Editor / Suggestions / Suggest to add a date depending on the status. (#6967)
+- i18n / Add Danish language (#6933)
+- Import metadata / If workflow is enable hide publish option (#7008)
+- Sharing / Batch mode / Fix +/- icon on Firefox.
+- Download xml in new tab (#6975)
+- PDF / Report image URL in case of error (#7032)
+- Library update / WRO4J / Remove unused extensions with CVE reported.
+- Library update.
+- Quick fix for missing comma in #7034
+- Automatic formatting
+- Prevent breaking of topic titles in middle of title (#7036)
+- Add pagination to the footer of the search page (#7035)
+- Verify the portal requested exists - configure servlet names to exclude (#7034)
+- CSW / Transactions are not in history. (#7016)
+- Portal redirection / Search portal by uuid not by name. (#7030)
+- Test / API / Page label null trigger error (#6989)
+- Dependency / Rever camel update triggerring issue on Tomcat
+- ISO19139 / Editor / Fieldset on processor
+- CSW / Transaction / Consistently apply update-fixed-info (#7004)
+- fix: upgrade com.google.code.findbugs:jsr305 from 2.0.1 to 2.0.3
+- Bump camel.version from 2.25.1 to 2.25.4
+- Update publish link so that it is disabled if the metadata has not been approved. (#7009)
+- Pass created, modified, issued date from thesaurus to the schemas (#6972)
+- Revert empty properties format
+- fix: pom.xml to reduce vulnerabilities
+- Harvester / Simple URL / Total harvested records when using pagination is incorrect
+- Fix admin setting error with duplicate id="metadata/workflow/draftWhenInGroup" (#6980)
+- Metadata publication mail - support additional fields: (#6906)
+- Map viewer / make configurable to display the metadata bboxes using geodesic extents for local projections (#6982)
+- Fix related to #6946, scope.config is not ready when the metadata editor is being loaded
+- Metadata editor / normalize the values provided to AngularJs directives
+- Editor / Thesaurus / Add option to display or not the SKOS browser.
+- Editor / Tooltip / Add onhover mode.
+- Editor / Improve default tab configuration.
+- Test / Fixes (#6932)
+- Admin / Page / Styling.
+- UI configuration for static pages, to allow customise the order of the pages in the sections
+- Add page label property to use for the links text instead of using the page identifier
+- Respond with JSON
+- Return 201 when creating pages
+- Remove unreacheable if statement
+- Remove code smells
+- Add help text for page sections
+- Additional formatting updates
+- Use translations page statuses
+- Updates: - Use format translations. - Don't show page link when creating a new page. - Fix layout of the HTML editor
+- Admin / Page / Avoid :baddata] Data must be a valid JSON.
+- Admin / Page manager / Add translations.
+- API / Pages / Clear queue after upload.
+- API / Pages / Fix warning on POST.
+- API / Pages / Fix update content.
+- API / Pages / Fix test.
+- Page API improvement
+- API / Pages / Set HTML content type if page is an upload HTML.
+- API / Pages - Initial support to upload page files
+- API / Pages - Update check file type check and when uploading a file, store the file name in the link field
+- API / Pages - add message translations and fix delete request
+- API / Pages - unify sections parameter name, support multiple sections per page and show in the list the page id and the language
+- API / Pages - update gnStaticPagesListViewer directive to use the new API
+- API / Pages - add a service to return the static pages and update UI to use the new API services
+- API / Pages / Keep it simple and test.
+- Prettier and AngularJS update.
+- Static pages UI configuration
+- ISO19139 / Editor / Fieldset on resource usage and userContactInfo
+- Metadata file downloads report - fix check to retrieve user related information (#6971)
+- Configure the users profile allowed to publish / un-publish metadata (#6956)
+- ISO19139 / ISO19115-3.2008 / use also xlink:href element to identify related datasets (#6973)
+- Map / Feature table improvement. (#6969)
+- Filter to verify the portal requested exists, otherwise redirects to the default portal
+- Map / Context / Style may or may not declare namespace.
+- Standard / ISO19115-3 / Do not alter creation date and allow editing of metadata identifier descriptors (#6968)
+- Standard / ISO19115-3 / Editor / Reference system from EPSG database
+- Editor / Configuration / Add for each support. (#6907)
+- Map / Layer / Styling tab for better legend readability.
+- Map / Layer / Use caret icon instead of radio.
+- Map / Layer / Improve layout and add server URL and layer name to easily copy value (eg. to add layer in GIS).
+- Map / Layer / Better alignment.
+- Map / WMS Time / Add slider control.
+- Map / Group layer tools and avoid to have too many buttons in layer row.
+- Map / WMS Time and elevation / Animation interval.
+- Map / WMS Time and elevation.
+- Prettier formatting
+- Users management - disable save button if password check doesn't match the password (#6890)
+- Search results / List / Associated resource group by title / Styling.
+- Search results / List / Associated resource group by title.
+- Release / Cleanup folder.
+- Doc / Fix warning.
+- Add online resources from WMS layers with the 'resourcename' mode:
+- Implement a more extendable openid connect security
+- Network / Intranet configuration / Add support for multiple ip ranges (#6894)
+- Merge branch 'Informatievlaanderen-dv/pr/root-context'
+- Make local jetty run plugin context path configurable / doc.
+- Make local jetty run plugin context path configurable thought JVM options
+- Remove duplicate and run Prettier
+- Add a setting to make the map accessible. The setting is off by default.
+- Fix issue with initial db creation not having language list when @PostConstruct was called. (#6870)
+- Search / Use scripted field for more like this and isSuperseded directive.
+- Use scripted field to retrieve associated resources first overview url. Sonarlint code improvements.
+- Update EsFacet.js
+- Search / Review _source to contains only necessary fields. Fixed some field names for category and topic.
+- Search / Use scripted field to only load the first overview.
+- Changed the messages about existing users or emails to be identical, to make it harder to enumerate through users
+- Remove requirement for gmd:fileDescription so that thumbnail urls are transformed when migrating records.
+- change the method for the password's minLength to be max, so if a bigger value than 6 is retrieved from "system.security.passwordEnforcement.minLength" this is taken into account (#6953)
+- UI / Add a read more directive
+- Avoid retrieve metadata associated records aggregations when the metadata have no associated records
+- Doc / Editor configuration / Spelling improvements (#6944)
+- Extend date range filter directive to configure the date field to use.
+- Feature catalogue / Index producer
+- Record view / don't call records history when not authorised
+- Update validation report to include more information in the report. (#6900)
+- Update CSW GetRecords samples. Fixes #6935
+- Bump httpclient from 4.5.9 to 4.5.14 (#6928)
+- OutOfMemory exception on tomcat / Change logging bridge dependency. (#6904)
+- Update Geotools to v28.2 (#6925)
+- Create mvn-dep-tree.yml (#6923)
+- Update CSW queryable mappings for contacts
+- Build / git.properties file not created (#6915)
+- Avoid index empty values of online resources protocols. If the ES field is used for facet filter, it displays the empty value
+- Search / allow to configure additional fields to exclude from searches (#6911)
+- Cmis performance enhancements (#6893)
+- Update version to 4.2.4-SNAPSHOT
\ No newline at end of file
diff --git a/docs/manuals b/docs/manuals
index f56a807578d..eca2e28ce01 160000
--- a/docs/manuals
+++ b/docs/manuals
@@ -1 +1 @@
-Subproject commit f56a807578d9527ca77a138e19d3cc7c8edcaac1
+Subproject commit eca2e28ce016e1507dff44533908df6e72086b4f
diff --git a/docs/pom.xml b/docs/pom.xml
index cd798d3f435..3f858e7b1d2 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
gn-docs
diff --git a/doi/pom.xml b/doi/pom.xml
index 34a4e94806f..df35b7c1dd3 100644
--- a/doi/pom.xml
+++ b/doi/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/domain/pom.xml b/domain/pom.xml
index d54efd8966b..c33d6a769a8 100644
--- a/domain/pom.xml
+++ b/domain/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/es/es-dashboards/pom.xml b/es/es-dashboards/pom.xml
index 3fe04c49dc4..71aa0ee7f18 100644
--- a/es/es-dashboards/pom.xml
+++ b/es/es-dashboards/pom.xml
@@ -28,7 +28,7 @@
gn-es
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/es/pom.xml b/es/pom.xml
index 99e957964b6..8d3f497bfde 100644
--- a/es/pom.xml
+++ b/es/pom.xml
@@ -5,7 +5,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
gn-es
diff --git a/estest/pom.xml b/estest/pom.xml
index 2e5ac32590e..44fd3f6846f 100644
--- a/estest/pom.xml
+++ b/estest/pom.xml
@@ -5,7 +5,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/events/pom.xml b/events/pom.xml
index 88dd55cd176..ef878b6525d 100644
--- a/events/pom.xml
+++ b/events/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
GeoNetwork Events
diff --git a/harvesters/pom.xml b/harvesters/pom.xml
index 78fa8a1874c..be3a96ccf40 100644
--- a/harvesters/pom.xml
+++ b/harvesters/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/healthmonitor/pom.xml b/healthmonitor/pom.xml
index b9e2be9afe0..7e308d668db 100644
--- a/healthmonitor/pom.xml
+++ b/healthmonitor/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/index/pom.xml b/index/pom.xml
index 7e4d0ef7e06..64908c8ceea 100644
--- a/index/pom.xml
+++ b/index/pom.xml
@@ -5,7 +5,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
gn-index
diff --git a/inspire-atom/pom.xml b/inspire-atom/pom.xml
index f43445d6fe3..92c3e1bd977 100644
--- a/inspire-atom/pom.xml
+++ b/inspire-atom/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/jmeter/pom.xml b/jmeter/pom.xml
index be932ff27d7..7ee05068f2b 100644
--- a/jmeter/pom.xml
+++ b/jmeter/pom.xml
@@ -29,7 +29,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/listeners/pom.xml b/listeners/pom.xml
index 5549f1a1622..a479ff7fe23 100644
--- a/listeners/pom.xml
+++ b/listeners/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
GeoNetwork Events
diff --git a/messaging/pom.xml b/messaging/pom.xml
index 736cc6907c5..1554ad7892b 100644
--- a/messaging/pom.xml
+++ b/messaging/pom.xml
@@ -5,7 +5,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/oaipmh/pom.xml b/oaipmh/pom.xml
index b4e6911d023..6d76bec6abc 100644
--- a/oaipmh/pom.xml
+++ b/oaipmh/pom.xml
@@ -30,7 +30,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/pom.xml b/pom.xml
index ab21df746a6..e10b1b9677f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.geonetwork-opensource
geonetwork
pom
- 4.2.4-SNAPSHOT
+ 4.2.4-0
GeoNetwork opensource
GeoNetwork opensource is a standards based, Free and
Open Source catalog application to manage spatially referenced
diff --git a/release/build.properties b/release/build.properties
index 300a5faabfc..1715a794405 100644
--- a/release/build.properties
+++ b/release/build.properties
@@ -6,7 +6,7 @@ supportEmail=geonetwork-users@lists.sourceforge.net
# Application version properties
version=4.2.4
-subVersion=SNAPSHOT
+subVersion=0
# Java runtime properties
javaVersion=1.8.0
diff --git a/release/pom.xml b/release/pom.xml
index fc89a4324b5..f5d1d7b1223 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -7,7 +7,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
gn-release
diff --git a/schemas-test/pom.xml b/schemas-test/pom.xml
index 6b96680adeb..dac7ec9e79a 100644
--- a/schemas-test/pom.xml
+++ b/schemas-test/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
jar
diff --git a/schemas/csw-record/pom.xml b/schemas/csw-record/pom.xml
index 426cf8d55bd..66f942d8a23 100644
--- a/schemas/csw-record/pom.xml
+++ b/schemas/csw-record/pom.xml
@@ -5,7 +5,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
gn-schema-csw-record
diff --git a/schemas/dublin-core/pom.xml b/schemas/dublin-core/pom.xml
index f4562210930..c7b881b3d13 100644
--- a/schemas/dublin-core/pom.xml
+++ b/schemas/dublin-core/pom.xml
@@ -5,7 +5,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/schemas/iso19110/pom.xml b/schemas/iso19110/pom.xml
index 706864637c5..2f9e604365f 100644
--- a/schemas/iso19110/pom.xml
+++ b/schemas/iso19110/pom.xml
@@ -28,7 +28,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/schemas/iso19115-3.2018/pom.xml b/schemas/iso19115-3.2018/pom.xml
index 05abf330544..a15ba94ed6f 100644
--- a/schemas/iso19115-3.2018/pom.xml
+++ b/schemas/iso19115-3.2018/pom.xml
@@ -6,7 +6,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/schemas/iso19139/pom.xml b/schemas/iso19139/pom.xml
index 1bbbdffe038..17d3224f14a 100644
--- a/schemas/iso19139/pom.xml
+++ b/schemas/iso19139/pom.xml
@@ -5,7 +5,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/schemas/pom.xml b/schemas/pom.xml
index f75ff6090e1..37fd72dd3eb 100644
--- a/schemas/pom.xml
+++ b/schemas/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/schemas/schema-core/pom.xml b/schemas/schema-core/pom.xml
index 27f1d1bdeb9..c498b3563ae 100644
--- a/schemas/schema-core/pom.xml
+++ b/schemas/schema-core/pom.xml
@@ -28,7 +28,7 @@
gn-schemas
org.geonetwork-opensource.schemas
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/sde/pom.xml b/sde/pom.xml
index 35186f1fa69..1b2b864c8a0 100644
--- a/sde/pom.xml
+++ b/sde/pom.xml
@@ -30,7 +30,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/services/pom.xml b/services/pom.xml
index 503f19abcb1..ddd4e7fd98d 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -27,7 +27,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/slave/pom.xml b/slave/pom.xml
index fec8cdbb62d..51b4ef12158 100644
--- a/slave/pom.xml
+++ b/slave/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
GeoNetwork Slave
diff --git a/web-ui/pom.xml b/web-ui/pom.xml
index 8183c3f660d..9a0847e24a8 100644
--- a/web-ui/pom.xml
+++ b/web-ui/pom.xml
@@ -30,7 +30,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
org.geonetwork-opensource
diff --git a/web/pom.xml b/web/pom.xml
index c7e36c48775..9c5c2ababd6 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -30,7 +30,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0
diff --git a/web/src/main/webapp/WEB-INF/classes/setup/sql/data/data-db-default.sql b/web/src/main/webapp/WEB-INF/classes/setup/sql/data/data-db-default.sql
index 695fa317207..a31dbb5fffd 100644
--- a/web/src/main/webapp/WEB-INF/classes/setup/sql/data/data-db-default.sql
+++ b/web/src/main/webapp/WEB-INF/classes/setup/sql/data/data-db-default.sql
@@ -575,7 +575,7 @@ INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/siteId', '', 0, 120, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/organization', 'My organization', 0, 130, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/version', '4.2.4', 0, 150, 'n');
-INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/subVersion', 'SNAPSHOT', 0, 160, 'n');
+INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/subVersion', '0', 0, 160, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/svnUuid', '', 0, 170, 'y');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/server/host', 'localhost', 0, 210, 'n');
diff --git a/workers/camelPeriodicProducer/pom.xml b/workers/camelPeriodicProducer/pom.xml
index b4398a2bcb5..06d372049ed 100644
--- a/workers/camelPeriodicProducer/pom.xml
+++ b/workers/camelPeriodicProducer/pom.xml
@@ -5,7 +5,7 @@
gn-workers
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/workers/pom.xml b/workers/pom.xml
index 5d6f3400346..bab51a5d204 100644
--- a/workers/pom.xml
+++ b/workers/pom.xml
@@ -28,7 +28,7 @@
geonetwork
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/workers/wfsfeature-harvester/pom.xml b/workers/wfsfeature-harvester/pom.xml
index 46be7ca163b..390f6bf1c5c 100644
--- a/workers/wfsfeature-harvester/pom.xml
+++ b/workers/wfsfeature-harvester/pom.xml
@@ -28,7 +28,7 @@
gn-workers
org.geonetwork-opensource
- 4.2.4-SNAPSHOT
+ 4.2.4-0
4.0.0
diff --git a/wro4j/pom.xml b/wro4j/pom.xml
index 591faceadd1..70bdb969e55 100644
--- a/wro4j/pom.xml
+++ b/wro4j/pom.xml
@@ -7,7 +7,7 @@
org.geonetwork-opensource
geonetwork
- 4.2.4-SNAPSHOT
+ 4.2.4-0