jetty.project/jetty-integrations/jetty-gcloud/pom.xml

25 lines
795 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-integrations</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.gcloud</groupId>
<artifactId>jetty-gcloud</artifactId>
<packaging>pom</packaging>
<name>Integrations :: GCloud</name>
<modules>
<module>jetty-gcloud-session-manager</module>
</modules>
<properties>
<gcloud.version>2.19.0</gcloud.version>
<protobuf.version>3.25.2</protobuf.version>
</properties>
</project>