Skip to content
Closed

1.5 #114

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
51de154
Change Maven groupId to com.google.oauth-client & some minor release …
Jul 26, 2011
3702715
Fixes to AccessProtectedResources and subclasses.
Jul 26, 2011
c91b1b3
Use a Maven version range for HTTP project dependency
Jul 27, 2011
639b317
Dependency on http extensions android2 and android3; predictable vers…
Jul 28, 2011
f1add95
maven-release-plugin: change tagNameFormat
Jul 29, 2011
bbcb351
Backed out changeset 2d079162d7e1
Jul 29, 2011
667bb59
[maven-release-plugin] prepare release 1.5.0-alpha
Jul 29, 2011
c6de972
[maven-release-plugin] copy for tag 1.5.0-alpha
Jul 29, 2011
1c42c95
[maven-release-plugin] prepare for next development iteration
Jul 29, 2011
1025392
[maven-release-plugin] prepare release 1.5.0-beta
Jul 29, 2011
fbe3d1d
[maven-release-plugin] copy for tag 1.5.0-beta
Jul 29, 2011
fa57cb9
[maven-release-plugin] prepare for next development iteration
Jul 29, 2011
db1d47d
start next bug fix release
Jul 29, 2011
e329f17
[Issue 13] Missing JavaDoc link
Sep 23, 2011
7f2ffcb
Allow refreshToken to be null in OAuth2Credential and AccessProtected…
rmistry Oct 17, 2011
fa7ffdd
[maven-release-plugin] prepare release 1.5.1-beta
rmistry Oct 17, 2011
ede4edb
[maven-release-plugin] copy for tag 1.5.1-beta
rmistry Oct 17, 2011
d0649e1
[maven-release-plugin] prepare for next development iteration
rmistry Oct 17, 2011
13a395d
start next bug fix version
rmistry Oct 17, 2011
ab54010
Point to google-http-java-client 1.5.3-beta
rmistry Oct 23, 2011
c3c1c81
[maven-release-plugin] prepare release 1.5.2-beta
rmistry Oct 23, 2011
4620d12
[maven-release-plugin] copy for tag 1.5.2-beta
rmistry Oct 23, 2011
5036ec1
[maven-release-plugin] prepare for next development iteration
rmistry Oct 23, 2011
c4d8edf
start next bug fix version
rmistry Oct 23, 2011
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Issue 13] Missing JavaDoc link
  • Loading branch information
Yaniv Inbar committed Sep 23, 2011
commit e329f175b1753c183b6e4c65705ba64580bb97c0
3 changes: 2 additions & 1 deletion google-oauth-client-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
<links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
<link>http://code.google.com/appengine/docs/java/javadoc</link>
<link>http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta</link>
</links>
<doctitle>${project.name} ${project.version}</doctitle>
<windowtitle>${project.name} ${project.version}</windowtitle>
<windowtitle>${project.artifactId} ${project.version}</windowtitle>
</configuration>
</plugin>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion google-oauth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
<link>http://jackson.codehaus.org/1.6.6/javadoc</link>
<link>http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs</link>
<link>http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta</link>
</links>
<doctitle>${project.name} ${project.version}</doctitle>
<windowtitle>${project.name} ${project.version}</windowtitle>
<windowtitle>${project.artifactId} ${project.version}</windowtitle>
</configuration>
</plugin>
<plugin>
Expand Down
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>google-oauth-client-parent</artifactId>
<version>1.5.1-beta-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent for the Google OAuth Client Library for Java</name>
<name>Google OAuth Client Library for Java</name>

<url>http://code.google.com/p/google-oauth-java-client/</url>

Expand Down Expand Up @@ -227,6 +227,13 @@
</goals>
<phase>site</phase>
<configuration>
<links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
<link>http://code.google.com/appengine/docs/java/javadoc</link>
<link>http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta</link>
</links>
<doctitle>${project.name} ${project.version}</doctitle>
<windowtitle>${project.groupId} ${project.version}</windowtitle>
<groups>
<group>
<title>google-oauth-client</title>
Expand Down