ci: version bump
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>java-maven-app</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.2</version>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
target/java-maven-app-1.1.2.jar.original
Normal file
BIN
target/java-maven-app-1.1.2.jar.original
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Sun Nov 29 07:31:21 UTC 2020
|
||||
version=1.1.1
|
||||
#Sun Nov 29 07:49:30 UTC 2020
|
||||
version=1.1.2
|
||||
groupId=com.example
|
||||
artifactId=java-maven-app
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-------------------------------------------------------------------------------
|
||||
Test set: AppTest
|
||||
-------------------------------------------------------------------------------
|
||||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec
|
||||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuite tests="1" failures="0" name="AppTest" time="0.013" errors="0" skipped="0">
|
||||
<testsuite tests="1" failures="0" name="AppTest" time="0.006" errors="0" skipped="0">
|
||||
<properties>
|
||||
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
|
||||
<property name="sun.boot.library.path" value="/usr/local/openjdk-8/jre/lib/amd64"/>
|
||||
@@ -60,5 +60,5 @@
|
||||
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
|
||||
<property name="sun.cpu.isalist" value=""/>
|
||||
</properties>
|
||||
<testcase classname="AppTest" name="testApp" time="0.013"/>
|
||||
<testcase classname="AppTest" name="testApp" time="0.006"/>
|
||||
</testsuite>
|
||||
Reference in New Issue
Block a user