diff --git a/notification/pom.xml b/notification/pom.xml new file mode 100644 index 00000000000..8e84fdd6a4d --- /dev/null +++ b/notification/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + com.google.cloud + google-cloud-notification-samples + 0.0.1-SNAPSHOT + pom + Google Google Cloud Pub/Sub Notifications for GCS Samples Parent + https://github.com/googleapis/java-notification + + Java idiomatic client for Google Cloud Platform services. + + + + + com.google.cloud.samples + shared-configuration + 1.2.0 + + + + 1.8 + 1.8 + UTF-8 + + + + install-without-bom + snapshot + snippets + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + true + + + + + diff --git a/notification/snippets/pom.xml b/notification/snippets/pom.xml new file mode 100644 index 00000000000..78ce6db7663 --- /dev/null +++ b/notification/snippets/pom.xml @@ -0,0 +1,59 @@ + + + 4.0.0 + com.google.cloud + notification-snippets + jar + Google Google Cloud Pub/Sub Notifications for GCS Snippets + https://github.com/googleapis/java-notification + + + + com.google.cloud.samples + shared-configuration + 1.2.0 + + + + 1.8 + 1.8 + UTF-8 + + + + + + com.google.cloud + libraries-bom + 26.1.4 + pom + import + + + + + + + com.google.cloud + google-cloud-notification + + 0.123.21-beta + + + + junit + junit + 4.13.2 + test + + + com.google.truth + truth + 1.1.3 + test + + +