Skip to content

Commit

Permalink
Merge pull request #317 from sgilda/update-versions
Browse files Browse the repository at this point in the history
Update WildFly project and JBoss EAP product versions; update Java version
  • Loading branch information
emmartins committed Nov 2, 2018
2 parents e80c550 + 78e6bfd commit db24710
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions shared-doc/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ ifdef::EAPCDRelease[]
// EAP CD release
:productName: JBoss EAP for OpenShift
:productNameFull: Red Hat JBoss Enterprise Application Platform for OpenShift
:productVersion: 14
:productVersion: 15
:githubRepoUrl: https://github.com/jboss-developer/jboss-eap-quickstarts/
:jbossHomeName: EAP_HOME
:DocInfoProductNameURL: jboss_enterprise_application_platform_continuous_delivery
:DocInfoProductName: JBoss Enterprise Application Platform Continuous Delivery
:DocInfoProductNumber: 14
:DocInfoProductNumber: 15
endif::[]

ifndef::EAPCDRelease[]
// JBoss EAP release
:productName: JBoss EAP
:productNameFull: JBoss Enterprise Application Platform Server
:productVersion: 7.2.0.Beta
:productVersion: 7.2
:githubRepoUrl: https://github.com/jboss-developer/jboss-eap-quickstarts/
:jbossHomeName: EAP_HOME
:DocInfoProductName: red_hat_jboss_enterprise_application_platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 7.1
:DocInfoProductNumber: 7.2
:DocInfoPreviousProductName: jboss-enterprise-application-platform
endif::[]

Expand All @@ -51,10 +51,11 @@ ifndef::ProductRelease[]
:productName: WildFly
:productNameFull: WildFly Application Server
:jbossHomeName: WILDFLY_HOME
:productVersion: 14
:productVersion: 15
:githubRepoUrl: https://github.com/wildfly/quickstart/
:DocInfoProductName: red_hat_jboss_enterprise_application_platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.2 docs are published!
:DocInfoProductNumber: 7.1
:DocInfoPreviousProductName: jboss-enterprise-application-platform
endif::[]
Expand All @@ -67,7 +68,7 @@ endif::[]
:CDProductTitle: JBoss Enterprise Application Platform Continuous Delivery
:CDProductNameSentence: continuous delivery release for {ProductShortName}
:CDProductAcronym: JBoss EAP CD
:CDProductVersion: 14
:CDProductVersion: 15
:EapForOpenshiftBookName: Red Hat JBoss Enterprise Application Platform for OpenShift
:EapForOpenshiftOnlineBookName: Red Hat JBoss Enterprise Application Platform for OpenShift Online
:xpaasproduct: Red Hat JBoss Enterprise Application Platform for OpenShift
Expand All @@ -91,8 +92,8 @@ endif::[]
// Other values
//*************************
:buildRequirements: Java 8.0 (Java SDK 1.8) or later and Maven 3.3.1 or later
:jbdsEapServerName: Red Hat JBoss Enterprise Application Platform 7.1
:javaVersion: Java EE 7
:jbdsEapServerName: Red Hat JBoss Enterprise Application Platform 7.2
:javaVersion: Java EE 8
:githubRepoBranch: master
:guidesBaseUrl: https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/
:useEclipseUrl: {guidesBaseUrl}USE_JBDS.adoc#use_red_hat_jboss_developer_studio_or_eclipse_to_run_the_quickstarts
Expand Down

0 comments on commit db24710

Please sign in to comment.