release 2.12

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/custom-portal-handler@68381 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-01-27 15:08:40 +00:00
parent 36197e6471
commit b4271f223b
1 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@
<version>1.0.0</version> <version>1.0.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId> <artifactId>custom-portal-handler</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Custom Portal Handler</name> <name>Custom Portal Handler</name>
<description> <description>
gCube Custom Portal Handler is a component that all portlets need to use to set the context where they running. gCube Custom Portal Handler is a component that all portlets need to use to set the context where they running.
It also contains utils from creating community and organization with their layouts into liferay portal. It also contains utils from creating community and organization with their layouts into liferay portal.
</description> </description>
@ -63,7 +63,7 @@
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.6</version> <version>1.2.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<resources> <resources>
@ -158,5 +158,5 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>