update builds to changed s3 access vars
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
|
||||
@@ -14,11 +14,6 @@
|
||||
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
|
||||
@@ -14,11 +14,6 @@
|
||||
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
<justj.repository>https://download.eclipse.org/justj/jres/16/updates/release/latest/</justj.repository>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<properties>
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -88,6 +88,9 @@
|
||||
|
||||
<dist.bucket>dist.springsource.com</dist.bucket>
|
||||
<dist.key>TOOLS</dist.key>
|
||||
<dist.accessKey>${tools.s3.accesskey.password}</dist.accessKey>
|
||||
<dist.secretKey>${tools.s3.secretkey.password}</dist.secretKey>
|
||||
|
||||
<dist.project>sts4</dist.project>
|
||||
|
||||
<dist.pathpostfix>nightly</dist.pathpostfix>
|
||||
|
||||
@@ -90,8 +90,9 @@
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<encoding>UTF-8</encoding>
|
||||
|
||||
<dist.accessKey>${accessKey}</dist.accessKey>
|
||||
<dist.secretKey>${secretKey}</dist.secretKey>
|
||||
<dist.accessKey>${tools.s3.accesskey.password}</dist.accessKey>
|
||||
<dist.secretKey>${tools.s3.secretkey.password}</dist.secretKey>
|
||||
|
||||
<dist.bucket>dist.springsource.com</dist.bucket>
|
||||
<dist.key>TOOLS</dist.key>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.version}</dist.path>
|
||||
|
||||
Reference in New Issue
Block a user