Updated Pom

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager-theme@122351 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-01-20 11:48:39 +00:00
parent 1a5fdb7342
commit 8aa127478c
5 changed files with 12 additions and 6 deletions

View File

@ -11,15 +11,15 @@
<Software>
<Description>accounting-manager-theme is the theme of accounting-manager</Description>
<Name>accounting-manager-theme</Name>
<Version>1.0.0-SNAPSHOT</Version>
<Version>1.1.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>accounting-manager-theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>webapplication</Type>
<Files>
<File>accounting-manager-theme-1.0.0-SNAPSHOT.jar</File>
<File>accounting-manager-theme-1.1.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>

View File

@ -15,7 +15,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
v. 1.0.0-SNAPSHOT (2015-10-15)
v. 1.1.0-SNAPSHOT (2016-01-31)
Description

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.admin.accounting-manager-theme.1-1-0" date="2016-01-31">
<Change>Updated icon</Change>
</Changeset>
<Changeset component="org.gcube.portlets.admin.accounting-manager-theme.1-0-0" date="2015-10-15">
<Change>First Release</Change>
</Changeset>

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>accounting-manager-theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@ -39,7 +39,7 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-10-15</release.date>
<release.date>2016-01-31</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Accounting_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-1-0" date="2016-01-31">
<Change>Updated icon</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-0-0" date="2015-10-15">
<Change>First Release</Change>
</Changeset>