Compare commits
2 Commits
daf99809e6
...
e19323c0b0
Author | SHA1 | Date |
---|---|---|
Francesco Mangiacrapa | e19323c0b0 | |
Francesco Mangiacrapa | 48098c9aec |
|
@ -3,13 +3,10 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.14.0.xsd">
|
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.14.0.xsd">
|
||||||
<api-classes>
|
<api-classes>
|
||||||
<!-- Use patterns to exclude classes...
|
<!-- Use patterns to exclude classes... -->
|
||||||
|
|
||||||
e.g. for URI-Resolver
|
|
||||||
|
|
||||||
-->
|
|
||||||
<exclude pattern="org.gcube.application.geoportal.service.rest.DocsGenerator" />
|
<exclude pattern="org.gcube.application.geoportal.service.rest.DocsGenerator" />
|
||||||
<exclude pattern="org.gcube.application.geoportal.service.rest.ConcessioniOverMongo" />
|
<exclude pattern="org.gcube.application.geoportal.service.rest.ConcessioniOverMongo" />
|
||||||
|
<exclude pattern="org.gcube.application.geoportal.service.rest.GeoportalHealth" />
|
||||||
</api-classes>
|
</api-classes>
|
||||||
<modules>
|
<modules>
|
||||||
<gwt-json-overlay disabled="true" />
|
<gwt-json-overlay disabled="true" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.cms.notifications-plugins
|
# Changelog for org.gcube.application.cms.notifications-plugins
|
||||||
|
|
||||||
## [v1.0.5] - 2024-07-03
|
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
||||||
- Implemented the notification-plugin [#26453]
|
- Implemented the notification-plugin [#26453]
|
||||||
- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
|
- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>notifications-plugins</artifactId>
|
<artifactId>notifications-plugins</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>1.0.5-SNAPSHOT</version>
|
||||||
<name>gCube CMS - Notifications Plugins</name>
|
<name>gCube CMS - Notifications Plugins</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
Loading…
Reference in New Issue