Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 30d8496

Browse files
author
Daniel Wang
committed
Index: taskqueue-cmdline-sample/pom.xml
===================================================================
1 parent e607414 commit 30d8496

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

taskqueue-cmdline-sample/pom.xml

+11-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
</developer>
4646
</developers>
4747

48+
<!--For testing purposes, before libraries are on Maven Central. Will be removed before committing.-->
49+
<repositories>
50+
<repository>
51+
<id>googleapis</id>
52+
<url>https://google-api-client-libraries.appspot.com/mavenrepo</url>
53+
</repository>
54+
</repositories>
55+
4856
<build>
4957
<plugins>
5058
<plugin>
@@ -114,7 +122,7 @@
114122
<dependency>
115123
<groupId>com.google.apis</groupId>
116124
<artifactId>google-api-services-taskqueue</artifactId>
117-
<version>v1beta2-rev17-1.17.0-rc</version>
125+
<version>v1beta2-rev26-1.18.0-rc-SNAPSHOT</version>
118126
</dependency>
119127
<dependency>
120128
<groupId>com.google.http-client</groupId>
@@ -128,8 +136,8 @@
128136
</dependency>
129137
</dependencies>
130138
<properties>
131-
<project.http.version>1.17.0-rc</project.http.version>
132-
<project.oauth.version>1.17.0-rc</project.oauth.version>
139+
<project.http.version>1.18.0-rc-SNAPSHOT</project.http.version>
140+
<project.oauth.version>1.18.0-rc-SNAPSHOT</project.oauth.version>
133141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
134142
</properties>
135143
</project>

0 commit comments

Comments
 (0)