ci: version bump

This commit is contained in:
Jenkins
2020-12-05 15:54:48 +00:00
parent 70fb6f1f11
commit fd4815724f
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.example</groupId> <groupId>com.example</groupId>
<artifactId>java-maven-app</artifactId> <artifactId>java-maven-app</artifactId>
<version>1.1.6</version> <version>1.1.7</version>
<build> <build>
<plugins> <plugins>

View File

@@ -1,5 +1,5 @@
#Generated by Maven #Generated by Maven
#Sat Dec 05 14:38:42 UTC 2020 #Sat Dec 05 15:54:34 UTC 2020
version=1.1.6 version=1.1.7
groupId=com.example groupId=com.example
artifactId=java-maven-app artifactId=java-maven-app

View File

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

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<testsuite tests="1" failures="0" name="AppTest" time="0.012" errors="0" skipped="0"> <testsuite tests="1" failures="0" name="AppTest" time="0.01" errors="0" skipped="0">
<properties> <properties>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="sun.boot.library.path" value="/usr/local/openjdk-8/jre/lib/amd64"/> <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.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.cpu.isalist" value=""/> <property name="sun.cpu.isalist" value=""/>
</properties> </properties>
<testcase classname="AppTest" name="testApp" time="0.012"/> <testcase classname="AppTest" name="testApp" time="0.01"/>
</testsuite> </testsuite>