This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 45
45
</developer >
46
46
</developers >
47
47
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
+
48
56
<build >
49
57
<plugins >
50
58
<plugin >
114
122
<dependency >
115
123
<groupId >com.google.apis</groupId >
116
124
<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 >
118
126
</dependency >
119
127
<dependency >
120
128
<groupId >com.google.http-client</groupId >
128
136
</dependency >
129
137
</dependencies >
130
138
<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>
133
141
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
134
142
</properties >
135
143
</project >
You can’t perform that action at this time.
0 commit comments