release 2.17

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@83776 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-23 10:45:49 +00:00
parent 101ea953b1
commit 353a939e22
4 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/notifications-0.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/notifications-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
@ -30,5 +30,5 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/notifications-0.6.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/notifications-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1
jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.6.0-SNAPSHOT
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.0.0-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -1,9 +1,19 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlet.user.notifications.0-5-0" date="2013-09-13">
<Change>Fix support #701 User link does not redirect to profile</Change>
<Changeset component="org.gcube.portlet.user.notifications.1-0-0"
date="2013-10-21">
<Change>Ported to GWT 251</Change>
<Change>Removed GCF Dependency</Change>
<Change>Logging with sl4j Enabled</Change>
</Changeset>
<Changeset component="org.gcube.portlet.user.notifications.0-4-0" date="2013-07-08">
<Change>Added support for calendar notifications, add, edit and deleted events</Change>
<Changeset component="org.gcube.portlet.user.notifications.0-5-0"
date="2013-09-13">
<Change>Fix support #701 User link does not redirect to profile
</Change>
</Changeset>
<Changeset component="org.gcube.portlet.user.notifications.0-4-0"
date="2013-07-08">
<Change>Added support for calendar notifications, add, edit and
deleted events</Change>
</Changeset>
<Changeset component="org.gcube.portlet.user.notifications.0-3-0"
date="2013-05-29">

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>notifications</artifactId>
<packaging>war</packaging>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>gCube Notifications Portlet</name>
<properties>