Skip to content

Commit a06a16a

Browse files
BPASBPAS
authored andcommitted
attempt to release 10.4-latest
1 parent cbfe890 commit a06a16a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
global:
1616
- CC_ENV=travis
1717
- IS_ANTCC_BUILDER=true
18-
- CC_VERSION=10.4-release
18+
- CC_VERSION=10.4-latest
1919
- CC_DISTRO=cc-def
2020
- CC_INSTALLER_URL=http://empowersdc.softwareag.com/ccinstallers/
2121
- ANTCC_INSTALLER_URL=https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.4-rc

bootstrap/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fi
114114
# default public download site used for builder
115115
#URL=${CC_INSTALLER_URL:-http://empowersdc.softwareag.com/ccinstallers}
116116
# default public download site used for antcc installation
117-
#URL=${CC_INSTALLER_URL:-https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.3-rc13}
117+
#URL=${CC_INSTALLER_URL:-https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.4-rc13}
118118

119119
# default installation dir
120120
export ANTCC_URL=https://github.com/SoftwareAG/sagdevops-antcc.git

bootstrap/staging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
install.dir=${user.home}/.sag/tools
2-
#installer=cc-def-10.3-milestone-${platform}
2+
#installer=cc-def-10.4-latest-${platform}
33
installer.url=http://aquarius-bg.eur.ad.sag/cc/installers

lib/bootstrap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</description>
66

77
<!-- IMPORTANT: rev this version anytime we promote new installer -->
8-
<property name="cc.installer.latest" value="cc-def-10.4-milestone" />
8+
<property name="cc.installer.latest" value="cc-def-10.4-latest" />
99

1010

1111
<property environment="env" />

0 commit comments

Comments
 (0)