From b6b89d0739cac1948d71332e2741981607fceb09 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 13 Jan 2020 10:49:49 -0800 Subject: [PATCH] deps: fix dependency declarations, add parent pom --- google-cloud-nio-examples/pom.xml | 8 +- google-cloud-nio/pom.xml | 7 +- pom.xml | 204 ++++++++++++++++++++++++++++++ versions.txt | 4 + 4 files changed, 215 insertions(+), 8 deletions(-) create mode 100644 pom.xml create mode 100644 versions.txt diff --git a/google-cloud-nio-examples/pom.xml b/google-cloud-nio-examples/pom.xml index a8cd16c1..e798a82c 100644 --- a/google-cloud-nio-examples/pom.xml +++ b/google-cloud-nio-examples/pom.xml @@ -2,17 +2,17 @@ 4.0.0 google-cloud-nio-examples - 0.120.1-alpha-SNAPSHOT + 0.120.1-alpha-SNAPSHOT jar Google Cloud NIO Examples - https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples + https://github.com/googleapis/java-storage-nio Demonstrates how to use the google-cloud-nio jar to add Google Cloud Storage functionality to legacy code. com.google.cloud - google-cloud-contrib - 0.120.1-alpha-SNAPSHOT + google-cloud-nio-parent + 0.120.1-alpha-SNAPSHOT google-cloud-nio-examples diff --git a/google-cloud-nio/pom.xml b/google-cloud-nio/pom.xml index ebe34d09..4475898e 100644 --- a/google-cloud-nio/pom.xml +++ b/google-cloud-nio/pom.xml @@ -5,14 +5,14 @@ 0.120.1-alpha-SNAPSHOT jar Google Cloud NIO - https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio + https://github.com/googleapis/java-storage-nio FileSystemProvider for Java NIO to access Google Cloud Storage transparently. com.google.cloud - google-cloud-contrib - 0.120.1-alpha-SNAPSHOT + google-cloud-nio-parent + 0.120.1-alpha-SNAPSHOT google-cloud-nio @@ -21,7 +21,6 @@ com.google.cloud google-cloud-storage - 1.102.1-SNAPSHOT javax.inject diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..142b9bfa --- /dev/null +++ b/pom.xml @@ -0,0 +1,204 @@ + + + 4.0.0 + com.google.cloud + google-cloud-nio-parent + pom + 0.120.1-alpha-SNAPSHOT + Storage Parent + https://github.com/googleapis/java-storage-nio + + FileSystemProvider for Java NIO to access Google Cloud Storage transparently. + + + + com.google.cloud + google-cloud-shared-config + 0.4.0 + + + + + jart + Justine Tunney + jart@google.com + Google + + Developer + + + + jean-philippe-martin + Jean-Philippe Martin + jpmartin@verily.com + Verily + + Developer + + + + + Google LLC + + + scm:git:git@github.com:googleapis/java-storage-nio.git + scm:git:git@github.com:googleapis/java-storage-nio.git + https://github.com/googleapis/java-storage-nio + HEAD + + + https://github.com/googleapis/java-storage-nio/issues + GitHub Issues + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + UTF-8 + UTF-8 + github + google-cloud-storage-nio-parent + 4.13 + 28.1-android + + + + + + com.google.cloud + google-cloud-storage + 1.103.0 + + + com.google.auto.value + auto-value + provided + 1.7 + + + com.google.protobuf + protobuf-bom + 3.11.1 + pom + import + + + + junit + junit + ${junit.version} + test + + + com.google.truth + truth + 1.0 + test + + + com.google.guava + guava-testlib + ${guava.version} + test + + + + + + google-cloud-nio + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.0.0 + + + + index + dependency-info + team + ci-management + issue-management + licenses + scm + dependency-management + distribution-management + summary + modules + + + + + true + ${site.installationModule} + jar + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + html + + aggregate + javadoc + + + + + none + protected + true + ${project.build.directory}/javadoc + + + Test helpers packages + com.google.cloud.testing + + + SPI packages + com.google.cloud.spi* + + + + + https://grpc.io/grpc-java/javadoc/ + https://developers.google.com/protocol-buffers/docs/reference/java/ + https://googleapis.dev/java/google-auth-library/latest/ + https://googleapis.dev/java/gax/latest/ + https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/ + + + + + + + + + include-samples + + samples + google-cloud-nio-examples + + + + \ No newline at end of file diff --git a/versions.txt b/versions.txt new file mode 100644 index 00000000..7a974d25 --- /dev/null +++ b/versions.txt @@ -0,0 +1,4 @@ +# Format: +# module:released-version:current-version + +google-cloud-nio:0.120.0:0.120.1-alpha-SNAPSHOT \ No newline at end of file