Skip to content

Commit

Permalink
Change k8s and Docker project mi versions and deployment tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
sajithaliyanage committed Jan 12, 2021
1 parent fa86451 commit dc5eba9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void replaceStringRecursively(File file) throws IOException {
content = content.replaceAll("<version>5.2.28</version>", "<version>5.2.32</version>");

//replace config mapper plugin's mi version
content = content.replaceAll("<miVersion>1.1.0</miVersion>", "<miVersion>4.0.0</miVersion>");
content = content.replaceAll("<miVersion>1.2.0</miVersion>", "<miVersion>4.0.0</miVersion>");

//replace dockerfile-spotify plugin version
content = content.replaceAll("<version>1.4.13</version>", "<version>1.4.13</version>");
Expand Down

0 comments on commit dc5eba9

Please sign in to comment.