Configure version increment in build

This commit is contained in:
Nana Janashia
2020-11-28 14:51:17 +01:00
parent ab509b3b3c
commit d8a20f2ac9
12 changed files with 28 additions and 48 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Thu Oct 29 12:55:55 CET 2020
version=1.0-SNAPSHOT
#Sat Nov 28 14:44:39 CET 2020
version=1.1.1
groupId=com.example
artifactId=java-maven-app

View File

@@ -0,0 +1 @@
/Users/nanajanashia/Demo-projects/Bootcamp/java-maven-app/src/test/java/AppTest.java

View File

@@ -1,4 +1,4 @@
-------------------------------------------------------------------------------
Test set: AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec

View File

@@ -47,7 +47,7 @@
<property name="java.vm.specification.version" value="1.8"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/jre"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher test"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher clean package"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="user.language" value="en"/>
<property name="awt.toolkit" value="sun.lwawt.macosx.LWCToolkit"/>