Applied version changes to micro-java app, as well as updated deployment file to use the specific version.

This commit is contained in:
Manuel Aude Morales
2021-05-20 06:22:19 -05:00
parent dbc0d2d8ef
commit 6af1de0431
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.training.openshift.hello</groupId>
<artifactId>micro-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0</version>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>