removed -SNAPSHOT from master as indicated for the release, updated
release.md file
This commit is contained in:
parent
f0c091fd1c
commit
14d80209b6
|
@ -1,4 +1,9 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset
|
||||
component="org.gcube.portal.social-networking-library-ws.2-3-0"
|
||||
date="2019-10-02">
|
||||
<Change>added support for mentions with @ in user's post as well as application posts</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.portal.social-networking-library-ws.2-2-4"
|
||||
date="2019-07-22">
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library-ws</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<version>2.3.0</version>
|
||||
<name>social-networking-library-ws</name>
|
||||
<description>Rest interface for the social networking library.</description>
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue