Skip to content

Commit 6fdc772

Browse files
committed
ls
1 parent 5a98a32 commit 6fdc772

39 files changed

+136
-4765
lines changed

language/analysis/pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ limitations under the License.
2020
<groupId>com.google.cloud.language.samples</groupId>
2121
<artifactId>entities</artifactId>
2222

23+
<repositories>
24+
<repository>
25+
<id>project.local</id>
26+
<name>project</name>
27+
<url>file://${project.basedir}/repo</url>
28+
</repository>
29+
</repositories>
2330
<dependencies>
2431
<!-- [START dependencies] -->
2532
<dependency>
2633
<groupId>com.google.apis</groupId>
2734
<artifactId>google-api-services-language</artifactId>
28-
<version>v1beta1-rev10-1.22.0</version>
35+
<version>v1-rev20161006-1.22.0-SNAPSHOT</version>
2936
</dependency>
3037
<dependency>
3138
<groupId>com.google.api-client</groupId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>com.google.apis</groupId>
4+
<artifactId>google-api-services-language</artifactId>
5+
<versioning>
6+
<versions>
7+
<version>v1-rev20161006-1.22.0-SNAPSHOT</version>
8+
</versions>
9+
<lastUpdated>20161108212654</lastUpdated>
10+
</versioning>
11+
</metadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4319151da70b7ad3e08023917ea3e6ab
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
362cb358879206865bca32761d0c66e5d7b0f7e4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f4a9a11d1d7ff282b28ac513881e039c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c9c57864df79e3529b318c5f484a812159d0509f
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>org.sonatype.oss</groupId>
5+
<artifactId>oss-parent</artifactId>
6+
<version>7</version>
7+
</parent>
8+
9+
<groupId>com.google.apis</groupId>
10+
<artifactId>google-api-services-language</artifactId>
11+
<version>v1-rev20161006-1.22.0-SNAPSHOT</version>
12+
<name>Google Cloud Natural Language API v1-rev20161006-1.22.0-SNAPSHOT</name>
13+
<packaging>jar</packaging>
14+
15+
<inceptionYear>2011</inceptionYear>
16+
17+
<organization>
18+
<name>Google</name>
19+
<url>http://www.google.com/</url>
20+
</organization>
21+
22+
<licenses>
23+
<license>
24+
<name>The Apache Software License, Version 2.0</name>
25+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26+
<distribution>repo</distribution>
27+
</license>
28+
</licenses>
29+
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<artifactId>maven-compiler-plugin</artifactId>
34+
<version>2.3.2</version>
35+
<configuration>
36+
<source>1.5</source>
37+
<target>1.5</target>
38+
</configuration>
39+
</plugin>
40+
<plugin>
41+
<artifactId>maven-jar-plugin</artifactId>
42+
<version>2.3.1</version>
43+
<configuration>
44+
<archive>
45+
<manifestEntries>
46+
<Built-By>Google</Built-By>
47+
<Build-Jdk>1.6.x</Build-Jdk>
48+
</manifestEntries>
49+
</archive>
50+
</configuration>
51+
</plugin>
52+
<plugin>
53+
<artifactId>maven-javadoc-plugin</artifactId>
54+
<version>2.7</version>
55+
<configuration>
56+
<doctitle>Google Cloud Natural Language API ${project.version}</doctitle>
57+
<windowtitle>Google Cloud Natural Language API ${project.version}</windowtitle>
58+
<links>
59+
<link>http://docs.oracle.com/javase/7/docs/api</link>
60+
61+
<link>http://javadoc.google-http-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link>
62+
63+
<link>http://javadoc.google-oauth-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link>
64+
65+
<link>http://javadoc.google-api-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link>
66+
</links>
67+
</configuration>
68+
</plugin>
69+
</plugins>
70+
<sourceDirectory>.</sourceDirectory>
71+
</build>
72+
73+
<dependencies>
74+
<dependency>
75+
<groupId>com.google.api-client</groupId>
76+
<artifactId>google-api-client</artifactId>
77+
<version>1.22.0</version>
78+
</dependency>
79+
</dependencies>
80+
81+
<properties>
82+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83+
</properties>
84+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4f1514e520c530af2dde92e5d5314505
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5497cb253f4970c2ec580e223cd6645e44118020
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata modelVersion="1.1.0">
3+
<groupId>com.google.apis</groupId>
4+
<artifactId>google-api-services-language</artifactId>
5+
<version>v1-rev20161006-1.22.0-SNAPSHOT</version>
6+
<versioning>
7+
<snapshot>
8+
<timestamp>20161108.212654</timestamp>
9+
<buildNumber>1</buildNumber>
10+
</snapshot>
11+
<lastUpdated>20161108212654</lastUpdated>
12+
<snapshotVersions>
13+
<snapshotVersion>
14+
<extension>jar</extension>
15+
<value>v1-rev20161006-1.22.0-20161108.212654-1</value>
16+
<updated>20161108212654</updated>
17+
</snapshotVersion>
18+
<snapshotVersion>
19+
<extension>pom</extension>
20+
<value>v1-rev20161006-1.22.0-20161108.212654-1</value>
21+
<updated>20161108212654</updated>
22+
</snapshotVersion>
23+
</snapshotVersions>
24+
</versioning>
25+
</metadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
216f6d6fc6377402c3a7d5e7db6c4f72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7abdb11ecf7f10474b621c4902ceb6a8b0b93e4

0 commit comments

Comments
 (0)