pom.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <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">
  2. <parent>
  3. <artifactId>jnpf-datareport</artifactId>
  4. <groupId>com.jnpf</groupId>
  5. <version>5.2.0-RELEASE</version>
  6. </parent>
  7. <modelVersion>4.0.0</modelVersion>
  8. <artifactId>ureport2-core</artifactId>
  9. <dependencies>
  10. </dependencies>
  11. <licenses>
  12. <license>
  13. <name>The Apache License, Version 2.0</name>
  14. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <name>Gaojie</name>
  20. <email>@bstek.com</email>
  21. <organization>Bstek</organization>
  22. <organizationUrl>http://www.bstek.com</organizationUrl>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <connection>scm:git:https://github.com/youseries/ureport.git</connection>
  27. <developerConnection>scm:git:git@github.com:youseries/ureport.git</developerConnection>
  28. <url>https://github.com/youseries/ureport</url>
  29. <tag>ureport2-core-2.2.4</tag>
  30. </scm>
  31. <organization>
  32. <name>Bstek</name>
  33. <url>http://www.bstek.com</url>
  34. </organization>
  35. <name>UReport2 Core Project</name>
  36. <url>https://github.com/youseries/ureport/tree/master/ureport2-core</url>
  37. </project>