Skip to content

Commit

Permalink
Set download location to a configurable property (download.root)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattam committed Apr 12, 2016
1 parent eadc2e2 commit c94ebd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<tycho.version>0.23.1</tycho.version>
<manifest-location>META-INF</manifest-location>
<cs-studio.version>4.3</cs-studio.version>
<cs-studio-central.url>http://download.controlsystemstudio.org/maven-osgi-bundles/${cs-studio.version}</cs-studio-central.url>
<epics.util.version>0.3.2</epics.util.version>
<epics.caj.version>1.1.14</epics.caj.version>
<epics.jca.version>2.3.6</epics.jca.version>
Expand All @@ -28,7 +27,9 @@
<eclipse.runtime.version>3.10.0-v20140318-2214</eclipse.runtime.version>
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
<cs-studio.timestamp>${maven.build.timestamp}</cs-studio.timestamp>
<upload.root>s3://download.controlsystemstudio.org</upload.root>
<upload.root>s3://download.controlsystemstudio.org</upload.root>
<download.root>http://download.controlsystemstudio.org</download.root>
<cs-studio-central.url>${download.root}/maven-osgi-bundles/${cs-studio.version}</cs-studio-central.url>
</properties>

<dependencies>
Expand Down

0 comments on commit c94ebd0

Please sign in to comment.