[jboss-cvs] repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA ...

Paul Gier pgier at redhat.com
Tue Mar 27 17:44:48 EDT 2007


  User: pgier   
  Date: 07/03/27 17:44:48

  Added:       maven2/jboss/jbossretro/1.0.5.GA         
                        jbossretro-1.0.5.GA.pom.md5
                        jbossretro-1.0.5.GA-sources.jar
                        jbossretro-1.0.5.GA.jar.sha1
                        jbossretro-1.0.5.GA-sources.jar.sha1
                        jbossretro-1.0.5.GA.jar
                        jbossretro-1.0.5.GA.pom.sha1
                        jbossretro-1.0.5.GA.jar.md5
                        jbossretro-1.0.5.GA-sources.jar.md5
                        jbossretro-1.0.5.GA.pom
  Log:
  Adding version 1.0.5.GA
  
  Revision  Changes    Path
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.pom.md5
  
  Index: jbossretro-1.0.5.GA.pom.md5
  ===================================================================
  8f9982de238e6a2b161a4a24ae66bbeb
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.jar.sha1
  
  Index: jbossretro-1.0.5.GA.jar.sha1
  ===================================================================
  2aef3cdfbe8e6bdc31a2dd1c377c10fecfd80969
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA-sources.jar.sha1
  
  Index: jbossretro-1.0.5.GA-sources.jar.sha1
  ===================================================================
  e59e4ec3a4557011f0aa9b20313803c99db5db26
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.pom.sha1
  
  Index: jbossretro-1.0.5.GA.pom.sha1
  ===================================================================
  ea2d91780c16be4102b480810fc5958c46dbbb17
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.jar.md5
  
  Index: jbossretro-1.0.5.GA.jar.md5
  ===================================================================
  43bd3ee4ab2e9cfa6a5c886ed1f5620b
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA-sources.jar.md5
  
  Index: jbossretro-1.0.5.GA-sources.jar.md5
  ===================================================================
  6362454f6455428e3129671bff731e38
  
  
  1.1      date: 2007/03/27 21:44:48;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jbossretro/1.0.5.GA/jbossretro-1.0.5.GA.pom
  
  Index: jbossretro-1.0.5.GA.pom
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <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>
      <groupId>jboss</groupId>
      <artifactId>jboss-parent</artifactId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jbossretro</artifactId>
    <packaging>jar</packaging>
    <name>JBoss Retro</name>
    <version>1.0.5.GA</version>
    <description></description>
    <build>
      <sourceDirectory>src/main</sourceDirectory>
      <testSourceDirectory>src/test</testSourceDirectory>
      <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-surefire-plugin</artifactId>
          <configuration>
            <testFailureIgnore>true</testFailureIgnore>
          </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>org.apache.ant</groupId>
        <artifactId>ant</artifactId>
        <version>1.7.0</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list