Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Side by Side Diff: taskqueue-cmdline-sample/pom.xml

Issue 8709047: api samples: Update samples to 1.15.0-rc (Closed) Base URL: https://code.google.com/p/google-api-java-client.samples/
Patch Set: android instructions Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ xsd/maven-4.0.0.xsd"> 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 <parent> 4 <parent>
5 <groupId>com.google</groupId> 5 <groupId>com.google</groupId>
6 <artifactId>google</artifactId> 6 <artifactId>google</artifactId>
7 <version>5</version> 7 <version>5</version>
8 </parent> 8 </parent>
9 <groupId>com.google.apis-samples</groupId> 9 <groupId>com.google.apis-samples</groupId>
10 <artifactId>taskqueue-cmdline-sample</artifactId> 10 <artifactId>taskqueue-cmdline-sample</artifactId>
(...skipping 26 matching lines...) Expand all
37 <email>vibhooti@google.com</email> 37 <email>vibhooti@google.com</email>
38 <organization>Google</organization> 38 <organization>Google</organization>
39 <organizationUrl>http://www.google.com</organizationUrl> 39 <organizationUrl>http://www.google.com</organizationUrl>
40 <roles> 40 <roles>
41 <role>owner</role> 41 <role>owner</role>
42 <role>developer</role> 42 <role>developer</role>
43 </roles> 43 </roles>
44 <timezone>-5</timezone> 44 <timezone>-5</timezone>
45 </developer> 45 </developer>
46 </developers> 46 </developers>
47
47 <build> 48 <build>
48 <plugins> 49 <plugins>
49 <plugin> 50 <plugin>
50 <artifactId>maven-compiler-plugin</artifactId> 51 <artifactId>maven-compiler-plugin</artifactId>
51 <version>2.3.2</version> 52 <version>2.3.2</version>
52 <configuration> 53 <configuration>
53 <source>1.6</source> 54 <source>1.6</source>
54 <target>1.6</target> 55 <target>1.6</target>
55 </configuration> 56 </configuration>
56 </plugin> 57 </plugin>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </execution> 107 </execution>
107 </executions> 108 </executions>
108 </plugin> 109 </plugin>
109 </plugins> 110 </plugins>
110 <finalName>${project.artifactId}-${project.version}</finalName> 111 <finalName>${project.artifactId}-${project.version}</finalName>
111 </build> 112 </build>
112 <dependencies> 113 <dependencies>
113 <dependency> 114 <dependency>
114 <groupId>com.google.apis</groupId> 115 <groupId>com.google.apis</groupId>
115 <artifactId>google-api-services-taskqueue</artifactId> 116 <artifactId>google-api-services-taskqueue</artifactId>
116 <version>v1beta2-rev9-1.14.1-beta</version> 117 <version>v1beta2-rev13-1.15.0-rc</version>
117 </dependency> 118 </dependency>
118 <dependency> 119 <dependency>
119 <groupId>com.google.http-client</groupId> 120 <groupId>com.google.http-client</groupId>
120 <artifactId>google-http-client-jackson2</artifactId> 121 <artifactId>google-http-client-jackson2</artifactId>
121 <version>${project.http.version}</version> 122 <version>${project.http.version}</version>
122 </dependency> 123 </dependency>
123 <dependency> 124 <dependency>
124 <groupId>com.google.oauth-client</groupId> 125 <groupId>com.google.oauth-client</groupId>
125 <artifactId>google-oauth-client-jetty</artifactId> 126 <artifactId>google-oauth-client-jetty</artifactId>
126 <version>${project.oauth.version}</version> 127 <version>${project.oauth.version}</version>
127 </dependency> 128 </dependency>
128 </dependencies> 129 </dependencies>
129 <properties> 130 <properties>
130 <project.http.version>1.14.1-beta</project.http.version> 131 <project.http.version>1.15.0-rc</project.http.version>
131 <project.oauth.version>1.14.1-beta</project.oauth.version> 132 <project.oauth.version>1.15.0-rc</project.oauth.version>
132 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 133 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
133 </properties> 134 </properties>
134 </project> 135 </project>
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b