Fix #701 User link does not redirect to profile, updated minor version

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@81365 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-09-13 09:19:06 +00:00
parent 107baa5de7
commit 723accc326
4 changed files with 8 additions and 7 deletions

View File

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

View File

@ -1,6 +1,5 @@
#Fri Jul 12 15:35:08 CEST 2013
eclipse.preferences.version=1
jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.4.0-SNAPSHOT
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.5.0-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -1,6 +1,8 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlet.user.notifications.0-4-0"
date="2013-07-08">
<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"

View File

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