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 886076 Details for
Bug 1087363
To use EAP 6.1.1 artifacts and versions for jboss-bpms-quickstarts
[?]
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]
2.patch
2.patch (text/plain), 9.12 KB, created by
Ryan Zhang
on 2014-04-14 09:44:24 UTC
(
hide
)
Description:
2.patch
Filename:
MIME Type:
Creator:
Ryan Zhang
Created:
2014-04-14 09:44:24 UTC
Size:
9.12 KB
patch
obsolete
>commit 282628c34b409bc614f7e151bec29a0ab4f6628f >Author: Ryan Zhang <rzhang@redhat.com> >Date: Mon Apr 14 17:22:19 2014 +0800 > > Use jboss.bom.eap 1.0.4.Final-redhat-9 since it's the one defined in EAP 6.1.1 and fix the groundid of the pom > >diff --git a/business-resource-planner/pom.xml b/business-resource-planner/pom.xml >index 6e672c5..1f0fa65 100644 >--- a/business-resource-planner/pom.xml >+++ b/business-resource-planner/pom.xml >@@ -41,7 +41,7 @@ > <version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > >diff --git a/decision-table/pom.xml b/decision-table/pom.xml >index 97027df..2cdb069 100644 >--- a/decision-table/pom.xml >+++ b/decision-table/pom.xml >@@ -38,7 +38,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -56,7 +56,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/helloworld-bpmsuite/pom.xml b/helloworld-bpmsuite/pom.xml >index f9e571e..a5eae71 100644 >--- a/helloworld-bpmsuite/pom.xml >+++ b/helloworld-bpmsuite/pom.xml >@@ -38,7 +38,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -56,7 +56,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/helloworld-brms/pom.xml b/helloworld-brms/pom.xml >index 04628da..6395f65 100644 >--- a/helloworld-brms/pom.xml >+++ b/helloworld-brms/pom.xml >@@ -38,7 +38,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -56,7 +56,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/helloworld-cep/pom.xml b/helloworld-cep/pom.xml >index e25d75e..03b062c 100644 >--- a/helloworld-cep/pom.xml >+++ b/helloworld-cep/pom.xml >@@ -39,7 +39,7 @@ > <version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > >@@ -64,7 +64,7 @@ > tools for your > project, such as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/helloworld-drl/pom.xml b/helloworld-drl/pom.xml >index ae3d1e1..b4e337a 100644 >--- a/helloworld-drl/pom.xml >+++ b/helloworld-drl/pom.xml >@@ -39,7 +39,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -54,7 +54,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/stateful-ksession/pom.xml b/stateful-ksession/pom.xml >index db953a9..181e4c2 100644 >--- a/stateful-ksession/pom.xml >+++ b/stateful-ksession/pom.xml >@@ -39,7 +39,7 @@ > <version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > >@@ -64,7 +64,7 @@ > tools for your > project, such as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/store-brms/pom.xml b/store-brms/pom.xml >index 4bb4c60..30b7ef6 100644 >--- a/store-brms/pom.xml >+++ b/store-brms/pom.xml >@@ -38,7 +38,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -56,7 +56,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type> >diff --git a/tasks-bpmsuite/pom.xml b/tasks-bpmsuite/pom.xml >index afaab32..03e2620 100644 >--- a/tasks-bpmsuite/pom.xml >+++ b/tasks-bpmsuite/pom.xml >@@ -38,7 +38,7 @@ > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> >- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> >+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> > <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> > > <maven.compiler.target>1.6</maven.compiler.target> >@@ -56,7 +56,7 @@ > the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such > as Arquillian for testing) --> > <dependency> >- <groupId>org.jboss.bom.eap</groupId> >+ <groupId>org.jboss.bom</groupId> > <artifactId>jboss-javaee-6.0-with-tools</artifactId> > <version>${version.jboss.bom.eap}</version> > <type>pom</type>
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 1087363
:
886075
| 886076