removed -SNAPSHOT to be released
This commit is contained in:
parent
74c53bc688
commit
4e02aa7931
|
@ -4,6 +4,6 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.0.0-SNAPSHOT] - 2020-12-03
|
## [v1.0.0] - 2020-12-03
|
||||||
|
|
||||||
[#20004] First release
|
[#20004] First release
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>geoportal-data-viewer-app</artifactId>
|
<artifactId>geoportal-data-viewer-app</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<name>GeoPortal Data Viewer App</name>
|
<name>GeoPortal Data Viewer App</name>
|
||||||
<description>The GeoPortal Data Viewer App is an application to access, discovery and navigate the GeoNa products by a Gis GUI</description>
|
<description>The GeoPortal Data Viewer App is an application to access, discovery and navigate the GeoNa products by a Gis GUI</description>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<portlet>
|
<portlet>
|
||||||
<description>GeoPortalDataViewerApp Portlet</description>
|
<description>GeoPortalDataViewerApp Portlet</description>
|
||||||
<portlet-name>GeoPortalDataViewerAppPortlet</portlet-name>
|
<portlet-name>GeoPortalDataViewerAppPortlet</portlet-name>
|
||||||
<display-name>GeoPortal-DataViewerApp-Portlet</display-name>
|
<display-name>GeoPortal-DataViewer-Portlet</display-name>
|
||||||
<portlet-class>org.gcube.portlets.user.geoportaldataviewer.portlet.GeoPortalDataViewerAppPortlet
|
<portlet-class>org.gcube.portlets.user.geoportaldataviewer.portlet.GeoPortalDataViewerAppPortlet
|
||||||
</portlet-class>
|
</portlet-class>
|
||||||
<expiration-cache>0</expiration-cache>
|
<expiration-cache>0</expiration-cache>
|
||||||
|
|
Loading…
Reference in New Issue