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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<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>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
@ -35,5 +35,5 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</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>
|
</classpath>
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
<ReleaseNotes>
|
<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">
|
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>
|
||||||
<Changeset component="org.gcube.portlet.user.socialprofile.0-4-0"
|
<Changeset component="org.gcube.portlet.user.socialprofile.0-4-0"
|
||||||
date="2014-06-09">
|
date="2014-06-09">
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>social-profile</artifactId>
|
<artifactId>social-profile</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<name>gCube Social Profile Portlet</name>
|
<name>gCube Social Profile Portlet</name>
|
||||||
<description>
|
<description>
|
||||||
Social Profile
|
Social Profile
|
||||||
|
|
Loading…
Reference in New Issue