diff options
| author | maxim-yurchuk <[email protected]> | 2024-10-09 12:29:46 +0300 |
|---|---|---|
| committer | maxim-yurchuk <[email protected]> | 2024-10-09 13:14:22 +0300 |
| commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
| tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/java/com/google/api | |
| parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/java/com/google/api')
| -rw-r--r-- | contrib/java/com/google/api/grpc/proto-google-common-protos/2.9.0/pom.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/contrib/java/com/google/api/grpc/proto-google-common-protos/2.9.0/pom.xml b/contrib/java/com/google/api/grpc/proto-google-common-protos/2.9.0/pom.xml new file mode 100644 index 00000000000..72e82b5cbd0 --- /dev/null +++ b/contrib/java/com/google/api/grpc/proto-google-common-protos/2.9.0/pom.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>com.google.api.grpc</groupId> + <artifactId>proto-google-common-protos</artifactId> + <version>2.9.0</version> + <name>proto-google-common-protos</name> + <description>PROTO library for proto-google-common-protos</description> + <url>https://github.com/googleapis/java-iam/proto-google-common-protos</url> + <organization> + <name>Google LLC</name> + </organization> + <licenses> + <license> + <name>Apache-2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + <developers> + <developer> + <id>chingor</id> + <name>Jeff Ching</name> + <email>[email protected]</email> + <organization>Google</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:[email protected]:googleapis/java-common-protos.git/proto-google-common-protos</connection> + <developerConnection>scm:[email protected]:googleapis/java-common-protos.git/proto-google-common-protos</developerConnection> + <url>https://github.com/googleapis/java-common-protos/proto-google-common-protos</url> + </scm> + <issueManagement> + <system>GitHub Issues</system> + <url>https://github.com/googleapis/java-common-protos/issues</url> + </issueManagement> + <distributionManagement> + <repository> + <id>sonatype-nexus-staging</id> + <url>https://google.google.oss.sonatype.org/service/local/staging/deploy/maven2/</url> + </repository> + <snapshotRepository> + <id>sonatype-nexus-snapshots</id> + <url>https://google.google.oss.sonatype.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> + <dependencies> + <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> + <version>3.21.1</version> + <scope>compile</scope> + <optional>false</optional> + </dependency> + </dependencies> +</project> |
