Skip to content

Commit 42003ca

Browse files
committed
👶 update to sql2o-plus
1 parent c1e771e commit 42003ca

3 files changed

Lines changed: 5 additions & 28 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: java
22

3-
jdk:
3+
dist: trusty
4+
5+
jdk:
46
- oraclejdk8
57

68
notifications:
@@ -11,7 +13,7 @@ sudo: false
1113
before_install:
1214
- export TZ='Asia/Shanghai'
1315

14-
script: "mvn cobertura:cobertura"
16+
script: "mvn clean cobertura:cobertura"
1517

1618
after_success:
1719
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.github.cotide</groupId>
2323
<artifactId>sql2o-plus</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.3</version>
2525
</dependency>
2626
```
2727

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -159,31 +159,6 @@
159159
<encoding>UTF-8</encoding>
160160
</configuration>
161161
</plugin>
162-
<plugin>
163-
<groupId>org.codehaus.mojo</groupId>
164-
<artifactId>cobertura-maven-plugin</artifactId>
165-
<version>2.7</version>
166-
<dependencies>
167-
<dependency>
168-
<groupId>org.ow2.asm</groupId>
169-
<artifactId>asm</artifactId>
170-
<version>5.0.4</version>
171-
</dependency>
172-
</dependencies>
173-
<configuration>
174-
<formats>
175-
<format>html</format>
176-
<format>xml</format>
177-
</formats>
178-
<instrumentation>
179-
<excludes>
180-
<exclude>org/sql2o/**.class</exclude>
181-
<exclude>org/sql2o/**.java</exclude>
182-
</excludes>
183-
</instrumentation>
184-
<check/>
185-
</configuration>
186-
</plugin>
187162
</plugins>
188163
</build>
189164
<!-- profiles -->

0 commit comments

Comments
 (0)