Skip to content

Commit

Permalink
6.1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Oakes committed Aug 31, 2018
1 parent 2c81df3 commit 214929a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mdw-workflow/.settings/com.centurylink.mdw.plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<mdw-workflow>
<sourceProject name="mdw-workflow" author="aa56486"/>
<webProject name="mdw-hub" deployDir="deploy" />
<mdwFramework version="6.1.08-SNAPSHOT"/>
<mdwFramework version="6.1.08"/>
<server host="localhost" port="8080" contextRoot="mdw"/>
<repository provider="Git" branch="master" localPath="assets"/>
</mdw-workflow>
2 changes: 1 addition & 1 deletion mdw/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Delete SNAPSHOT release and tag
- git pull

5 - Commit and push all the above changes to Git (normally plugin.xml and gradle.properties).
5 - Commit and push all the above changes to Git (normally plugin.xml, gradle.properties and project.yaml).
- Travis CI will run the build, tests and publish to maven-central or sonatype.
- Compilation or testing errors will prevent the build from being published.

Expand Down
2 changes: 1 addition & 1 deletion mdw/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mdwVersion=6.1.08-SNAPSHOT
mdwVersion=6.1.08
mdwPrevTag=6.1.07
# (previous tag for validating asset versions)

Expand Down
2 changes: 1 addition & 1 deletion mdw/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paths are relative to the location of this file
mdw:
version: 6.1.08-SNAPSHOT
version: 6.1.08

asset:
location: ../mdw-workflow/assets
Expand Down

0 comments on commit 214929a

Please sign in to comment.