[jboss-cvs] repository.jboss.com/maven2/jboss/jboss-common-core/2.0.4.Alpha ...

Scott Stark scott.stark at jboss.com
Tue Jan 2 02:29:11 EST 2007


  User: starksm 
  Date: 07/01/02 02:29:11

  Added:       maven2/jboss/jboss-common-core/2.0.4.Alpha   
                        jboss-common-core-2.0.4.Alpha-sources.jar
                        jboss-common-core-2.0.4.Alpha.jar
                        jboss-common-core-2.0.4.Alpha.pom
  Log:
  A 2.0.4.Alpha common-core release
  
  Revision  Changes    Path
  1.1      date: 2007/01/02 07:29:11;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-common-core/2.0.4.Alpha/jboss-common-core-2.0.4.Alpha-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/01/02 07:29:11;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-common-core/2.0.4.Alpha/jboss-common-core-2.0.4.Alpha.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/01/02 07:29:11;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-common-core/2.0.4.Alpha/jboss-common-core-2.0.4.Alpha.pom
  
  Index: jboss-common-core-2.0.4.Alpha.pom
  ===================================================================
  <?xml version="1.0"?><project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jboss</groupId>
    <artifactId>jboss-common-core</artifactId>
    <name>JBoss Common Classes</name>
    <version>2.0.4.Alpha</version>
    <description>A set of commonly used classed classes</description>
    <url>http://www.jboss.org</url>
    <licenses>
      <license>
        <name>lgpl</name>
        <url>http://repository.jboss.com/licenses/lgpl.txt</url>
      </license>
    </licenses>
    <organization>
      <name>JBoss Inc.</name>
      <url>http://www.jboss.org</url>
    </organization>
    <build>
      <sourceDirectory>src/main/java</sourceDirectory>
      <finalName>${artifactId}</finalName>
      <plugins>
        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0</version>
          <configuration>
            <optimize>true</optimize>
            <source>1.5</source>
            <target>1.5</target>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-jar-plugin</artifactId>
          <configuration>
            <archive>
              <manifest>
                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
              </manifest>
            </archive>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-source-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>jar</goal>
              </goals>
            </execution>
          </executions>
          <inherited>true</inherited>
        </plugin>
      </plugins>
    </build>
    <repositories>
      <repository>
        <snapshots />
        <id>jboss</id>
        <name>JBoss Inc. Repository</name>
        <url>http://repository.jboss.com/maven2/</url>
      </repository>
    </repositories>
    <pluginRepositories>
      <pluginRepository>
        <snapshots>
          <enabled>false</enabled>
          <updatePolicy>never</updatePolicy>
        </snapshots>
        <id>jbosspluginrepo</id>
        <name>jboss plugin repository</name>
        <url>http://repository.jboss.com/maven2</url>
      </pluginRepository>
    </pluginRepositories>
    <dependencies>
      <dependency>
        <groupId>apache-xerces</groupId>
        <artifactId>xml-apis</artifactId>
        <version>2.7.1</version>
      </dependency>
      <dependency>
        <groupId>apache-httpclient</groupId>
        <artifactId>commons-httpclient</artifactId>
        <version>2.0.2</version>
      </dependency>
      <dependency>
        <groupId>oswego-concurrent</groupId>
        <artifactId>concurrent</artifactId>
        <version>1.3.4</version>
      </dependency>
      <dependency>
        <groupId>apache-slide</groupId>
        <artifactId>webdavlib</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-logging-spi</artifactId>
        <version>(,2.0.2.GA]</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-test</artifactId>
        <version>(,1.0.1.GA]</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
    <distributionManagement>
      <repository>
        <id>cvs-file-repository</id>
        <url>file://${maven.cvs.root}</url>
      </repository>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  



More information about the jboss-cvs-commits mailing list