Skip to content

Commit

Permalink
Merge pull request #615 from SAP/rel_1.0.4
Browse files Browse the repository at this point in the history
[chore]- release 1.0.4
  • Loading branch information
ShimiT authored Nov 28, 2019
2 parents 9c27540 + 7ecfecd commit f8a04ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ internal/tpl/MakeFileTest.mta

integration/testdata/mta_demo/mta_archives/
docs/site
bin
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jdk-slim

# Build time variables
ARG MTA_USER_HOME=/home/mta
ARG MBT_VERSION=1.0.3
ARG MBT_VERSION=1.0.4
ARG GO_VERSION=1.13.4
ARG NODE_VERSION=v12.13.0
ARG MAVEN_VERSION=3.6.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion configs/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cli_version: 1.0.3
cli_version: 1.0.4
makefile_version: 0.0.1
2 changes: 1 addition & 1 deletion internal/version/version_cfg.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VersionConfig - do not edit
var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x30, 0x2e, 0x33, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31}
var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x30, 0x2e, 0x34, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbt",
"version": "1.0.3",
"version": "1.0.4",
"description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover) ![GitHub license](https://img.shields.io/badge/license-Apache_2.0-blue.svg) ![pre-alpha](https://img.shields.io/badge/Release-pre--alpha-orange.svg)",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command:
mbt --version:
exit-status: 0
stdout:
- v1.0.3
- v1.0.4
# verify installed MAVEN VERSION
mvn --version:
exit-status: 0
Expand Down

0 comments on commit f8a04ac

Please sign in to comment.