File tree Expand file tree Collapse file tree
google-api-client-android
google-api-client-appengine
google-api-client-assembly
google-api-client-servlet
src/main/java/com/google/api/client/googleapis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >google-api-client-android</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >google-api-client-appengine</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >google-api-client-java6</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >google-api-client-servlet</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.api-client</groupId >
66 <artifactId >google-api-client-parent</artifactId >
7- <version >1.15.0-beta -SNAPSHOT</version >
7+ <version >1.15.0-rc -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >google-api-client</artifactId >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public final class GoogleUtils {
5454 /** Current release version. */
5555 // NOTE: toString() so compiler thinks it isn't a constant, so it won't inline it
5656 public static final String VERSION = (MAJOR_VERSION + "." + MINOR_VERSION + "." + BUGFIX_VERSION
57- + "-beta -SNAPSHOT" ).toString ();
57+ + "-rc -SNAPSHOT" ).toString ();
5858
5959 /** Cached value for {@link #getCertificateTrustStore()}. */
6060 static KeyStore certTrustStore ;
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.google.api-client</groupId >
1111 <artifactId >google-api-client-parent</artifactId >
12- <version >1.15.0-beta -SNAPSHOT</version >
12+ <version >1.15.0-rc -SNAPSHOT</version >
1313 <packaging >pom</packaging >
1414 <name >Parent for the Google API Client Library for Java</name >
1515
472472 <groupId >org.codehaus.mojo</groupId >
473473 <artifactId >clirr-maven-plugin</artifactId >
474474 <configuration >
475- <comparisonVersion >1.14.0 -beta</comparisonVersion >
475+ <comparisonVersion >1.14.1 -beta</comparisonVersion >
476476 <ignoredDifferencesFile >${basedir} /../clirr-ignored-differences.xml</ignoredDifferencesFile >
477477 </configuration >
478478<!-- TODO(yanivi): enable this, but for now disable due to Clirr ArrayList cast bug
489489 </build >
490490 <properties >
491491 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
492- <project .http.version>1.15.0-beta -SNAPSHOT</project .http.version>
493- <project .oauth.version>1.15.0-beta -SNAPSHOT</project .oauth.version>
492+ <project .http.version>1.15.0-rc -SNAPSHOT</project .http.version>
493+ <project .oauth.version>1.15.0-rc -SNAPSHOT</project .oauth.version>
494494 <project .jsr305.version>1.3.9</project .jsr305.version>
495495 <project .gson.version>2.1</project .gson.version>
496496 <project .jackson-core-asl.version>1.9.11</project .jackson-core-asl.version>
You can’t perform that action at this time.
0 commit comments