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 923053 Details for
Bug 1125721
Use version properties instead of hardcode versions in dependencyManagment of kie-parent-with-dependencies
[?]
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]
droolsjbpm-build-bootstrap.patch
a.patch (text/plain), 2.35 KB, created by
Ryan Zhang
on 2014-08-01 02:32:08 UTC
(
hide
)
Description:
droolsjbpm-build-bootstrap.patch
Filename:
MIME Type:
Creator:
Ryan Zhang
Created:
2014-08-01 02:32:08 UTC
Size:
2.35 KB
patch
obsolete
>commit 8336c549515b3aebe807b7ad48a20d5bac048293 >Author: Ryan Zhang <rzhang@redhat.com> >Date: Wed Jul 30 11:34:07 2014 +0800 > > Use version property instead of exactly version numbers in depenendencyManagement > >diff --git a/kie-parent-with-dependencies/pom.xml b/kie-parent-with-dependencies/pom.xml >index 0bc2e9c..6e83156 100644 >--- a/kie-parent-with-dependencies/pom.xml >+++ b/kie-parent-with-dependencies/pom.xml >@@ -53,6 +53,14 @@ > <version.org.google.gwt.visualization>1.0.2</version.org.google.gwt.visualization> > <!-- ************************************************--> > >+ <!--TODO raise BZ to add into upstream--> >+ <version.org.apache.neethi>3.0.2</version.org.apache.neethi> >+ <version.org.apache.ws.xmlschema>2.0.3</version.org.apache.ws.xmlschema> >+ <version.org.eclipse.jdt.core.compiler>4.3.1</version.org.eclipse.jdt.core.compiler> >+ <version.org.subethamail>3.1.6</version.org.subethamail> >+ <version.io.netty>3.6.9.Final</version.io.netty> >+ >+ > </properties> > > <!-- IMPORTANT: Do not declare any build configuration here! Declare it in kie-parent-metadata. --> >@@ -301,7 +309,7 @@ > <dependency> > <groupId>org.apache.neethi</groupId> > <artifactId>neethi</artifactId> >- <version>3.0.2</version> >+ <version>${version.org.apache.neethi}</version> > </dependency> > > <dependency> >@@ -313,7 +321,7 @@ > <dependency> > <groupId>org.apache.ws.xmlschema</groupId> > <artifactId>xmlschema-core</artifactId> >- <version>2.0.3</version> >+ <version>${version.org.apache.ws.xmlschema}</version> > </dependency> > > <dependency> >@@ -519,13 +527,13 @@ > <dependency> > <groupId>org.subethamail</groupId> > <artifactId>subethasmtp</artifactId> >- <version>3.1.6</version> >+ <version>${version.org.subethamail}</version> > </dependency> > > <dependency> > <groupId>org.eclipse.jdt.core.compiler</groupId> > <artifactId>ecj</artifactId> >- <version>4.3.1</version> >+ <version>${version.org.eclipse.jdt.core.compiler}</version> > </dependency> > > <dependency> >@@ -588,7 +596,7 @@ > <dependency> > <groupId>io.netty</groupId> > <artifactId>netty</artifactId> >- <version>3.6.9.Final</version> >+ <version>${version.io.netty}</version> > </dependency> > > <dependency>
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 1125721
: 923053