Skip to content

Commit 8696641

Browse files
authored
more fixes for Java 7 minimum version (#592)
* more fixes for Java 7 minimum version * one more java 6 reference * one more java 6 reference
1 parent d184f10 commit 8696641

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

google-http-client-apache-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<artifactId>maven-javadoc-plugin</artifactId>
1818
<configuration>
1919
<links>
20-
<link>http://download.oracle.com/javase/6/docs/api/</link>
20+
<link>https://download.oracle.com/javase/7/docs/api/</link>
2121
<link>https://jar-download.com/artifacts/org.codehaus.jackson/jackson-core-asl/${project.jackson-core-asl.version}/documentation</link>
2222
</links>
2323
<doctitle>${project.name} ${project.version}</doctitle>

google-http-client-apache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<artifactId>maven-javadoc-plugin</artifactId>
1818
<configuration>
1919
<links>
20-
<link>http://download.oracle.com/javase/6/docs/api/</link>
20+
<link>https://download.oracle.com/javase/7/docs/api/</link>
2121
<link>https://jar-download.com/artifacts/org.codehaus.jackson/jackson-core-asl/${project.jackson-core-asl.version}/documentation</link>
2222
</links>
2323
<doctitle>${project.name} ${project.version}</doctitle>

google-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Google HTTP Client Library for Java</name>
1313
<description>
1414
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
15-
including Java 6 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
15+
including Java 7 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
1616
</description>
1717

1818
<build>

samples/dailymotion-simple-cmdline-sample/instructions.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ <h3>Browse Online</h3>
1414

1515
<h3>Checkout Instructions</h3>
1616

17-
<p><b>Prerequisites:</b> install <a href="http://java.com">Java 6</a>, <a
18-
href="http://mercurial.selenic.com/">Mercurial</a> and <a
17+
<p><b>Prerequisites:</b> install <a href="https://www.java.com/en/">Java 7 or later</a>, <a
18+
href="http://mercurial.selenic.com/">Mercurial</a>, and <a
1919
href="http://maven.apache.org/download.html">Maven</a>. You may need to set
2020
your <code>JAVA_HOME</code>.</p>
2121

22-
<pre><code>cd <i>[someDirectory]</i>
23-
git clone https://github.com/googleapis/google-http-java-client
22+
<pre><tt>git clone https://github.com/googleapis/google-http-java-client
2423
cd google-http-java-client-samples/dailymotion-simple-cmdline-sample
2524
mvn compile
26-
mvn -q exec:java</code></pre>
25+
mvn -q exec:java</tt></pre>
2726

2827
<h3>Setup Project in Eclipse 3.5/3.6</h3>
2928

0 commit comments

Comments
 (0)