You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/13 19:16:42 UTC

svn commit: r1135181 - /commons/sandbox/meiyo/trunk/pom.xml

Author: simonetripodi
Date: Mon Jun 13 17:16:41 2011
New Revision: 1135181

URL: http://svn.apache.org/viewvc?rev=1135181&view=rev
Log:
updating pom metadata according to commons requirements

Modified:
    commons/sandbox/meiyo/trunk/pom.xml

Modified: commons/sandbox/meiyo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/pom.xml?rev=1135181&r1=1135180&r2=1135181&view=diff
==============================================================================
--- commons/sandbox/meiyo/trunk/pom.xml (original)
+++ commons/sandbox/meiyo/trunk/pom.xml Mon Jun 13 17:16:41 2011
@@ -1,50 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- |  Copyright 2010-2011 The 99 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.
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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 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.99soft</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>2</version>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-parent</artifactId>
+        <version>21</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.99soft.commons</groupId>
+    <groupId>org.apache.commons</groupId>
     <artifactId>meiyo</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
-    <name>99soft :: Meiyo</name>
-    <description>Meiyo is THE Java classpath and class scanner</description>
+    <version>0.1-SNAPSHOT</version>
+    <name>Apache Commons Meiyo</name>
+    <description>The Apache Commons Meiyo package is a toolkit for scanning ClassPath and annotated classes.</description>
 
     <scm>
-        <url>http://github.com/99soft/meiyo</url>
-        <connection>scm:git:ssh://github.com/99soft/meiyo.git</connection>
-        <developerConnection>scm:git:git+ssh://git@github.com/99soft/meiyo.git</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/meiyo/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/meiyo/trunk</developerConnection>
     </scm>
 
-    <distributionManagement>
-        <site>
-            <id>github</id>
-            <url>gitsite:git@github.com/99soft/${project.artifactId}.git</url>
-        </site>
-    </distributionManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.testng</groupId>