You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2010/12/07 13:08:25 UTC

svn commit: r1042994 - in /santuario/trunk: ./ doc/site/src/documentation/content/xdocs/ src/org/jcp/xml/dsig/internal/dom/

Author: coheigea
Date: Tue Dec  7 12:08:24 2010
New Revision: 1042994

URL: http://svn.apache.org/viewvc?rev=1042994&view=rev
Log:
Updating docs with new JIRA issue tracking system.
 - Also removed dims from the PMC on our webpage.
 - Updated version number -> 1.4.5-SNAPSHOT.

Modified:
    santuario/trunk/build.xml
    santuario/trunk/doap_Santuario.rdf
    santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml
    santuario/trunk/pom.xml
    santuario/trunk/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java

Modified: santuario/trunk/build.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/build.xml?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/build.xml (original)
+++ santuario/trunk/build.xml Tue Dec  7 12:08:24 2010
@@ -16,7 +16,7 @@
 
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
-    <property name="product.version.level" value="4"/>
+    <property name="product.version.level" value="5"/>
     <property name='product.version.qualifier' value='-SNAPSHOT'/>
     <property name="product.version" 
 	  value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>

Modified: santuario/trunk/doap_Santuario.rdf
URL: http://svn.apache.org/viewvc/santuario/trunk/doap_Santuario.rdf?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/doap_Santuario.rdf (original)
+++ santuario/trunk/doap_Santuario.rdf Tue Dec  7 12:08:24 2010
@@ -20,7 +20,7 @@
     <homepage rdf:resource="http://santuario.apache.org" />
     <asfext:pmc rdf:resource="http://santuario.apache.org" />
     <shortdesc>Library implementing XML Digital Signature Specification &amp; XML Encryption Specification</shortdesc>
-    <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Security" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/SANTUARIO" />
     <mailing-list rdf:resource="http://santuario.apache.org/mail/dev/" />
     <download-page rdf:resource="http://santuario.apache.org/mirrors.cgi" />
     <programming-language>Java</programming-language>
@@ -28,9 +28,9 @@
     <category rdf:resource="http://projects.apache.org/category/xml" />
     <release>
       <Version>
-        <name>XML Security (Java) 1.4.3</name>
-        <created>2009-07</created>
-        <revision>1.4.3</revision>
+        <name>XML Security (Java) 1.4.4</name>
+        <created>2010-11</created>
+        <revision>1.4.4</revision>
       </Version>
     </release>
     <release>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml Tue Dec  7 12:08:24 2010
@@ -67,7 +67,7 @@ limitations under the License.
         <li>
 	  Debugging - producing reproduceable test cases and/or finding
           causes of bugs. Some known bugs are informally listed on To Do, and some are
-          recorded in Bugzilla (see <link href="#procedure">explanation
+          recorded in Jira (see <link href="#procedure">explanation
 	    below</link>).
 	</li>
       <li>
@@ -137,15 +137,15 @@ limitations under the License.
 	Most issues will be discovered, resolved, and then patched quickly
         via the <code>developer</code> mailing list. Larger issues, and ones that are
         not yet fully understood or are hard to solve, are destined for
-	Bugzilla.
-    Santuario uses Bugzilla for issue tracking. To report a issue, or to submit a patch, go
-    <link href="https://issues.apache.org/bugzilla/buglist.cgi?product=Security">here</link>.
+	Jira.
+    Santuario uses Jira for issue tracking. To report a issue, or to submit a patch, go
+    <link href="https://issues.apache.org/jira/browse/SANTUARIO">here</link>.
       </p>
       <p> 
-	Experienced developers use Bugzilla directly, as they are very sure
+	Experienced developers use Jira directly, as they are very sure
         when they have found a bug and when not. However, less experienced users should
         first discuss it on the user or developer mailing list (as appropriate).
-        Impatient people always enter everything into Bugzilla without caring if it is
+        Impatient people always enter everything into Jira without caring if it is
         a bug of our package or their own installation/configuration mistake - please do
         not do this. 
       </p>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml Tue Dec  7 12:08:24 2010
@@ -37,7 +37,7 @@ limitations under the License.
   <getting-involved label="Getting Involved">
     <contrib label="Contributing" href="contrib.html"/>
     <SVN label="SVN" href="http://svn.apache.org/viewvc/santuario/trunk/"/>
-    <bugzilla label="Issue Tracking" href="https://issues.apache.org/bugzilla/buglist.cgi?product=Security"/>
+    <bugzilla label="Issue Tracking" href="https://issues.apache.org/jira/browse/SANTUARIO"/>
     <mail-lists label="Mail lists" href="mail-lists.html"/>
   </getting-involved>
 

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml Tue Dec  7 12:08:24 2010
@@ -56,6 +56,7 @@ limitations under the License.
       <ul>
         <li> [AXL] Axl Mattheus </li>
         <li> [WD] Werner Dittman </li>
+        <li> Davanum Srinivas </li>
       </ul>
     </section>
     <section>
@@ -65,7 +66,6 @@ limitations under the License.
         Santuario project:
       </p>
       <ul>
-        <li> [DS] Davanum Srinivas </li>
         <li> [CGP] Christian Geuer-Pollmann </li>
         <li> [CL] Chad La Joie </li>
         <li> [MT] Milan Tomic </li>

Modified: santuario/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/pom.xml?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/pom.xml (original)
+++ santuario/trunk/pom.xml Tue Dec  7 12:08:24 2010
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Santuario</name>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
     <description>
         Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and
@@ -34,8 +34,8 @@
     </description>
     <url>http://santuario.apache.org/</url>
     <issueManagement>
-        <system>Bugzilla</system>
-        <url>http://issues.apache.org/bugzilla</url>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/SANTUARIO</url>
     </issueManagement>
     <mailingLists>
         <mailingList>
@@ -51,41 +51,6 @@
         </mailingList>
     </mailingLists>
     <inceptionYear>2000</inceptionYear>
-    <!-- who the developers are for the project -->
-    <developers>
-        <developer>
-            <name>Sean Mullan</name>
-            <email>sean.mullan@sun.com</email>
-        </developer>
-        <developer>
-            <name>Berin Lautenbach</name>
-            <email>berin@ozemail.com.au</email>
-        </developer>
-        <developer>
-            <name>Axl Mattheus</name>
-            <email>amattheu@apache.org</email>
-        </developer>
-        <developer>
-            <name>Erwin van der Koog</name>
-            <email>erwin@koogh.com</email>
-        </developer>
-        <developer>
-            <name>Raul Benito Garcia</name>
-            <email>raul-info@r-bg.com</email>
-        </developer>
-        <developer>
-            <name>Vishal Mahajan</name>
-            <email>vmahajan@amberpoint.com</email>
-        </developer>
-        <developer>
-            <name>Milan Tomic</name>
-            <email>milan@setcce.org</email>
-        </developer>
-        <developer>
-            <name>Colm O hEigeartaigh</name>
-            <email>coheigea@apache.org</email>
-        </developer>
-    </developers>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>

Modified: santuario/trunk/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java
URL: http://svn.apache.org/viewvc/santuario/trunk/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java?rev=1042994&r1=1042993&r2=1042994&view=diff
==============================================================================
--- santuario/trunk/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java (original)
+++ santuario/trunk/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java Tue Dec  7 12:08:24 2010
@@ -53,7 +53,7 @@ public final class XMLDSigRI extends Pro
 
     public XMLDSigRI() {
 	/* We are the XMLDSig provider */
-	super("XMLDSig", 1.44, INFO);
+	super("XMLDSig", 1.45, INFO);
 	
 	final Map map = new HashMap();
         map.put("XMLSignatureFactory.DOM",