Update plugins

This commit is contained in:
Sean Owen 2018-01-28 10:41:57 -06:00
parent 379e18daf4
commit 229e5e34db
3 changed files with 11 additions and 6 deletions

View file

@ -469,6 +469,11 @@ public class FinderPatternFinder {
} }
/** /**
* @param stateCount reading state module counts from horizontal scan
* @param i row where finder pattern may be found
* @param j end of possible finder pattern in row
* @param pureBarcode ignored
* @return true if a finder pattern candidate was found this time
* @deprecated only exists for backwards compatibility * @deprecated only exists for backwards compatibility
* @see #handlePossibleCenter(int[], int, int) * @see #handlePossibleCenter(int[], int, int)
*/ */

10
pom.xml
View file

@ -183,7 +183,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version> <version>3.0.0</version>
<configuration> <configuration>
<javadocVersion>${java.version}</javadocVersion> <javadocVersion>${java.version}</javadocVersion>
<quiet>true</quiet> <quiet>true</quiet>
@ -426,7 +426,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>3.6</version> <version>3.7</version>
<inherited>false</inherited> <inherited>false</inherited>
</plugin> </plugin>
<plugin> <plugin>
@ -442,7 +442,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version> <version>3.0.0</version>
<configuration> <configuration>
<configLocation>src/checkstyle/checkstyle.xml</configLocation> <configLocation>src/checkstyle/checkstyle.xml</configLocation>
<!-- Android generated files --> <!-- Android generated files -->
@ -461,7 +461,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>6.19</version> <version>8.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
@ -521,7 +521,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version> <version>0.8.0</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View file

@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>23.2-android</version> <version>23.6-android</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>