We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f3a47 commit b6a5151Copy full SHA for b6a5151
.travis.yml
@@ -12,7 +12,7 @@ addons:
12
install:
13
- mvn clean install -DskipTests
14
script:
15
- - mvn clean test
+ - mvn clean test-compile
16
17
notifications:
18
email: false
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>com.redfin</groupId>
10
<artifactId>contractual</artifactId>
11
- <version>1.7.0</version>
+ <version>1.7.1</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
@@ -82,7 +82,7 @@
82
<dependency>
83
<groupId>org.junit.jupiter</groupId>
84
<artifactId>junit-jupiter-api</artifactId>
85
- <version>5.0.0</version>
+ <version>5.0.2</version>
86
</dependency>
87
</dependencies>
88
</dependencyManagement>
0 commit comments