Skip to content

Commit 5089bbc

Browse files
committed
Fix overlord-commons version in ant scripts
1 parent 6122482 commit 5089bbc

File tree

2 files changed

+4
-4
lines changed
  • distribution/overlord-rtgov-assembly/src/main/resources/platforms/jboss-eap-6

2 files changed

+4
-4
lines changed

distribution/overlord-rtgov-assembly/src/main/resources/platforms/jboss-eap-6/all/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<property name="overlord-commons.auth.tomcat7.file" value="${overlord-commons.path}/overlord-commons-auth-tomcat7.jar" />
3636
<property name="overlord-commons.ant.jar" value="${overlord-commons.path}/overlord-commons-ant.jar" />
3737
<!-- Temporary workaround - version needs to be correct in the called ant script -->
38-
<property name="version.org.overlord.overlord-commons" value="2.0.8.Final" />
38+
<property name="version.org.overlord.overlord-commons" value="2.0.11.Final" />
3939

4040
</ant>
4141

@@ -66,7 +66,7 @@
6666
<property name="overlord-commons.auth.tomcat7.file" value="${overlord-commons.path}/overlord-commons-auth-tomcat7.jar" />
6767
<property name="overlord-commons.ant.jar" value="${overlord-commons.path}/overlord-commons-ant.jar" />
6868
<!-- Temporary workaround - version needs to be correct in the called ant script -->
69-
<property name="version.org.overlord.overlord-commons" value="2.0.8.Final" />
69+
<property name="version.org.overlord.overlord-commons" value="2.0.11.Final" />
7070

7171
</ant>
7272

distribution/overlord-rtgov-assembly/src/main/resources/platforms/jboss-eap-6/client/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<property name="overlord-commons.auth.tomcat7.file" value="${overlord-commons.path}/overlord-commons-auth-tomcat7.jar" />
3434
<property name="overlord-commons.ant.jar" value="${overlord-commons.path}/overlord-commons-ant.jar" />
3535
<!-- Temporary workaround - version needs to be correct in the called ant script -->
36-
<property name="version.org.overlord.overlord-commons" value="2.0.8.Final" />
36+
<property name="version.org.overlord.overlord-commons" value="2.0.11.Final" />
3737
</ant>
3838

3939
<copy file="configuration/deployments-module.xml" tofile="${path}/modules/org/overlord/rtgov/eap/deployments/main/module.xml" />
@@ -123,7 +123,7 @@
123123
<property name="overlord-commons.auth.tomcat7.file" value="${overlord-commons.path}/overlord-commons-auth-tomcat7.jar" />
124124
<property name="overlord-commons.ant.jar" value="${overlord-commons.path}/overlord-commons-ant.jar" />
125125
<!-- Temporary workaround - version needs to be correct in the called ant script -->
126-
<property name="version.org.overlord.overlord-commons" value="2.0.8.Final" />
126+
<property name="version.org.overlord.overlord-commons" value="2.0.11.Final" />
127127

128128
</ant>
129129

0 commit comments

Comments
 (0)