Removed -SNAPSHOT to release the component
This commit is contained in:
parent
dfc73f5281
commit
7763dd4abb
|
@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
# Changelog for Information System Model
|
||||
|
||||
|
||||
## [v4.1.0-SNAPSHOT]
|
||||
## [v4.1.0]
|
||||
|
||||
- Added support to include additional properties in Property types [#20012]
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>information-system-model</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>4.1.0</version>
|
||||
<name>Information System Model</name>
|
||||
<description>Information System Model is the reference model of the gCube Information System</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
Loading…
Reference in New Issue