Skip to content

Commit

Permalink
SDK-246: Compatibility with Maven 3.6.2+
Browse files Browse the repository at this point in the history
We supply a dummy version to pass the validation check. Note that the
actual version deployed will be the latest version of the owa-omod.
  • Loading branch information
dkayiwa authored Jan 17, 2020
1 parent 85c70ae commit a69d43f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private void deployOwa(Server server, String name, String version) throws MojoEx

boolean installOwaModule = true;
List<Artifact> serverModules = server.getServerModules();
Artifact owaModule = new Artifact("owa-omod", "");
Artifact owaModule = new Artifact("owa-omod", "1.0.0");
for(Artifact module : serverModules){
if(owaModule.getArtifactId().equals(module.getArtifactId())){
installOwaModule = false;
Expand Down

0 comments on commit a69d43f

Please sign in to comment.