Blame SOURCES/plexus-component-factories-1.0-alpha-11.pom

fc727d
<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">
fc727d
  <modelVersion>4.0.0</modelVersion>
fc727d
  <parent>
fc727d
    <artifactId>plexus</artifactId>
fc727d
    <groupId>org.codehaus.plexus</groupId>
fc727d
    <version>1.0.11</version>
fc727d
  </parent>
fc727d
  <artifactId>plexus-component-factories</artifactId>
fc727d
  <version>1.0-alpha-11</version>
fc727d
  <name>Plexus Component Factories</name>
fc727d
  <inceptionYear>2001</inceptionYear>
fc727d
  <packaging>pom</packaging>
fc727d
  <dependencies>
fc727d
    <dependency>
fc727d
      <groupId>org.codehaus.plexus</groupId>
fc727d
      <artifactId>plexus-container-default</artifactId>
fc727d
      <version>1.0-alpha-46</version>
fc727d
    </dependency>
fc727d
  </dependencies>
fc727d
  <modules>
fc727d
    <module>plexus-bsh-factory</module>
fc727d
    <module>plexus-ant-factory</module>
fc727d
    
fc727d
    <module>plexus-jruby-factory</module>
fc727d
    -->
fc727d
    <module>plexus-groovy-factory</module>
fc727d
    
fc727d
    
fc727d
  </modules>
fc727d
  <scm> 
fc727d
    <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-component-factories/tags/plexus-component-factories-1.0-alpha-11</connection>
fc727d
    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-component-factories/tags/plexus-component-factories-1.0-alpha-11</developerConnection> 
fc727d
    <url>http://fisheye.codehaus.org/browse/plexus/plexus-component-factories/tags/plexus-component-factories-1.0-alpha-11</url>
fc727d
  </scm>
fc727d
</project>