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/xsd/maven-4.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 [Lite]</name> 14 <description> 15 Lite version of Protocol Buffers library. This version is optimized for code size, but does 16 not guarantee API/ABI stability. 17 </description> 18 19</project> 20