xref: /aosp_15_r20/external/cronet/third_party/protobuf/java/kotlin-lite/pom_template.xml (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1<?xml version="1.0" encoding="UTF-8"?>
2<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">
3  <modelVersion>4.0.0</modelVersion>
4  <parent>
5    <groupId>{groupId}</groupId>
6    <artifactId>protobuf-parent</artifactId>
7    <version>{version}</version>
8  </parent>
9
10  <artifactId>{artifactId}</artifactId>
11  <packaging>{type}</packaging>
12
13  <name>Protocol Buffers [Kotlin-Lite]</name>
14  <description>
15    Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
16    efficient yet extensible format.
17  </description>
18
19  <properties>
20    <kotlin.version>1.6.0</kotlin.version>
21  </properties>
22</project>
23