1ffe3c632Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2ffe3c632Sopenharmony_ci<project xmlns="http://maven.apache.org/POM/4.0.0" 3ffe3c632Sopenharmony_ci xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4ffe3c632Sopenharmony_ci xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5ffe3c632Sopenharmony_ci <modelVersion>4.0.0</modelVersion> 6ffe3c632Sopenharmony_ci <groupId>com.google.protobuf.compatibility</groupId> 7ffe3c632Sopenharmony_ci <artifactId>compatibility-test-suite</artifactId> 8ffe3c632Sopenharmony_ci <version>2.5.0</version> 9ffe3c632Sopenharmony_ci <name>Protocol Buffer Java API compatibility tests</name> 10ffe3c632Sopenharmony_ci <packaging>pom</packaging> 11ffe3c632Sopenharmony_ci <modules> 12ffe3c632Sopenharmony_ci <module>protos</module> 13ffe3c632Sopenharmony_ci <module>more_protos</module> 14ffe3c632Sopenharmony_ci <module>tests</module> 15ffe3c632Sopenharmony_ci </modules> 16ffe3c632Sopenharmony_ci <properties> 17ffe3c632Sopenharmony_ci <protoc.path>protoc</protoc.path> 18ffe3c632Sopenharmony_ci <protobuf.version>2.5.0</protobuf.version> 19ffe3c632Sopenharmony_ci 20ffe3c632Sopenharmony_ci <protos.protoc.path>${protoc.path}</protos.protoc.path> 21ffe3c632Sopenharmony_ci <protos.protobuf.version>${protobuf.version}</protos.protobuf.version> 22ffe3c632Sopenharmony_ci 23ffe3c632Sopenharmony_ci <more_protos.protoc.path>${protoc.path}</more_protos.protoc.path> 24ffe3c632Sopenharmony_ci <more_protos.protobuf.version>${protobuf.version}</more_protos.protobuf.version> 25ffe3c632Sopenharmony_ci 26ffe3c632Sopenharmony_ci <tests.protobuf.version>${protobuf.version}</tests.protobuf.version> 27ffe3c632Sopenharmony_ci 28ffe3c632Sopenharmony_ci <protobuf.test.source.path>.</protobuf.test.source.path> 29ffe3c632Sopenharmony_ci </properties> 30ffe3c632Sopenharmony_ci</project> 31