Fixed import from LinkedIn problem when headline longer than 75 chars
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@111934 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e3c34b3f94
commit
f855ac3e99
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/social-profile-1.0.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<classpathentry kind="src" output="target/social-profile-1.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
|
@ -35,5 +35,5 @@
|
|||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/social-profile-1.0.1-SNAPSHOT/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/social-profile-1.1.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlet.user.socialprofile.1-0-1"
|
||||
<Changeset component="org.gcube.portlet.user.socialprofile.1-1-0"
|
||||
date="2015-01-07">
|
||||
<Change>Fixed import from LinkedIn problem when headline longer than 75 chars</Change>
|
||||
<Change>Fixed import from LinkedIn problem when headline longer than
|
||||
75 chars</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlet.user.socialprofile.1-0-0"
|
||||
date="2014-11-23">
|
||||
<Change>Added LinkedIn profile import feature</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlet.user.socialprofile.0-4-0"
|
||||
date="2014-06-09">
|
||||
|
|
Loading…
Reference in New Issue