Author: erodriguez
Date: Sat Mar 12 20:51:00 2005
New Revision: 157319
URL: http://svn.apache.org/viewcvs?view=rev&rev=157319
Log:
Maven infrastructure updates to reflect graduation from incubator.
Removed:
incubator/directory/INCUBATOR-DISCLAIMER.txt
Modified:
incubator/directory/asn1/trunk/der/project.xml
Modified: incubator/directory/asn1/trunk/der/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/directory/asn1/trunk/der/project.xml?view=diff&r1=157318&r2=157319
==============================================================================
--- incubator/directory/asn1/trunk/der/project.xml (original)
+++ incubator/directory/asn1/trunk/der/project.xml Sat Mar 12 20:51:00 2005
@@ -1,20 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <extend>${basedir}/../project.xml</extend>
- <groupId>incubator-directory</groupId>
- <id>asn1-der</id>
-
- <name>ASN.1 DER Runtime</name>
- <package>org.apache.asn1.der</package>
- <inceptionYear>2005</inceptionYear>
-
- <shortDescription>ASN.1 DER Runtime</shortDescription>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <artifactId>asn1-der</artifactId>
+ <groupId>directory</groupId>
+ <name>ASN.1 DER Runtime</name>
+ <package>org.apache.asn1.der</package>
+ <inceptionYear>2005</inceptionYear>
+ <shortDescription>ASN.1 DER Runtime</shortDescription>
<description>
API containing functionality used for encoding and decoding DER
streams in blocking mode. This is stepping-stone code meant to
facilitate the migration of Kerberos, which was developed outside of
the ASF, to the Apache Directory project's ASN.1 Runtime.
- </description>
-</project>
-
+ </description>
+</project>
+