Skip to content

Commit

Permalink
hale studio 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser committed Jul 1, 2020
1 parent 5df6924 commit 95a8ca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ext {
// URL to the directory containing mirrored artifacts (Maven, JRE, ...)
//artifactsCommit = '6589f561a36b8a6fe4cd6a115fdc892bbf812c68'
//artifactsMirrorUrl = "https://gitlab.wetransform.to/hale/hale-build-support/raw/${artifactsCommit}"
artifactsMirrorUrl = "http://build-artifacts.wetransform.to/hale-build-support"
artifactsMirrorUrl = "http://build-artifacts.wetransform.to/hale-build-support-96b81f6"

// Names of zip files containing Java Runtimes (sorted by their respective platform)
jreArtifacts = [
Expand Down
2 changes: 1 addition & 1 deletion build/config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = {
// version
// major.minor.micro-SNAPSHOT - remove -SNAPSHOT for releases
version = '4.0.0-SNAPSHOT'
version = '4.0.0'

// when increasing the version number, at least the version of the .application bundles
// should be increased so they state an updated application version
Expand Down
2 changes: 1 addition & 1 deletion platform/hale-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<unit id="org.eclipse.gef.all.feature.group" version="3.11.0.201606061308"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://build-artifacts.wetransform.to/hale-build-support/updatesites/platform"/>
<repository location="http://build-artifacts.wetransform.to/hale-build-support-96b81f6/updatesites/platform"/>
<unit id="eu.esdihumboldt.hale.platform.feature.group" version="4.0.0.i20200630"/>
</location>
</locations>
Expand Down

0 comments on commit 95a8ca4

Please sign in to comment.