File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const HAZELCAST_VERSION = HZ_VERSION;
6
6
const HAZELCAST_ENTERPRISE_VERSION = HZ_VERSION ;
7
7
const HAZELCAST_RC_VERSION = '0.8-SNAPSHOT' ;
8
8
const SNAPSHOT_REPO = 'https://oss.sonatype.org/content/repositories/snapshots' ;
9
- const RELEASE_REPO = 'http ://repo1 .maven.apache.org/maven2' ;
9
+ const RELEASE_REPO = 'https ://repo .maven.apache.org/maven2' ;
10
10
const ENTERPRISE_RELEASE_REPO = 'https://repository.hazelcast.com/release/' ;
11
11
const ENTERPRISE_SNAPSHOT_REPO = 'https://repository.hazelcast.com/snapshot/' ;
12
12
@@ -46,7 +46,7 @@ const downloadRC = () => {
46
46
'-q' ,
47
47
'org.apache.maven.plugins:maven-dependency-plugin:2.10:get' ,
48
48
'-Dtransitive=false' ,
49
- `-DremoteRepositories=${ SNAPSHOT_REPO } ` ,
49
+ `-DremoteRepositories=${ ENTERPRISE_SNAPSHOT_REPO } ` ,
50
50
`-Dartifact=com.hazelcast:hazelcast-remote-controller:${ HAZELCAST_RC_VERSION } ` ,
51
51
`-Ddest=hazelcast-remote-controller-${ HAZELCAST_RC_VERSION } .jar`
52
52
] , {
You can’t perform that action at this time.
0 commit comments