pom.xml 604 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.alibaba.smartfox.eclipse</groupId>
  7. <artifactId>smartfox-eclipse</artifactId>
  8. <version>2.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>com.alibaba.smartfox.eclipse.updatesite</artifactId>
  11. <packaging>eclipse-repository</packaging>
  12. <inceptionYear>2017</inceptionYear>
  13. </project>