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

Side by Side Diff: adsensehost-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: Revert .prefs changes 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>adsensehost-cmdline-sample</artifactId> 10 <artifactId>adsensehost-cmdline-sample</artifactId>
(...skipping 26 matching lines...) Expand all
37 <email>sgomes@google.com</email> 37 <email>sgomes@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>0</timezone> 44 <timezone>0</timezone>
45 </developer> 45 </developer>
46 </developers> 46 </developers>
47 <build> 47 <!--For testing purposes, before libraries are on Maven Central. Will be remov ed before committing.-->
48 <repositories>
49 <repository>
50 <id>googleapis</id>
51 <url>https://google-api-client-libraries.appspot.com/mavenrepo</url>
52 </repository>
53 </repositories>
54 ··
55 <build>
48 <plugins> 56 <plugins>
49 <plugin> 57 <plugin>
50 <artifactId>maven-compiler-plugin</artifactId> 58 <artifactId>maven-compiler-plugin</artifactId>
51 <version>2.3.2</version> 59 <version>2.3.2</version>
52 <configuration> 60 <configuration>
53 <source>1.6</source> 61 <source>1.6</source>
54 <target>1.6</target> 62 <target>1.6</target>
55 </configuration> 63 </configuration>
56 </plugin> 64 </plugin>
57 <plugin> 65 <plugin>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </execution> 114 </execution>
107 </executions> 115 </executions>
108 </plugin> 116 </plugin>
109 </plugins> 117 </plugins>
110 <finalName>${project.artifactId}-${project.version}</finalName> 118 <finalName>${project.artifactId}-${project.version}</finalName>
111 </build> 119 </build>
112 <dependencies> 120 <dependencies>
113 <dependency> 121 <dependency>
114 <groupId>com.google.apis</groupId> 122 <groupId>com.google.apis</groupId>
115 <artifactId>google-api-services-adsensehost</artifactId> 123 <artifactId>google-api-services-adsensehost</artifactId>
116 <version>v4.1-rev28-1.14.1-beta</version> 124 <version>v4.1-rev32-1.15.0-rc-SNAPSHOT</version>
117 </dependency> 125 </dependency>
118 <dependency> 126 <dependency>
119 <groupId>com.google.http-client</groupId> 127 <groupId>com.google.http-client</groupId>
120 <artifactId>google-http-client-jackson2</artifactId> 128 <artifactId>google-http-client-jackson2</artifactId>
121 <version>${project.http.version}</version> 129 <version>${project.http.version}</version>
122 </dependency> 130 </dependency>
123 <dependency> 131 <dependency>
124 <groupId>com.google.oauth-client</groupId> 132 <groupId>com.google.oauth-client</groupId>
125 <artifactId>google-oauth-client-jetty</artifactId> 133 <artifactId>google-oauth-client-jetty</artifactId>
126 <version>${project.oauth.version}</version> 134 <version>${project.oauth.version}</version>
127 </dependency> 135 </dependency>
128 </dependencies> 136 </dependencies>
129 <properties> 137 <properties>
130 <project.http.version>1.14.1-beta</project.http.version> 138 <project.http.version>1.15.0-rc-SNAPSHOT</project.http.version>
131 <project.oauth.version>1.14.1-beta</project.oauth.version> 139 <project.oauth.version>1.15.0-rc-SNAPSHOT</project.oauth.version>
132 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 140 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
133 </properties> 141 </properties>
134 </project> 142 </project>
OLDNEW

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