<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.codehaus.plexus</groupId>
    <artifactId>plexus-components</artifactId>
    <version>1.1.7</version>
  </parent>

  <artifactId>plexus-expression-evaluator</artifactId>
  <version>1.0-rc1</version>
  <name>Plexus Expression Evaluator Components</name>
  <packaging>jar</packaging>

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>descriptor</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>scm:svn:http://svn.codehaus.org/plexus/tags/plexus-expression-evaluator-1.0-rc1</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-expression-evaluator-1.0-rc1</developerConnection>
    <url>http://fisheye.codehaus.org/browse/plexus/tags/plexus-expression-evaluator-1.0-rc1</url>
  </scm>
</project>