Author: jochen
Date: Sat Aug 20 13:28:00 2005
New Revision: 234129

URL: http://svn.apache.org/viewcvs?rev=234129&view=rev
Log:
Fixed Jira URL, https is not supported.

Modified:
    webservices/jaxme/branches/MAVEN/common-build/project.xml

Modified: webservices/jaxme/branches/MAVEN/common-build/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/common-build/project.xml?rev=234129&r1=234128&r2=234129&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/common-build/project.xml (original)
+++ webservices/jaxme/branches/MAVEN/common-build/project.xml Sat Aug 20 
13:28:00 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>

+<?xml version="1.0" encoding="UTF-8"?>
 <!--
        
        Copyright 2004 The Apache Software Foundation.
@@ -15,121 +15,121 @@
        See the License for the specific language governing permissions and
        limitations under the License.
        
--->

-<project>

-    <pomVersion>3</pomVersion>

-    <id>jaxme:jaxme2</id>

-    <artifactId>jaxme2</artifactId>

-    <name>JaxMe2</name>

-    <groupId>jaxme</groupId>

-    <currentVersion>0.6-dev</currentVersion>

-    <organization>

-        <name>The Apache Software Foundation</name>

-        <url>http://apache.org/</url>

-        <logo>http://apache.org/images/asf_logo_wide.gif</logo>

-    </organization>

-    <inceptionYear>2002</inceptionYear>

-    <package>org.apache.ws.jaxme</package>

-    <logo>http://ws.apache.org/jaxme/images/group-logo.gif</logo>

-    <description>JaxMe 2 is an open source implementation of JAXB, the 
specification for Java/XML binding.</description>

-    <shortDescription>Open source implementation of JAXB, the specification 
for Java/XML binding</shortDescription>

-    <url>http://ws.apache.org/jaxme/</url>

-    <issueTrackingUrl>https://issues.apache.org/jira/</issueTrackingUrl>

-    <siteAddress>http://ws.apache.org/jaxme/</siteAddress>

-    
<distributionSite>http://ws.apache.org/jaxme/downloads.cgi</distributionSite>

-    <repository>

-        
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/jaxme/</connection>

-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/</developerConnection>

-        <url>http://svn.apache.org/viewcvs.cgi/webservices/jaxme/</url>

-    </repository>

-    <versions>

-        <version>

-            <id>1</id>

-            <name>0.3</name>

-            <tag>R0_3</tag>

-        </version>

-        <version>

-            <id>2</id>

-            <name>0.3.1</name>

-            <tag>R0_3_1</tag>

-        </version>

-        <version>

-            <id>3</id>

-            <name>0.4beta</name>

-            <tag>R0_4beta</tag>

-        </version>

-        <version>

-            <id>4</id>

-            <name>0.4</name>

-            <tag>R0_4</tag>

-        </version>

-        <version>

-            <id>5</id>

-            <name>0.5beta</name>

-            <tag>R0_5beta</tag>

-        </version>

-        <version>

-            <id>0.5</id>

-            <name>0.5</name>

-            <tag>b0_5</tag>

-        </version>

-    </versions>

-    <mailingLists>

-        <mailingList>

-            <name>[email protected]</name>

-            <subscribe>[EMAIL PROTECTED]</subscribe>

-            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>

-            
<archive>http://mail-archives.apache.org/mod_mbox/ws-jaxme-dev/</archive>

-        </mailingList>

-    </mailingLists>

-    <developers>

-        <developer>

-            <name>Jochen Wiedmann</name>

-            <id>JW</id>

-            <email>jochen.wiedmann at gmail dot com</email>

-        </developer>

-        <developer>

-            <name>Davanum Srinivas</name>

-            <id>DS</id>

-            <email>dims at yahoo.com</email>

-        </developer>

-        <developer>

-            <name>Robert Burrell Donkin</name>

-            <id>RD</id>

-            <email>rdonkin at apache.org</email>

-        </developer>

-        <developer>

-            <name>Changshin Lee (Ias)</name>

-            <id>CL</id>

-            <email>iasandcb at tmax.co.kr</email>

-        </developer>

-        <developer>

-            <name>Nacho G. Mac Dowell</name>

-            <id>NM</id>

-            <email>mac at apache.org</email>

-        </developer>

-    </developers>

-    <licenses>

-        <license>

-            <name>Apache License Version 2.0</name>

-            <url>http://www.apache.org/licenses/LICENSE-2.0</url>

-            <distribution>repo</distribution>

-        </license>

-    </licenses>

-    <build>

-        <nagEmailAddress>[email protected]</nagEmailAddress>

-        <sourceDirectory>src/main/java</sourceDirectory>

-        <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>

-        <unitTest>

-            <includes>

-                <include>**/*Test.java</include>

-            </includes>

-        </unitTest>

-    </build>

-    <reports>

-        <report>maven-license-plugin</report>

-        <report>maven-changes-plugin</report>

-        <report>maven-junit-report-plugin</report>

+-->
+<project>
+    <pomVersion>3</pomVersion>
+    <id>jaxme:jaxme2</id>
+    <artifactId>jaxme:jaxme2</artifactId>
+    <name>JaxMe</name>
+    <groupId>jaxme</groupId>
+    <currentVersion>0.6-dev</currentVersion>
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://apache.org/</url>
+        <logo>http://apache.org/images/asf_logo_wide.gif</logo>
+    </organization>
+    <inceptionYear>2002</inceptionYear>
+    <package>org.apache.ws.jaxme</package>
+    <logo>http://ws.apache.org/jaxme/images/group-logo.gif</logo>
+    <description>JaxMe is an open source implementation of JAXB, the 
specification for Java/XML binding.</description>
+    <shortDescription>Open source implementation of JAXB, the specification 
for Java/XML binding</shortDescription>
+    <url>http://ws.apache.org/jaxme/</url>
+    <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
+    <siteAddress>http://ws.apache.org/jaxme/</siteAddress>
+    
<distributionSite>http://ws.apache.org/jaxme/downloads.cgi</distributionSite>
+    <repository>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/jaxme/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/webservices/jaxme/</url>
+    </repository>
+    <versions>
+        <version>
+            <id>0.5</id>
+            <name>0.5</name>
+            <tag>b0_5</tag>
+        </version>
+        <version>
+            <id>5</id>
+            <name>0.5beta</name>
+            <tag>R0_5beta</tag>
+        </version>
+        <version>
+            <id>4</id>
+            <name>0.4</name>
+            <tag>R0_4</tag>
+        </version>
+        <version>
+            <id>3</id>
+            <name>0.4beta</name>
+            <tag>R0_4beta</tag>
+        </version>
+        <version>
+            <id>2</id>
+            <name>0.3.1</name>
+            <tag>R0_3_1</tag>
+        </version>
+        <version>
+            <id>1</id>
+            <name>0.3</name>
+            <tag>R0_3</tag>
+        </version>
+    </versions>
+    <mailingLists>
+        <mailingList>
+            <name>[email protected]</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            
<archive>http://mail-archives.apache.org/mod_mbox/ws-jaxme-dev/</archive>
+        </mailingList>
+    </mailingLists>
+    <developers>
+        <developer>
+            <name>Jochen Wiedmann</name>
+            <id>JW</id>
+            <email>jochen.wiedmann at gmail dot com</email>
+        </developer>
+        <developer>
+            <name>Davanum Srinivas</name>
+            <id>DS</id>
+            <email>dims at yahoo.com</email>
+        </developer>
+        <developer>
+            <name>Robert Burrell Donkin</name>
+            <id>RD</id>
+            <email>rdonkin at apache.org</email>
+        </developer>
+        <developer>
+            <name>Changshin Lee (Ias)</name>
+            <id>CL</id>
+            <email>iasandcb at tmax.co.kr</email>
+        </developer>
+        <developer>
+            <name>Nacho G. Mac Dowell</name>
+            <id>NM</id>
+            <email>mac at apache.org</email>
+        </developer>
+    </developers>
+    <licenses>
+        <license>
+            <name>Apache License Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <build>
+        <nagEmailAddress>[email protected]</nagEmailAddress>
+        <sourceDirectory>src/main/java</sourceDirectory>
+        <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
+        <unitTest>
+            <includes>
+                <include>**/*Test.java</include>
+            </includes>
+        </unitTest>
+    </build>
+    <reports>
+        <report>maven-license-plugin</report>
+        <report>maven-changes-plugin</report>
+        <report>maven-junit-report-plugin</report>
         <!--
         <report>maven-javadoc-plugin</report>
         <report>maven-findbugs-plugin</report>
@@ -144,7 +144,7 @@
         <report>maven-simian-plugin</report>
         <report>maven-tasklist-plugin</report>
         <report>maven-jxr-plugin</report>
--->

-    </reports>

-</project>

-

+-->
+    </reports>
+</project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to