You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 rivejä
787 B

2 vuotta sitten
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>febs-cloud</artifactId>
  7. <groupId>cc.mrbird</groupId>
  8. <version>2.2-RELEASE</version>
  9. <relativePath>../febs-cloud/pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <artifactId>febs-apm</artifactId>
  13. <version>2.2-RELEASE</version>
  14. <packaging>pom</packaging>
  15. <name>FEBS-APM</name>
  16. <description>FEBS-APM(Application Performance Monitor)</description>
  17. <modules>
  18. <module>febs-admin</module>
  19. </modules>
  20. </project>