[jboss-cvs] repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2 ...

Paul Gier pgier at redhat.com
Fri Mar 30 14:39:25 EDT 2007


  User: pgier   
  Date: 07/03/30 14:39:25

  Added:       maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2            
                        jboss-retro-maven-plugin-0.5-beta2.pom.md5
                        jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.md5
                        jboss-retro-maven-plugin-0.5-beta2-sources.jar.md5
                        jboss-retro-maven-plugin-0.5-beta2.pom
                        jboss-retro-maven-plugin-0.5-beta2-javadoc.jar
                        jboss-retro-maven-plugin-0.5-beta2-sources.jar
                        jboss-retro-maven-plugin-0.5-beta2.jar.md5
                        jboss-retro-maven-plugin-0.5-beta2.jar
                        jboss-retro-maven-plugin-0.5-beta2-sources.jar.sha1
                        jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.sha1
                        jboss-retro-maven-plugin-0.5-beta2.jar.sha1
                        jboss-retro-maven-plugin-0.5-beta2.pom.sha1
  Log:
  Adding beta2 version of jboss-retro-maven-plugin
  
  Revision  Changes    Path
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.pom.md5
  
  Index: jboss-retro-maven-plugin-0.5-beta2.pom.md5
  ===================================================================
  1531bc8c6536b35977a6315af6c6eaaf
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.md5
  
  Index: jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.md5
  ===================================================================
  24c3ccbe37f0d1d72d17a332e8938a51
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-sources.jar.md5
  
  Index: jboss-retro-maven-plugin-0.5-beta2-sources.jar.md5
  ===================================================================
  3df5c4e5cfd26bdf0800007ae72632c1
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.pom
  
  Index: jboss-retro-maven-plugin-0.5-beta2.pom
  ===================================================================
  <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">
    <parent>
      <artifactId>jboss-parent</artifactId>
      <groupId>jboss</groupId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jboss.maven-plugins</groupId>
    <artifactId>jboss-retro-maven-plugin</artifactId>
    <packaging>maven-plugin</packaging>
    <name>JBoss Retro Maven Plugin</name>
    <version>0.5-beta2</version>
    <url>http://www.jboss.org</url>
    <description>Maven plugin for jboss retro</description>
    <scm>
      <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/maven-plugins/tags/jboss-retro-maven-plugin-0.5-beta2</connection>
    </scm>
    <build>
      <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-release-plugin</artifactId>
          <configuration>
            <tagBase>https://svn.labs.jboss.org/labs/jbossbuild/maven-plugins/tags</tagBase>
          </configuration>
        </plugin>
      </plugins>
    </build>
    <repositories>
      <repository>
        <snapshots />
        <id>jboss</id>
        <name>JBoss Repository</name>
        <url>http://repository.jboss.com/maven2/</url>
      </repository>
    </repositories>
    <dependencies>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-backport-concurrent</artifactId>
        <version>2.1.0.GA</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>javassist</artifactId>
        <version>3.4.ga</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jbossretro</artifactId>
        <version>1.0.5.GA</version>
      </dependency>
      <dependency>
        <groupId>org.apache.ant</groupId>
        <artifactId>ant</artifactId>
        <version>1.7.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-plugin-api</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-project</artifactId>
        <version>2.0.4</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-archiver</artifactId>
        <version>2.2</version>
      </dependency>
      <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>1.2</version>
      </dependency>
    </dependencies>
  </project>
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-javadoc.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.jar.md5
  
  Index: jboss-retro-maven-plugin-0.5-beta2.jar.md5
  ===================================================================
  e173e19abf3b538d3af3c70d9c52927f
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-sources.jar.sha1
  
  Index: jboss-retro-maven-plugin-0.5-beta2-sources.jar.sha1
  ===================================================================
  a9f62ad00aa60cbc35d6b7f8256eb80551ce6ace
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.sha1
  
  Index: jboss-retro-maven-plugin-0.5-beta2-javadoc.jar.sha1
  ===================================================================
  c5f5ae77bebefff6de8e8fb4979016b0bad0c9e8
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.jar.sha1
  
  Index: jboss-retro-maven-plugin-0.5-beta2.jar.sha1
  ===================================================================
  64aaad631e220477429c31670c86e36c61724683
  
  
  1.1      date: 2007/03/30 18:39:25;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/maven-plugins/jboss-retro-maven-plugin/0.5-beta2/jboss-retro-maven-plugin-0.5-beta2.pom.sha1
  
  Index: jboss-retro-maven-plugin-0.5-beta2.pom.sha1
  ===================================================================
  05d46079d5d9b2d1c7de1fd7493888acab961caf
  
  



More information about the jboss-cvs-commits mailing list