From 64a476ab87e027aeb19ac03c7c22c2da616bfdc3 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 16 Jul 2014 14:53:02 -0700 Subject: [PATCH 01/14] create 1.19 branch in preparation for release From 4b6f37704b0be968683612452583114b605e7b2f Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 16 Jul 2014 18:48:52 -0700 Subject: [PATCH 02/14] http 1.19: Prepare for 1.19.0 release --- google-api-client-android/pom.xml | 2 +- google-api-client-appengine/pom.xml | 2 +- ...> google-api-client-1.19.0.jar.properties} | 0 ...-api-client-android-1.19.0.jar.properties} | 0 ...gle-api-client-gson-1.19.0.jar.properties} | 0 ...api-client-jackson2-1.19.0.jar.properties} | 0 ...api-client-protobuf-1.19.0.jar.properties} | 0 ...ogle-api-client-xml-1.19.0.jar.properties} | 0 ... google-http-client-1.19.0.jar.properties} | 0 ...http-client-android-1.19.0.jar.properties} | 0 ...le-http-client-gson-1.19.0.jar.properties} | 0 ...http-client-jackson-1.19.0.jar.properties} | 0 ...ttp-client-jackson2-1.19.0.jar.properties} | 0 ...ttp-client-protobuf-1.19.0.jar.properties} | 0 ...gle-http-client-xml-1.19.0.jar.properties} | 0 ...google-oauth-client-1.19.0.jar.properties} | 0 ...oogle-api-client-android-dependencies.html | 367 +++++++++++------- ...gle-api-client-appengine-dependencies.html | 335 +++++++++------- .../google-api-client-dependencies.html | 293 ++++++++------ .../google-api-client-gson-dependencies.html | 260 +++++++++---- ...ogle-api-client-jackson2-dependencies.html | 203 ++++++---- .../google-api-client-java6-dependencies.html | 254 ++++++++---- ...ogle-api-client-protobuf-dependencies.html | 260 +++++++++---- ...oogle-api-client-servlet-dependencies.html | 303 ++++++++++----- .../google-api-client-xml-dependencies.html | 272 ++++++++----- ...ogle-http-client-android-dependencies.html | 146 +++---- ...le-http-client-appengine-dependencies.html | 82 ++-- .../google-http-client-dependencies.html | 82 ++-- .../google-http-client-gson-dependencies.html | 60 +-- ...ogle-http-client-jackson-dependencies.html | 60 +-- ...gle-http-client-jackson2-dependencies.html | 60 +-- .../google-http-client-jdo-dependencies.html | 72 ++-- ...gle-http-client-protobuf-dependencies.html | 42 +- .../google-http-client-xml-dependencies.html | 44 +-- ...e-oauth-client-appengine-dependencies.html | 150 +++---- .../google-oauth-client-dependencies.html | 60 +-- ...oogle-oauth-client-java6-dependencies.html | 74 ++-- ...oogle-oauth-client-jetty-dependencies.html | 72 ++-- ...gle-oauth-client-servlet-dependencies.html | 102 ++--- google-api-client-assembly/pom.xml | 2 +- google-api-client-gson/pom.xml | 2 +- google-api-client-jackson2/pom.xml | 2 +- google-api-client-java6/pom.xml | 2 +- google-api-client-protobuf/pom.xml | 2 +- google-api-client-servlet/pom.xml | 2 +- google-api-client-xml/pom.xml | 2 +- google-api-client/pom.xml | 2 +- .../api/client/googleapis/GoogleUtils.java | 2 +- pom.xml | 6 +- 49 files changed, 2190 insertions(+), 1491 deletions(-) rename google-api-client-assembly/android-properties/{google-api-client-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-android-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-android-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-gson-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-gson-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-jackson2-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-protobuf-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-xml-1.19.0-rc-SNAPSHOT.jar.properties => google-api-client-xml-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-android-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-android-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-gson-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-gson-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-jackson-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-jackson-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-jackson2-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-protobuf-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-xml-1.19.0-rc-SNAPSHOT.jar.properties => google-http-client-xml-1.19.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-oauth-client-1.19.0-rc-SNAPSHOT.jar.properties => google-oauth-client-1.19.0.jar.properties} (100%) diff --git a/google-api-client-android/pom.xml b/google-api-client-android/pom.xml index ecdfe857..36acc5ba 100644 --- a/google-api-client-android/pom.xml +++ b/google-api-client-android/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.19.0-rc-SNAPSHOT + 1.19.0 ../pom.xml google-api-client-android diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml index 92d8ed02..585a93d1 100644 --- a/google-api-client-appengine/pom.xml +++ b/google-api-client-appengine/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.19.0-rc-SNAPSHOT + 1.19.0 ../pom.xml google-api-client-appengine diff --git a/google-api-client-assembly/android-properties/google-api-client-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-android-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-android-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-android-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-android-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-gson-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-gson-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-gson-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-gson-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-jackson2-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-jackson2-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-protobuf-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-protobuf-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-xml-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-xml-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-xml-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-xml-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-android-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-android-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-android-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-android-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-gson-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-gson-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-gson-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-gson-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-jackson-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-jackson-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-jackson-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-jackson-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-jackson2-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-jackson2-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-jackson2-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-protobuf-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-protobuf-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-protobuf-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-xml-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-xml-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-xml-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-xml-1.19.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-oauth-client-1.19.0-rc-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-oauth-client-1.19.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-oauth-client-1.19.0-rc-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-oauth-client-1.19.0.jar.properties diff --git a/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html b/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html index 30e93485..b9c39914 100644 --- a/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html +++ b/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -24,8 +24,8 @@
- Last Published: 2014-03-04 -  | Version: 1.19.0-rc-SNAPSHOT + Last Published: 2014-07-16 +  | Version: 1.19.0
@@ -62,14 +62,14 @@

compile

License com.google.api-client -google-api-client -1.19.0-rc-SNAPSHOT +google-api-client +1.19.0 jar The Apache Software License, Version 2.0 com.google.http-client -google-http-client-android -1.19.0-rc-SNAPSHOT +google-http-client-android +1.19.0 jar The Apache Software License, Version 2.0
@@ -108,42 +108,60 @@

compile

Type License +com.fasterxml.jackson.core +jackson-core +2.1.3 +jar +The Apache Software License, Version 2.0 + com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0 + +com.google.guava +guava-jdk5 +13.0 +jar +The Apache Software License, Version 2.0 com.google.http-client -google-http-client -1.19.0-rc-SNAPSHOT +google-http-client +1.19.0 jar The Apache Software License, Version 2.0 -com.google.oauth-client -google-oauth-client -1.19.0-rc-SNAPSHOT +com.google.http-client +google-http-client-jackson2 +1.19.0 jar The Apache Software License, Version 2.0 +com.google.oauth-client +google-oauth-client +1.19.0 +jar +The Apache Software License, Version 2.0 + commons-codec commons-codec 1.3 jar /LICENSE.txt - + commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0 - + org.apache.httpcomponents httpclient 4.0.1 jar ../LICENSE.txt - + org.apache.httpcomponents httpcore 4.0.1 @@ -205,14 +223,14 @@

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache 2: JDO2 API

-

Unknown: transaction-api

-

Apache License: HttpClient, HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Commons Codec, Commons Logging, DataNucleus Core, DataNucleus JDO API plugin, DataNucleus RDBMS, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, JDO extensions to the Google HTTP Client Library for Java., Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-

The GNU General Public License, Version 2: MySQL java connector

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-1.3.9.jar32.24 kB723531.5debug
guava-jdk5-13.0.jar1.71 MB1,3961,372131.5debug
google-http-client-1.19.1-SNAPSHOT.jar265.06 kB241208191.5debug
google-http-client-test-1.19.1-SNAPSHOT.jar51.53 kB594921.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
jdo2-api-2.3-eb.jar188.18 kB22618271.5debug
transaction-api-1.1.jar14.72 kB241821.3debug
junit-4.8.2.jar231.78 kB267230301.5debug
mysql-connector-java-5.1.18.jar771.37 kB279245121.6debug
httpclient-4.0.1.jar284.22 kB266230221.5debug
httpcore-4.0.1.jar168.84 kB181158101.3debug
datanucleus-api-jdo-3.2.1.jar329.11 kB18012661.5debug
datanucleus-core-3.2.2.jar1.72 MB943841501.5debug
datanucleus-rdbms-3.2.1.jar1.69 MB768715291.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
157.68 MB5,1624,5132131.615
compile: 8compile: 1.21 MBcompile: 1,270compile: 935compile: 71-compile: 8
test: 7test: 6.47 MBtest: 3,892test: 3,578test: 142-test: 7
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://people.apache.org/repo/m2-snapshot-repository-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
DN_M2_Repohttp://www.datanucleus.org/downloads/maven2/Yes-
centralhttp://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
com.google.code.findbugs:jsr305:jar:1.3.9---Found at http://repo.maven.apache.org/maven2
com.google.guava:guava-jdk5:jar:13.0---Found at http://repo.maven.apache.org/maven2
com.google.http-client:google-http-client:jar:1.19.1-SNAPSHOT----
com.google.http-client:google-http-client-test:jar:1.19.1-SNAPSHOT----
commons-codec:commons-codec:jar:1.6---Found at http://repo.maven.apache.org/maven2
commons-logging:commons-logging:jar:1.1.1---Found at http://repo.maven.apache.org/maven2
javax.jdo:jdo2-api:jar:2.3-eb--Found at http://www.datanucleus.org/downloads/maven2/Found at http://repo.maven.apache.org/maven2
javax.transaction:transaction-api:jar:1.1---Found at http://repo.maven.apache.org/maven2
junit:junit:jar:4.8.2---Found at http://repo.maven.apache.org/maven2
mysql:mysql-connector-java:jar:5.1.18---Found at http://repo.maven.apache.org/maven2
org.apache.httpcomponents:httpclient:jar:4.0.1---Found at http://repo.maven.apache.org/maven2
org.apache.httpcomponents:httpcore:jar:4.0.1---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-api-jdo:jar:3.2.1---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-core:jar:3.2.2---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-rdbms:jar:3.2.1---Found at http://repo.maven.apache.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
15 (compile: 8, test: 7)00113
- - -
-
-
- - - diff --git a/google-api-client-assembly/dependencies/google-http-client-protobuf-dependencies.html b/google-api-client-assembly/dependencies/google-http-client-protobuf-dependencies.html index 7d3dcb9f..a3239d99 100644 --- a/google-api-client-assembly/dependencies/google-http-client-protobuf-dependencies.html +++ b/google-api-client-assembly/dependencies/google-http-client-protobuf-dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -24,8 +24,8 @@
- Last Published: 2014-07-25 -  | Version: 1.19.1-SNAPSHOT + Last Published: 2014-12-13 +  | Version: 1.19.0
@@ -63,7 +63,7 @@

compile

com.google.http-client google-http-client -1.19.1-SNAPSHOT +1.19.0 jar The Apache Software License, Version 2.0 @@ -153,7 +153,7 @@

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache 2: JDO2 API

+

Unknown: transaction-api

+

Apache License: HttpClient, HttpCore

+

Common Public License Version 1.0: JUnit

+

The Apache Software License, Version 2.0: Commons Codec, Commons Logging, DataNucleus Core, DataNucleus JDO API plugin, DataNucleus RDBMS, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, JDO extensions to the Google HTTP Client Library for Java., Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

+

The GNU General Public License, Version 2: MySQL java connector

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-1.3.9.jar32.24 kB723531.5debug
guava-jdk5-13.0.jar1.71 MB1,3961,372131.5debug
google-http-client-1.19.0.jar265.04 kB241208191.5debug
google-http-client-test-1.19.0.jar51.52 kB594921.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
jdo2-api-2.3-eb.jar188.18 kB22618271.5debug
transaction-api-1.1.jar14.72 kB241821.3debug
junit-4.8.2.jar231.78 kB267230301.5debug
mysql-connector-java-5.1.18.jar771.37 kB279245121.6debug
httpclient-4.0.1.jar284.22 kB266230221.5debug
httpcore-4.0.1.jar168.84 kB181158101.3debug
datanucleus-api-jdo-3.2.1.jar329.11 kB18012661.5debug
datanucleus-core-3.2.2.jar1.72 MB943841501.5debug
datanucleus-rdbms-3.2.1.jar1.69 MB768715291.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
157.68 MB5,1624,5132131.615
compile: 8compile: 1.21 MBcompile: 1,270compile: 935compile: 71-compile: 8
test: 7test: 6.47 MBtest: 3,892test: 3,578test: 142-test: 7
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
apache.snapshotshttp://people.apache.org/repo/m2-snapshot-repository-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
DN_M2_Repohttp://www.datanucleus.org/downloads/maven2/Yes-
centralhttp://repo.maven.apache.org/maven2Yes-
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
com.google.code.findbugs:jsr305:jar:1.3.9---Found at http://repo.maven.apache.org/maven2
com.google.guava:guava-jdk5:jar:13.0---Found at http://repo.maven.apache.org/maven2
com.google.http-client:google-http-client:jar:1.19.0---Found at http://repo.maven.apache.org/maven2
com.google.http-client:google-http-client-test:jar:1.19.0---Found at http://repo.maven.apache.org/maven2
commons-codec:commons-codec:jar:1.6---Found at http://repo.maven.apache.org/maven2
commons-logging:commons-logging:jar:1.1.1---Found at http://repo.maven.apache.org/maven2
javax.jdo:jdo2-api:jar:2.3-eb--Found at http://www.datanucleus.org/downloads/maven2/Found at http://repo.maven.apache.org/maven2
javax.transaction:transaction-api:jar:1.1---Found at http://repo.maven.apache.org/maven2
junit:junit:jar:4.8.2---Found at http://repo.maven.apache.org/maven2
mysql:mysql-connector-java:jar:5.1.18---Found at http://repo.maven.apache.org/maven2
org.apache.httpcomponents:httpclient:jar:4.0.1---Found at http://repo.maven.apache.org/maven2
org.apache.httpcomponents:httpcore:jar:4.0.1---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-api-jdo:jar:3.2.1---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-core:jar:3.2.2---Found at http://repo.maven.apache.org/maven2
org.datanucleus:datanucleus-rdbms:jar:3.2.1---Found at http://repo.maven.apache.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
15 (compile: 8, test: 7)00115
+ + +
+
+
+ + + From 8a7315abaf6eb03cda1874c5203522f04eae1936 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Mon, 22 Dec 2014 12:32:05 -0800 Subject: [PATCH 13/14] Add plugin configuration to maven-release-plugin --- pom.xml | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/pom.xml b/pom.xml index 5c4f9d75..e2e05e8e 100644 --- a/pom.xml +++ b/pom.xml @@ -299,58 +299,6 @@ -Psonatype-oss-release ${arguments} - - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - forked-path - true - -Psonatype-oss-release ${arguments} - - - - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - forked-path - true - -Psonatype-oss-release ${arguments} - - - - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - forked-path - true - -Psonatype-oss-release ${arguments} - - - - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - forked-path - true - -Psonatype-oss-release ${arguments} - - maven-assembly-plugin 2.2 From ee526eee48187129b8e2c948c8537ada33d79f92 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Mon, 22 Dec 2014 12:34:23 -0800 Subject: [PATCH 14/14] Added tag 1.19.1 for changeset 98d3a693740d