removed -SNAPSHOT to be released
This commit is contained in:
parent
777ac2e08d
commit
aa8713fccd
|
@ -4,7 +4,7 @@
|
|||
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]
|
||||
## [v1.0.0]
|
||||
|
||||
#### First release
|
||||
|
||||
|
|
|
@ -9,11 +9,14 @@ The Geoportal Data-Viewer Widget is able to build a dynamic GUI for a Data Trans
|
|||
|
||||
**Uses**
|
||||
|
||||
* GWT v.2.10.0. [GWT](http://www.gwtproject.org) is licensed under [Apache License 2.0](http://www.gwtproject.org/terms.html)
|
||||
* GWT v.2.9.0. [GWT](http://www.gwtproject.org) is licensed under [Apache License 2.0](http://www.gwtproject.org/terms.html)
|
||||
|
||||
## Documentation
|
||||
|
||||
You can find the Geoportal documentation at [Geoportal Suite](https://geoportal.d4science.org/geoportal-service/docs/index.html)
|
||||
You can find the:
|
||||
* Geoportal Service documentation at [Geoportal Suite](https://geoportal.d4science.org/geoportal-service/docs/index.html)
|
||||
* Geoportal Data-Viewer documentation at [Geoportal Data-Viewer](https://code-repo.d4science.org/gCubeSystem/geoportal-data-entry-app/src/branch/master#documentation)
|
||||
|
||||
|
||||
## Change log
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<groupId>org.gcube.portlets.widgets.gdvw</groupId>
|
||||
<artifactId>geoportal-data-viewer-widget</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<name>org.gcube.portlets.widgets.gdvw.geoportal_data_viewer_widget</name>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue