Skip to content

Commit

Permalink
Prepare for release of v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eidekrist committed Nov 1, 2019
1 parent 12ebc6c commit 02c06be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {

triggers {
upstream(
upstreamProjects: 'open-simulation-platform/cse-core/master, open-simulation-platform/cse-client/master',
upstreamProjects: 'open-simulation-platform/cse-core/v0.5.1, open-simulation-platform/cse-client/v0.5.1',
threshold: hudson.model.Result.SUCCESS)
}

Expand Down Expand Up @@ -32,7 +32,7 @@ pipeline {
stage ('Get dependencies') {
steps {
copyArtifacts(
projectName: 'open-simulation-platform/cse-client/master',
projectName: 'open-simulation-platform/cse-client/v0.5.1',
filter: 'resources/public/**/*',
target: 'src/cse-server-go')

Expand Down Expand Up @@ -123,7 +123,7 @@ pipeline {
stage ('Get dependencies') {
steps {
copyArtifacts(
projectName: 'open-simulation-platform/cse-client/master',
projectName: 'open-simulation-platform/cse-client/v0.5.1',
filter: 'resources/public/**/*',
target: 'src/cse-server-go')

Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[generators]

[requires]
cse-core/0.6.0@osp/master
cse-core/0.5.1@osp/v0.5.1

[options]
cse-core:fmuproxy=True
Expand Down

0 comments on commit 02c06be

Please sign in to comment.