File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set HAZELCAST_TEST_VERSION=%HZ_VERSION%
88set HAZELCAST_ENTERPRISE_VERSION = %HZ_VERSION%
99set HAZELCAST_RC_VERSION = 0.8-SNAPSHOT
1010set SNAPSHOT_REPO = https://oss.sonatype.org/content/repositories/snapshots
11- set RELEASE_REPO = http ://repo1 .maven.apache.org/maven2
11+ set RELEASE_REPO = https ://repo .maven.apache.org/maven2
1212set ENTERPRISE_RELEASE_REPO = https://repository.hazelcast.com/release/
1313set ENTERPRISE_SNAPSHOT_REPO = https://repository.hazelcast.com/snapshot/
1414
@@ -26,7 +26,7 @@ if exist "hazelcast-remote-controller-%HAZELCAST_RC_VERSION%.jar" (
2626 echo " hazelcast-remote-controller-%HAZELCAST_RC_VERSION% .jar already exist, not downloading from maven."
2727) else (
2828 echo " Downloading: remote-controller jar com.hazelcast:hazelcast-remote-controller:%HAZELCAST_RC_VERSION% "
29- call mvn -q org.apache.maven.plugins:maven-dependency-plugin:2.10:get -Dtransitive=false -DremoteRepositories=%SNAPSHOT_REPO % -Dartifact=com.hazelcast:hazelcast-remote-controller:%HAZELCAST_RC_VERSION% -Ddest=hazelcast-remote-controller-%HAZELCAST_RC_VERSION% .jar || (
29+ call mvn -q org.apache.maven.plugins:maven-dependency-plugin:2.10:get -Dtransitive=false -DremoteRepositories=%ENTERPRISE_SNAPSHOT_REPO % -Dartifact=com.hazelcast:hazelcast-remote-controller:%HAZELCAST_RC_VERSION% -Ddest=hazelcast-remote-controller-%HAZELCAST_RC_VERSION% .jar || (
3030 echo " Failed download remote-controller jar com.hazelcast:hazelcast-remote-controller:%HAZELCAST_RC_VERSION% "
3131 exit /b 1
3232 )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ HAZELCAST_TEST_VERSION=${HZ_VERSION}
3939HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
4040HAZELCAST_RC_VERSION=0.8-SNAPSHOT
4141SNAPSHOT_REPO=" https://oss.sonatype.org/content/repositories/snapshots"
42- RELEASE_REPO=" http ://repo1 .maven.apache.org/maven2"
42+ RELEASE_REPO=" https ://repo .maven.apache.org/maven2"
4343ENTERPRISE_RELEASE_REPO=" https://repository.hazelcast.com/release/"
4444ENTERPRISE_SNAPSHOT_REPO=" https://repository.hazelcast.com/snapshot/"
4545
5555if [ -f " hazelcast-remote-controller-${HAZELCAST_RC_VERSION} .jar" ]; then
5656 echo " remote controller already exist, not downloading from maven."
5757else
58- downloadFromMaven ${SNAPSHOT_REPO } " com.hazelcast:hazelcast-remote-controller:${HAZELCAST_RC_VERSION} "
58+ downloadFromMaven ${ENTERPRISE_SNAPSHOT_REPO } " com.hazelcast:hazelcast-remote-controller:${HAZELCAST_RC_VERSION} "
5959fi
6060
6161if [ -f " hazelcast-${HAZELCAST_TEST_VERSION} -tests.jar" ]; then
You can’t perform that action at this time.
0 commit comments