<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.beangle</groupId>
    <artifactId>beangle-java-parent</artifactId>
    <version>10</version>
  </parent>
  <groupId>org.beangle</groupId>
  <artifactId>beangle-library-parent</artifactId>
  <packaging>pom</packaging>
  <version>3.5.3</version>
  <name>Beangle Library Parent</name>

  <url>https://github.com/beangle/library</url>

  <issueManagement>
    <system>github</system>
    <url>https://github.com/beangle/library/issues</url>
  </issueManagement>

  <scm>
    <connection>scm:git:git://github.com/beangle/library.git</connection>
    <developerConnection>scm:git:git@github.com:beangle/library.git</developerConnection>
    <url>https://github.com/beangle/library</url>
  </scm>

  <properties>
    <spring.version>3.1.1.RELEASE</spring.version>
  </properties>

  <modules>
    <module>commons</module>
    <module>ioc</module>
    <module>orm</module>
    <module>security</module>
    <module>struts2</module>
    <module>test</module>
  </modules>
</project>
