.flattened-pom.xml 585 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>io.seata</groupId>
  6. <artifactId>seata-parent</artifactId>
  7. <version>1.6.1</version>
  8. </parent>
  9. <artifactId>seata-metrics</artifactId>
  10. <packaging>pom</packaging>
  11. <name>seata-metrics 1.6.1</name>
  12. <description>metrics top parent for Seata built with Maven</description>
  13. </project>