Skip to content

Commit

Permalink
chore(release): use 1.0.0 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jul 29, 2019
1 parent ccf9ad1 commit e47bb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
CamelVersionConstraint = ">=3.0.0-M4"

// RuntimeVersion --
RuntimeVersion = "1.0.0-SNAPSHOT"
RuntimeVersion = "1.0.0"

// BaseImage --
BaseImage = "fabric8/s2i-java:3.0-java8"
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 1.0.0-M2-SNAPSHOT
RUNTIME_VERSION := 1.0.0-SNAPSHOT
RUNTIME_VERSION := 1.0.0
CAMEL_VERSION := 3.0.0-M4
CAMEL_VERSION_CONSTRAINT := >=3.0.0-M4
BASE_IMAGE := fabric8/s2i-java:3.0-java8
Expand Down

0 comments on commit e47bb5e

Please sign in to comment.