You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/05/27 21:55:02 UTC

svn commit: r409863 - /jakarta/commons/proper/codec/trunk/project.xml

Author: dennisl
Date: Sat May 27 12:55:02 2006
New Revision: 409863

URL: http://svn.apache.org/viewvc?rev=409863&view=rev
Log:
Change groupId to org.apache.commons
Remove empty branches element
Remove incorrect duplicate issueTrackingUrl element

Modified:
    jakarta/commons/proper/codec/trunk/project.xml

Modified: jakarta/commons/proper/codec/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/codec/trunk/project.xml?rev=409863&r1=409862&r2=409863&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.xml (original)
+++ jakarta/commons/proper/codec/trunk/project.xml Sat May 27 12:55:02 2006
@@ -14,9 +14,9 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0">
     <pomVersion>3</pomVersion>
-    <groupId>commons-codec</groupId>
+    <groupId>org.apache.commons</groupId>
     <artifactId>commons-codec</artifactId>
     <currentVersion>1.4-SNAPSHOT</currentVersion>
     <inceptionYear>2002</inceptionYear>
@@ -88,8 +88,6 @@
             <tag>CODEC_1_2</tag>
         </version>
     </versions>
-    <branches>
-  </branches>
     <developers>
         <developer>
             <name>Henri Yandell</name>
@@ -209,7 +207,6 @@
         </properties>
       </dependency>
     </dependencies>
-    <issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
     <build>
         <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
         <sourceDirectory>src/java</sourceDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org