|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
svn commit: r657045 - in /commons/sandbox/jnet/trunk: NOTICE pom.xmlAuthor: cziegeler
Date: Fri May 16 05:54:07 2008 New Revision: 657045 URL: http://svn.apache.org/viewvc?rev=657045&view=rev Log: Correct pom and notice. Modified: commons/sandbox/jnet/trunk/NOTICE commons/sandbox/jnet/trunk/pom.xml Modified: commons/sandbox/jnet/trunk/NOTICE URL: http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/NOTICE?rev=657045&r1=657044&r2=657045&view=diff ============================================================================== --- commons/sandbox/jnet/trunk/NOTICE (original) +++ commons/sandbox/jnet/trunk/NOTICE Fri May 16 05:54:07 2008 @@ -1,4 +1,4 @@ -Apache Excalibur Sourceresolve JNET +Apache Commons JNET Copyright 2002-2008 The Apache Software Foundation Modified: commons/sandbox/jnet/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/pom.xml?rev=657045&r1=657044&r2=657045&view=diff ============================================================================== --- commons/sandbox/jnet/trunk/pom.xml (original) +++ commons/sandbox/jnet/trunk/pom.xml Fri May 16 05:54:07 2008 @@ -17,30 +17,24 @@ --> <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>org.apache.excalibur</groupId> - <artifactId>excalibur-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-sandbox-parent</artifactId> + <version>5</version> </parent> <modelVersion>4.0.0</modelVersion> - <name>Excalibur Sourceresolve</name> - <groupId>org.apache.excalibur.components</groupId> - <artifactId>excalibur-sourceresolve-jnet</artifactId> - <version>3.0.0-SNAPSHOT</version> + <name>Commons JNet</name> + <groupId>org.apache.commons</groupId> + <artifactId>commons-jnet</artifactId> + <version>1.0.0-SNAPSHOT</version> <inceptionYear>2007</inceptionYear> <description> - This package allows to use SourceFactories through the java.net API. + This package allows to use dynamically register url stream handlers through the java.net API. </description> <dependencies> - <dependency> - <groupId>org.apache.excalibur.components</groupId> - <artifactId>excalibur-sourceresolve-api</artifactId> - <version>3.0.0-SNAPSHOT</version> - <scope>provided</scope> - </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/sourceresolve/jnet</connection> - <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/sourceresolve/jnet</url> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/components/sourceresolve/jnet</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/jnet/trunk</connection> + <url>http://svn.apache.org/viewcvs.cgi/commons/sandbox/jnet/trunk</url> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/jnet/trunk</developerConnection> </scm> </project> |
| Free Forum Powered by Nabble | Forum Help |