Update 'pom.xml'

removed SNAPSHOT suffix
This commit is contained in:
Roberto Cirillo 2020-03-05 15:37:53 +01:00
parent 9409bea9e0
commit c3aa485289
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>trending-topics</artifactId> <artifactId>trending-topics</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
<name>Trending Topics Portlet</name> <name>Trending Topics Portlet</name>
<description> <description>
Trending Topics Portlet shows the trending topics in the context where it is deployed. Trending Topics Portlet shows the trending topics in the context where it is deployed.