<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>bap</groupId>
    <artifactId>bap</artifactId>
     <version>V5.7.2</version>
  </parent>
  <artifactId>bap-plugins-org-select</artifactId>
  <version>${versionId}</version>
  <packaging>jar</packaging>
  <scm>
	<connection>scm:svn:svn://192.168.100.27/bap_plugin/bap-plugins-org-select</connection>
  </scm>
<properties>
    <nexus.server.ip>192.168.100.27:3691</nexus.server.ip>
  </properties>

</project>