pom.xml 628 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  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>cn.hmsoft</groupId>
  7. <artifactId>ses.parent</artifactId>
  8. <version>1.0</version>
  9. </parent>
  10. <artifactId>ses-model-v1</artifactId>
  11. <version>1.0</version>
  12. <name>ses-model-v1</name>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <groupId>cn.hmsoft</groupId>
  17. </project>