Skip to content

Commit 32e4bba

Browse files
committed
#280: Set version number to 1.0.0 and added SonarCloud token.
Task-Url: exasol/virtual-schemas#280
1 parent 44ab229 commit 32e4bba

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
language: java
2-
32
matrix:
43
include:
5-
- jdk: "openjdk9"
6-
4+
- jdk: openjdk9
75
addons:
86
sonarcloud:
97
organization: exasol
10-
8+
token:
9+
secure: NbMZSH9nYrfu5gD3amFbWfWLR6ipLIjTtnvvsFkBk17luv7ghS3ZjtCHpfWPDxbzI1VaZ33/OL+xR4CPhO/RLA2peM29TzhlKEKuzzMeTqzODlLbXjgNwYAE3FfHpIaS7mDb+BuGyzWsh/PTVOVOJ6s2Nr6PGt5hLS1H4GfRFp8U5ufIwNOohxibVQRm7sDWYY/WWGt8LXIvg/90OXgfeEJL8mms5rKWmEJBUFKtTKcUO3Npf3U5fjlvemD0qgI+klYyc5hmbxQAtR+TcPVN4qo2TCJFXBPBpbb3HLK29PBeCVb7JpZ+09FfqWWzrq57l+vCT6Z1gWcO5VT6gpiLG4CMLMgCM42Wp4rF37U3lwZIAso+FFAXP8FQTAgCQ0yyN5yEKz7PaIF2vqRSOY5A6XOxYQ/PItE3B7+xQe6JpVa0cV1z3j2F9NL8IMTJTJHFcQz2a6qADB+TfhXDQXK6SNFb1/5h6pCfe1IdjfF/kn8kPPpYaxHPrl42D7N2ctDvPcBSHX0WjN31pDIQxoGuzIKvs3Yj8jsMyY/qg4TBK61OR/1vmxbSdr80grd+MxiVFbb/bwKDAaH1uVLA5yJ8rxTfVYQDSVSxqwiYyP+1Mj2kTRmXYpci3iGxOPtVPxtg3MvIUvoMRiHeF2sdgev1pVGIx4qJZ3PxSoMBFydpB7I=
1110
script:
12-
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
13-
11+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
1412
cache:
1513
directories:
16-
- $HOME/.m2
14+
- "$HOME/.m2"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>This project provides utilities that help testing software that uses `java.util.logging` as its logging framework.</description>
1010
<url>https://github.com/exasol/java-util-logging-testing</url>
1111
<properties>
12-
<product.version>2.2.0</product.version>
12+
<product.version>1.0.0</product.version>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1515
<java.version>9</java.version>

0 commit comments

Comments
 (0)