<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.openurp</groupId>
    <artifactId>openurp-parent</artifactId>
    <version>0.2.27</version>
  </parent>
  <groupId>org.openurp.edu.base</groupId>
  <artifactId>openurp-edu-base-web-parent</artifactId>
  <version>0.0.21</version>
  <packaging>pom</packaging>
  <name>OpenURP Edu Base Web Parent</name>

  <modules>
    <module>adminapp</module>
  </modules>

  <properties>
    <openurp.app.version>0.1.11</openurp.app.version>
    <openurp.api.version>0.8.0</openurp.api.version>
  </properties>

</project>
