Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 587270 Details for
Bug 825844
Add maven POMs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update to 2.5.0
0001-Update-to-2.5.0.patch (text/plain), 12.74 KB, created by
gil cattaneo
on 2012-05-28 17:30:32 UTC
(
hide
)
Description:
Update to 2.5.0
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-28 17:30:32 UTC
Size:
12.74 KB
patch
obsolete
>From ca9142d161cd147d18bc52ac2d421cd93558bc47 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Mon, 28 May 2012 17:31:38 +0200 >Subject: [PATCH] Update to 2.5.0 > >--- > .gitignore | 1 + > sources | 2 +- > xmlbeans-2.5.0.pom | 99 ++++++++++++++++++++++++++++++++++++++++ > xmlbeans-xmlpublic-2.5.0.pom | 99 ++++++++++++++++++++++++++++++++++++++++ > xmlbeans-xpath-2.5.0.pom | 104 ++++++++++++++++++++++++++++++++++++++++++ > xmlbeans.spec | 7 ++- > 6 files changed, 309 insertions(+), 3 deletions(-) > create mode 100644 xmlbeans-2.5.0.pom > create mode 100644 xmlbeans-xmlpublic-2.5.0.pom > create mode 100644 xmlbeans-xpath-2.5.0.pom > >diff --git a/.gitignore b/.gitignore >index 6cda311..64e511f 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1 +1,2 @@ > xmlbeans-2.4.0-src.tgz >+/xmlbeans-2.5.0-src.tgz >diff --git a/sources b/sources >index b58ff78..a0d2fb6 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-64412ab1f19d90112335062bfa90f7c8 xmlbeans-2.4.0-src.tgz >+20be260a1453b36613de113736c2cefd xmlbeans-2.5.0-src.tgz >diff --git a/xmlbeans-2.5.0.pom b/xmlbeans-2.5.0.pom >new file mode 100644 >index 0000000..3318c00 >--- /dev/null >+++ b/xmlbeans-2.5.0.pom >@@ -0,0 +1,99 @@ >+<project> >+ <modelVersion>4.0.0</modelVersion> >+ <groupId>org.apache.xmlbeans</groupId> >+ <artifactId>xmlbeans</artifactId> >+ <version>2.5.0</version> >+ >+ <name>XmlBeans</name> >+ <description>XmlBeans main jar</description> >+ <url>http://xmlbeans.apache.org</url> >+ >+ <issueManagement> >+ <system>jira</system> >+ <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url> >+ </issueManagement> >+ >+ <mailingLists> >+ <mailingList> >+ <name>XmlBeans User List</name> >+ <subscribe>user-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive> >+ </mailingList> >+ <mailingList> >+ <name>XmlBeans Developer List</name> >+ <subscribe>dev-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive> >+ </mailingList> >+ <mailingList> >+ <name>Source Control List</name> >+ <subscribe>commits-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive> >+ </mailingList> >+ </mailingLists> >+ >+ <licenses> >+ <license> >+ <name>The Apache Software License, Version 2.0</name> >+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> >+ <distribution>repo</distribution> >+ </license> >+ </licenses> >+ >+ <scm> >+ <connection>scm:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection> >+ <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection> >+ <url>https://svn.apache.org/repos/asf/xmlbeans/</url> >+ </scm> >+ >+ <organization> >+ <name>XmlBeans</name> >+ <url>http://xmlbeans.apache.org/</url> >+ </organization> >+ >+ <developers> >+ <developer> >+ <name>Cezar Andrei</name> >+ <id>cezar</id> >+ <email>cezar.andrei@no#spam#!gma|l.com</email> >+ <organization></organization> >+ </developer> >+ >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radupr@nos#pam.gm@il.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radu.preotiuc-pietro@nos#pam.bea.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Wing Yew Poon</name> >+ <id>wpoon</id> >+ <email>wing-yew.poon@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Jacob Danner</name> >+ <id>jdanner</id> >+ <email>jacob.danner@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ >+ </developers> >+ >+ <dependencies> >+ <dependency> >+ <groupId>stax</groupId> >+ <artifactId>stax-api</artifactId> >+ <version>1.0.1</version> >+ </dependency> >+ </dependencies> >+ >+</project> >diff --git a/xmlbeans-xmlpublic-2.5.0.pom b/xmlbeans-xmlpublic-2.5.0.pom >new file mode 100644 >index 0000000..ac499eb >--- /dev/null >+++ b/xmlbeans-xmlpublic-2.5.0.pom >@@ -0,0 +1,99 @@ >+<project> >+ <modelVersion>4.0.0</modelVersion> >+ <groupId>org.apache.xmlbeans</groupId> >+ <artifactId>xmlbeans-xmlpublic</artifactId> >+ <version>2.5.0</version> >+ >+ <name>XmlPublic</name> >+ <description>XmlBeans Public interfaces</description> >+ <url>http://xmlbeans.apache.org</url> >+ >+ <issueManagement> >+ <system>jira</system> >+ <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url> >+ </issueManagement> >+ >+ <mailingLists> >+ <mailingList> >+ <name>XmlBeans User List</name> >+ <subscribe>user-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive> >+ </mailingList> >+ <mailingList> >+ <name>XmlBeans Developer List</name> >+ <subscribe>dev-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive> >+ </mailingList> >+ <mailingList> >+ <name>Source Control List</name> >+ <subscribe>commits-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive> >+ </mailingList> >+ </mailingLists> >+ >+ <licenses> >+ <license> >+ <name>The Apache Software License, Version 2.0</name> >+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> >+ <distribution>repo</distribution> >+ </license> >+ </licenses> >+ >+ <scm> >+ <connection>scm:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection> >+ <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection> >+ <url>https://svn.apache.org/repos/asf/xmlbeans/</url> >+ </scm> >+ >+ <organization> >+ <name>XmlBeans</name> >+ <url>http://xmlbeans.apache.org/</url> >+ </organization> >+ >+ <developers> >+ <developer> >+ <name>Cezar Andrei</name> >+ <id>cezar</id> >+ <email>cezar.andrei@no#spam#!gma|l.com</email> >+ <organization></organization> >+ </developer> >+ >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radupr@nos#pam.gm@il.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radu.preotiuc-pietro@nos#pam.bea.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Wing Yew Poon</name> >+ <id>wpoon</id> >+ <email>wing-yew.poon@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Jacob Danner</name> >+ <id>jdanner</id> >+ <email>jacob.danner@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ >+ </developers> >+ >+ <dependencies> >+ <dependency> >+ <groupId>stax</groupId> >+ <artifactId>stax-api</artifactId> >+ <version>1.0.1</version> >+ </dependency> >+ </dependencies> >+ >+</project> >diff --git a/xmlbeans-xpath-2.5.0.pom b/xmlbeans-xpath-2.5.0.pom >new file mode 100644 >index 0000000..6c64fa3 >--- /dev/null >+++ b/xmlbeans-xpath-2.5.0.pom >@@ -0,0 +1,104 @@ >+<project> >+ <modelVersion>4.0.0</modelVersion> >+ <groupId>org.apache.xmlbeans</groupId> >+ <artifactId>xmlbeans-xpath</artifactId> >+ <version>2.5.0</version> >+ >+ <name>XmlBeansXPath</name> >+ <description>XmlBeans extended XPath and XQuery support</description> >+ <url>http://xmlbeans.apache.org</url> >+ >+ <issueManagement> >+ <system>jira</system> >+ <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url> >+ </issueManagement> >+ >+ <mailingLists> >+ <mailingList> >+ <name>XmlBeans User List</name> >+ <subscribe>user-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive> >+ </mailingList> >+ <mailingList> >+ <name>XmlBeans Developer List</name> >+ <subscribe>dev-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive> >+ </mailingList> >+ <mailingList> >+ <name>Source Control List</name> >+ <subscribe>commits-subscribe@xmlbeans.apache.org</subscribe> >+ <unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe> >+ <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive> >+ </mailingList> >+ </mailingLists> >+ >+ <licenses> >+ <license> >+ <name>The Apache Software License, Version 2.0</name> >+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> >+ <distribution>repo</distribution> >+ </license> >+ </licenses> >+ >+ <scm> >+ <connection>scm:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection> >+ <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection> >+ <url>https://svn.apache.org/repos/asf/xmlbeans/</url> >+ </scm> >+ >+ <organization> >+ <name>XmlBeans</name> >+ <url>http://xmlbeans.apache.org/</url> >+ </organization> >+ >+ <developers> >+ <developer> >+ <name>Cezar Andrei</name> >+ <id>cezar</id> >+ <email>cezar.andrei@no#spam#!gma|l.com</email> >+ <organization></organization> >+ </developer> >+ >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radupr@nos#pam.gm@il.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Radu Preotiuc</name> >+ <id>radup</id> >+ <email>radu.preotiuc-pietro@nos#pam.bea.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Wing Yew Poon</name> >+ <id>wpoon</id> >+ <email>wing-yew.poon@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ <developer> >+ <name>Jacob Danner</name> >+ <id>jdanner</id> >+ <email>jacob.danner@nos#pam.oracle.com</email> >+ <organization></organization> >+ </developer> >+ >+ </developers> >+ >+ <dependencies> >+ <dependency> >+ <groupId>org.apache.xmlbeans</groupId> >+ <artifactId>xmlbeans</artifactId> >+ <version>2.4.0</version> >+ </dependency> >+ <dependency> >+ <groupId>net.sf.saxon</groupId> >+ <artifactId>saxon</artifactId> >+ <version>9</version> >+ </dependency> >+ </dependencies> >+ >+</project> >diff --git a/xmlbeans.spec b/xmlbeans.spec >index 5f01b13..c1cfb1f 100644 >--- a/xmlbeans.spec >+++ b/xmlbeans.spec >@@ -31,8 +31,8 @@ > %bcond_with bootstrap > > Name: xmlbeans >-Version: 2.4.0 >-Release: 10%{?dist}%{?with_bootstrap:.boot} >+Version: 2.5.0 >+Release: 1%{?dist}%{?with_bootstrap:.boot} > Summary: XML-Java binding tool > Group: Development/Libraries > URL: http://xmlbeans.apache.org/ >@@ -213,6 +213,9 @@ rm -rf $RPM_BUILD_ROOT > > > %changelog >+* Mon May 28 2012 gil cattaneo <puntogil@libero.it> - 2.5.0-1 >+- Update to 2.5.0 >+ > * Mon May 28 2012 gil cattaneo <puntogil@libero.it> - 2.4.0-10 > - Add maven POMs > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 825844
:
587269
| 587270