Skip to content

Commit

Permalink
Getting to work with circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Mar 15, 2017
1 parent 28ed9d0 commit 448766d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# config file for circleci
machine:
java:
version: openjdk7
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<version>2.9.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 448766d

Please sign in to comment.