Skip to content

Commit

Permalink
Corrected internal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Mar 1, 2021
1 parent f03b993 commit d5e904f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hadoop-uber-jar-invoker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.netarchivesuite</groupId>
<artifactId>netarchivesuite</artifactId>
<version>5.7-IIPCH3-SNAPSHOT</version>
<version>6.1-SNAPSHOT</version>
</parent>

<artifactId>hadoop-uber-jar-invoker</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.netarchivesuite</groupId>
<artifactId>hadoop-uber-jar</artifactId>
<version>5.7-IIPCH3-SNAPSHOT</version>
<version>6.1-SNAPSHOT</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-uber-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>netarchivesuite</artifactId>
<groupId>org.netarchivesuite</groupId>
<version>5.7-IIPCH3-SNAPSHOT</version>
<version>6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 4 additions & 2 deletions harvester/heritrix3/heritrix3-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@
<url>http://maven.apache.org</url>

<dependencies>
<dependency>
<!--Fixes a warning from hbase during build about jdk.tools not being found-->
<!--Fixes a warning from hbase during build about jdk.tools not being found-->
<!--<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
<version>1.8</version>
</dependency>
-->

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-core</artifactId>
Expand Down

0 comments on commit d5e904f

Please sign in to comment.