@@ -56,25 +56,25 @@ artifacts:
56
56
# accordingly in the 'modules/eap/setup/eap/modules/configure.sh'
57
57
# script too !!!
58
58
#
59
- - name : wildfly-galleon-maven-plugin-5.2.0.Alpha2 .jar
60
- target : wildfly-galleon-maven-plugin-5.2.0.Alpha2 .jar
61
- md5 : 3c9a5e92268506c90bce4b37fef83dab
62
- url : https://repo.maven.apache.org/maven2/org/wildfly/galleon-plugins/wildfly-galleon-maven-plugin/5.2.0.Alpha2 /wildfly-galleon-maven-plugin-5.2.0.Alpha2 .jar
63
- - name : wildfly-galleon-maven-plugin-5.2.0.Alpha2 .pom
64
- target : wildfly-galleon-maven-plugin-5.2.0.Alpha2 .pom
65
- md5 : 5cb783c122d2478f0bc82505ad93a054
66
- url : https://repo1.maven.org/maven2/org/wildfly/galleon-plugins/wildfly-galleon-maven-plugin/5.2.0.Alpha2 /wildfly-galleon-maven-plugin-5.2.0.Alpha2 .pom
67
- - name : wildfly-provisioning-parent-5.2.0.Alpha2 .pom
68
- target : wildfly-provisioning-parent-5.2.0.Alpha2 .pom
69
- md5 : 03f4634dd62a4e62746a3837fbea608b
70
- url : https://repo1.maven.org/maven2/org/wildfly/galleon-plugins/wildfly-provisioning-parent/5.2.0.Alpha2 /wildfly-provisioning-parent-5.2.0.Alpha2 .pom
59
+ - name : wildfly-galleon-maven-plugin-5.1.2.Final .jar
60
+ target : wildfly-galleon-maven-plugin-5.1.2.Final .jar
61
+ md5 : 0e12d3d2396de56c5f8c8e0851d7f3b8
62
+ url : https://repo.maven.apache.org/maven2/org/wildfly/galleon-plugins/wildfly-galleon-maven-plugin/5.1.2.Final /wildfly-galleon-maven-plugin-5.1.2.Final .jar
63
+ - name : wildfly-galleon-maven-plugin-5.1.2.Final .pom
64
+ target : wildfly-galleon-maven-plugin-5.1.2.Final .pom
65
+ md5 : 98d3d4c4b128a884fd76893a64599739
66
+ url : https://repo1.maven.org/maven2/org/wildfly/galleon-plugins/wildfly-galleon-maven-plugin/5.1.2.Final /wildfly-galleon-maven-plugin-5.1.2.Final .pom
67
+ - name : wildfly-provisioning-parent-5.1.2.Final .pom
68
+ target : wildfly-provisioning-parent-5.1.2.Final .pom
69
+ md5 : 7af23761dea205fd0fa622135fba8322
70
+ url : https://repo1.maven.org/maven2/org/wildfly/galleon-plugins/wildfly-provisioning-parent/5.1.2.Final /wildfly-provisioning-parent-5.1.2.Final .pom
71
71
labels :
72
72
- name : " org.jboss.product"
73
73
value : " eap"
74
74
- name : " org.jboss.product.version"
75
- value : " 7.4.0 "
75
+ value : " 7.4.2 "
76
76
- name : " org.jboss.product.eap.version"
77
- value : " 7.4.0 "
77
+ value : " 7.4.2 "
78
78
- name : " com.redhat.deployments-dir"
79
79
value : " /opt/eap/standalone/deployments"
80
80
- name : " com.redhat.dev-mode"
@@ -94,15 +94,15 @@ labels:
94
94
envs :
95
95
- name : " WILDFLY_VERSION"
96
96
description : " Mandatory. WildFly server version."
97
- value : " 7.4.0 .GA-redhat-00005 "
97
+ value : " 7.4.2 .GA-redhat-00002 "
98
98
- name : " LAUNCH_JBOSS_IN_BACKGROUND"
99
99
value : " true"
100
100
- name : " JBOSS_PRODUCT"
101
101
value : " eap"
102
102
- name : " JBOSS_EAP_VERSION"
103
- value : " 7.4.0 "
103
+ value : " 7.4.2 "
104
104
- name : " PRODUCT_VERSION"
105
- value : " 7.4.0 "
105
+ value : " 7.4.2 "
106
106
- name : " EAP_FULL_GROUPID"
107
107
value : " org.jboss.eap"
108
108
- name : " JBOSS_HOME"
@@ -392,8 +392,14 @@ envs:
392
392
- name : GALLEON_S2I_FP_ARTIFACT_ID
393
393
- name : GALLEON_VERSION
394
394
value : " 4.2.8.Final"
395
+ # Important:
396
+ #
397
+ # If you are updating 'GALLEON_WILDFLY_VERSION' version below be sure simultaneously to update also
398
+ # the versions, urls & MD5 sums of the 'wildfly-galleon-maven-plugin' and 'wildfly-provisioning-parent'
399
+ # artifacts listed in the 'artifacts:' section above
400
+ #
395
401
- name : GALLEON_WILDFLY_VERSION
396
- value : " 5.2.0.Alpha2 "
402
+ value : " 5.1.2.Final "
397
403
- name : GALLEON_S2I_PRODUCER_NAME
398
404
- name : S2I_FP_VERSION
399
405
- name : GALLEON_PROVISION_SERVER
0 commit comments