You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/10/05 20:55:40 UTC

svn commit: r582370 - /commons/proper/proxy/trunk/pom.xml

Author: dennisl
Date: Fri Oct  5 11:55:35 2007
New Revision: 582370

URL: http://svn.apache.org/viewvc?rev=582370&view=rev
Log:
Add xml-declaration.
Add issue management.
Remove compiler plugin - it is inherited from the parent.
Use standardized site id in distributionManagement.

Modified:
    commons/proper/proxy/trunk/pom.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=582370&r1=582369&r2=582370&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Fri Oct  5 11:55:35 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements.  See the NOTICE file
@@ -16,8 +17,7 @@
   ~ 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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.commons</groupId>
@@ -31,6 +31,11 @@
     <url>http://commons.apache.org/proxy/</url>
     <inceptionYear>2005</inceptionYear>
 
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/PROXY</url>
+    </issueManagement>
+
     <developers>
         <developer>
             <id>jcarman</id>
@@ -98,14 +103,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.3</source>
-                    <target>1.3</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
@@ -247,7 +244,7 @@
 
     <distributionManagement>
         <site>
-            <id>website</id>
+            <id>apache.website</id>
             <name>Apache Website</name>
             <url>scp://people.apache.org/www/commons.apache.org/proper/proxy/</url>
         </site>