[Jsptest-svn-commits] SF.net SVN: jsptest: [186] tags
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2007-10-30 06:25:27
|
Revision: 186 http://jsptest.svn.sourceforge.net/jsptest/?rev=186&view=rev Author: lkoskela Date: 2007-10-29 23:25:26 -0700 (Mon, 29 Oct 2007) Log Message: ----------- [maven-release-plugin] copy for tag jsptest-compiler-api-0.12 Added Paths: ----------- tags/jsptest-compiler-api-0.12/ tags/jsptest-compiler-api-0.12/pom.xml Removed Paths: ------------- tags/jsptest-compiler-api-0.12/pom.xml Copied: tags/jsptest-compiler-api-0.12 (from rev 181, trunk/jsptest-generic/jsptest-compiler-api) Deleted: tags/jsptest-compiler-api-0.12/pom.xml =================================================================== --- trunk/jsptest-generic/jsptest-compiler-api/pom.xml 2007-10-30 06:04:38 UTC (rev 181) +++ tags/jsptest-compiler-api-0.12/pom.xml 2007-10-30 06:25:26 UTC (rev 186) @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>net.sf.jsptest</groupId> - <artifactId>jsptest-generic</artifactId> - <version>0.12-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>jsptest-compiler-api</artifactId> - <packaging>jar</packaging> - <name>Internal compiler API</name> - <description>A common internal API for the different versions of JSP version-specific compilers.</description> -</project> Copied: tags/jsptest-compiler-api-0.12/pom.xml (from rev 185, trunk/jsptest-generic/jsptest-compiler-api/pom.xml) =================================================================== --- tags/jsptest-compiler-api-0.12/pom.xml (rev 0) +++ tags/jsptest-compiler-api-0.12/pom.xml 2007-10-30 06:25:26 UTC (rev 186) @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>net.sf.jsptest</groupId> + <artifactId>jsptest-generic</artifactId> + <version>0.12-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>jsptest-compiler-api</artifactId> + <version>0.12</version> + <packaging>jar</packaging> + <name>Internal compiler API</name> + <description>A common internal API for the different versions of JSP version-specific compilers.</description> + + <scm> + <connection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/tags/jsptest-compiler-api-0.12</connection> + <developerConnection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/tags/jsptest-compiler-api-0.12</developerConnection> + <url>http://jsptest.svn.sourceforge.net/viewvc/jsptest/tags/jsptest-compiler-api-0.12</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |