svnno****@sourc*****
svnno****@sourc*****
2007年 7月 17日 (火) 11:42:28 JST
Revision: 271 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=271 Author: shinsuke Date: 2007-07-17 11:42:27 +0900 (Tue, 17 Jul 2007) Log Message: ----------- added info Modified Paths: -------------- libraries/jsf4portlet/trunk/pom.xml -------------- next part -------------- Modified: libraries/jsf4portlet/trunk/pom.xml =================================================================== --- libraries/jsf4portlet/trunk/pom.xml 2007-07-17 02:41:51 UTC (rev 270) +++ libraries/jsf4portlet/trunk/pom.xml 2007-07-17 02:42:27 UTC (rev 271) @@ -4,8 +4,102 @@ <groupId>jp.sf.pal</groupId> <artifactId>jsf4portlet</artifactId> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <name>jsf4portlet</name> + <url>http://pal.sourceforge.jp/</url> + <inceptionYear>2005</inceptionYear> + <developers> + <developer> + <id>shinsuke</id> + <name>Shinsuke Sugaya</name> + <email>shinsuke_at_yahoo.co.jp</email> + <url>http://d.hatena.ne.jp/shinsuke_sugaya/</url> + <organization/> + <organizationUrl/> + <timezone>+9</timezone> + </developer> + </developers> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:cvs:pserver:anony****@cvs*****:/cvsroot/pal:libraries/jsf4portlet</connection> + <developerConnection>scm:cvs:pserver:anony****@cvs*****:/cvsroot/pal:libraries/jsf4portlet</developerConnection> + <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/libraries/jsf4portlet</url> + </scm> + <organization> + <name>Portal Application Laboratory</name> + <url>http://pal.sourceforge.jp/</url> + </organization> + <build> + <defaultGoal>validate</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.4</source> + <target>1.4</target> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <updateReleaseInfo>true</updateReleaseInfo> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.0-SNAPSHOT</version> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>source-jar</id> + <phase>package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <repositories> + <repository> + <id>maven2.marevol.com</id> + <name>Maven2 Repository on marevol.com</name> + <url>http://maven2.marevol.com/</url> + </repository> + <repository> + <id>maven.marevol.com</id> + <name>Maven1 Repository on marevol.com</name> + <url>http://maven.marevol.com/</url> + <layout>legacy</layout> + </repository> + <repository> + <id>maven.seasar.org</id> + <name>The Seasar Foundation Maven2 Repository</name> + <url>http://maven.seasar.org/maven2</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>javax.servlet</groupId> @@ -28,13 +122,13 @@ <dependency> <groupId>org.seasar.teeda</groupId> <artifactId>teeda-core</artifactId> - <version>1.0.8-RC1</version> + <version>1.0.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.seasar.teeda</groupId> <artifactId>teeda-extension</artifactId> - <version>1.0.8-RC1</version> + <version>1.0.8</version> <scope>provided</scope> </dependency> <dependency>