[Jsf4portlets-devel] SF.net SVN: jsf4portlets:[66] branches/jsf4portlets-2.0
Status: Alpha
Brought to you by:
alonsoft
From: <alo...@us...> - 2009-05-05 10:53:21
|
Revision: 66 http://jsf4portlets.svn.sourceforge.net/jsf4portlets/?rev=66&view=rev Author: alonsoft Date: 2009-05-05 10:53:13 +0000 (Tue, 05 May 2009) Log Message: ----------- Portlet 2.0 Bridge - First approach Modified Paths: -------------- branches/jsf4portlets-2.0/pom.xml Property Changed: ---------------- branches/jsf4portlets-2.0/ Property changes on: branches/jsf4portlets-2.0 ___________________________________________________________________ Modified: svn:ignore - .settings .classpath .project + .settings .classpath .project target* Modified: branches/jsf4portlets-2.0/pom.xml =================================================================== --- branches/jsf4portlets-2.0/pom.xml 2009-05-05 10:36:59 UTC (rev 65) +++ branches/jsf4portlets-2.0/pom.xml 2009-05-05 10:53:13 UTC (rev 66) @@ -27,7 +27,7 @@ <groupId>net.sf.jsf4portlets</groupId> <artifactId>jsf4portlets-project</artifactId> - <version>1.0-alpha-3-SNAPSHOT</version> + <version>2.0-beta-SNAPSHOT</version> <packaging>pom</packaging> @@ -35,9 +35,9 @@ <url>http://jsf4portlets.sf.net/</url> <scm> - <connection>scm:svn:https://jsf4portlets.svn.sourceforge.net/svnroot/jsf4portlets/trunk</connection> - <developerConnection>scm:svn:https://jsf4portlets.svn.sourceforge.net/svnroot/jsf4portlets/trunk</developerConnection> - <url>http://jsf4portlets.svn.sourceforge.net/viewvc/jsf4portlets/trunk</url> + <connection>scm:svn:https://jsf4portlets.svn.sourceforge.net/svnroot/jsf4portlets/branches/jsf4portlets-2.0</connection> + <developerConnection>scm:svn:https://jsf4portlets.svn.sourceforge.net/svnroot/jsf4portlets/branches/jsf4portlets-2.0</developerConnection> + <url>http://jsf4portlets.svn.sourceforge.net/viewvc/jsf4portlets/branches/jsf4portlets-2.0</url> </scm> <description> @@ -216,7 +216,7 @@ <dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> - <version>1.0</version> + <version>2.0</version> <scope>provided</scope> </dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |