Configure version increment in build
This commit is contained in:
BIN
target/classes/com/example/Application.class
Normal file
BIN
target/classes/com/example/Application.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/java-maven-app-1.1.1.jar
Normal file
BIN
target/java-maven-app-1.1.1.jar
Normal file
Binary file not shown.
BIN
target/java-maven-app-1.1.1.jar.original
Normal file
BIN
target/java-maven-app-1.1.1.jar.original
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/Users/nanajanashia/Demo-projects/Bootcamp/java-maven-app/src/test/java/AppTest.java
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user