Author: martinc
Date: Tue Dec 13 19:51:43 2005
New Revision: 356722
URL: http://svn.apache.org/viewcvs?rev=356722&view=rev
Log:
Some POM updates.
Modified:
jakarta/commons/sandbox/javaflow/trunk/project.xml
Modified: jakarta/commons/sandbox/javaflow/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/javaflow/trunk/project.xml?rev=356722&r1=356721&r2=356722&view=diff
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/project.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/project.xml Tue Dec 13 19:51:43 2005
@@ -1,43 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<project>
<pomVersion>3</pomVersion>
- <name>Commons Javaflow</name>
- <id>commons-javaflow</id>
- <currentVersion>trunk</currentVersion>
- <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
- <logo>/images/javaflow-logo-white.png</logo>
- <url>http://jakarta.apache.org/commons/sandbox/javaflow/</url>
+ <name>Javaflow</name>
+ <groupId>commons-javaflow</groupId>
+ <artifactId>commons-javaflow</artifactId>
+ <currentVersion>1.0-SNAPSHOT</currentVersion>
<inceptionYear>2004</inceptionYear>
+ <shortDescription>Commons Javaflow</shortDescription>
+ <description>Commons Javaflow</description>
+ <logo>/images/javaflow-logo-white.png</logo>
+
+
<url>http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</url>
+ <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
- <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
- </organization>
-
- <shortDescription>Commons Javaflow</shortDescription>
- <description>Commons Javaflow</description>
+ <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
+ </organization>
<licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>/LICENSE.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
- <siteAddress>minotaur.apache.org</siteAddress>
+ <siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</siteDirectory>
- <!--
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
- -->
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</connection>
-
<url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</url>
+ <url>http://svn.apache.org/repos/asf</url>
</repository>
<mailingLists>
@@ -55,6 +70,9 @@
</mailingList>
</mailingLists>
+ <versions>
+ </versions>
+
<developers>
<developer>
<name>Torsten Curdt</name>
@@ -65,6 +83,12 @@
<name>Kohsuke Kawaguchi</name>
<id>kohsuke</id>
<email>kohsuke at apache.org</email>
+ </developer>
+ <developer>
+ <name>Martin Cooper</name>
+ <id>martinc</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Informatica</organization>
</developer>
</developers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]