[jboss-cvs] jboss-seam/build/embedded ...

Peter Muir peter at bleepbleep.org.uk
Wed Dec 5 11:37:16 EST 2007


  User: pmuir   
  Date: 07/12/05 11:37:16

  Modified:    build/embedded        jboss-embedded-all.pom.xml
                        hibernate-all.pom.xml thirdparty-all.pom.xml
  Added:       build/embedded        jboss-embedded.pom.xml
  Removed:     build/embedded        jboss-embedded-api.pom.xml
                        jboss-deployers.pom.xml build.xml.patch
  Log:
  Upgrade to snapshot of embedded beta3 - jms is broken in this snapshot
  
  Revision  Changes    Path
  1.2       +6 -3      jboss-seam/build/embedded/jboss-embedded-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-embedded-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/jboss-embedded-all.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-embedded-all.pom.xml	30 Nov 2007 12:25:39 -0000	1.1
  +++ jboss-embedded-all.pom.xml	5 Dec 2007 16:37:16 -0000	1.2
  @@ -5,15 +5,18 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.embedded</groupId>
     <artifactId>jboss-embedded-all</artifactId>
  -  <version>beta2</version>
  +  <version>beta3-SNAPSHOT</version>
     <description>The jboss-embedded-all.jar distributed with JBoss Embedded.  This contains all depdencies
     from JBoss AS that originate in JBoss.  This jar has has the org.jboss.embedded packages split out.</description>
     
     <dependencies>
     	<dependency>
     		<groupId>org.jboss.embedded</groupId>
  -  		<artifactId>jboss-embedded-api</artifactId>
  -  		<version>beta2</version>
  +  		<artifactId>jboss-embedded</artifactId>
  +  		<version>beta3-SNAPSHOT</version>
  +        <exclusions>
  +          <exclusion></exclusion>
  +        </exclusions>
     	</dependency>
     </dependencies>
   </project>
  
  
  
  1.2       +1 -1      jboss-seam/build/embedded/hibernate-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/hibernate-all.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hibernate-all.pom.xml	30 Nov 2007 12:25:39 -0000	1.1
  +++ hibernate-all.pom.xml	5 Dec 2007 16:37:16 -0000	1.2
  @@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.embedded</groupId>
     <artifactId>hibernate-all</artifactId>
  -  <version>beta2</version>
  +  <version>beta3-SNAPSHOT</version>
     <description>The hibernate-all.jar distributed with JBoss Embedded.  This contains Hibernate
     for running in an EJB3 enviroment.</description>
   </project>
  
  
  
  1.2       +1 -1      jboss-seam/build/embedded/thirdparty-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: thirdparty-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/thirdparty-all.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- thirdparty-all.pom.xml	30 Nov 2007 12:25:39 -0000	1.1
  +++ thirdparty-all.pom.xml	5 Dec 2007 16:37:16 -0000	1.2
  @@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.embedded</groupId>
     <artifactId>thirdparty-all</artifactId>
  -  <version>beta2</version>
  +  <version>beta3-SNAPSHOT</version>
     <description>The thirdparty-all.jar distributed with JBoss Embedded.  This contains thirdparty
     dependencies distributed with JBoss AS.</description>
   </project>
  
  
  
  1.1      date: 2007/12/05 16:37:16;  author: pmuir;  state: Exp;jboss-seam/build/embedded/jboss-embedded.pom.xml
  
  Index: jboss-embedded.pom.xml
  ===================================================================
  <?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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.embedded</groupId>
    <artifactId>jboss-embedded</artifactId>
    <version>beta3-SNAPSHOT</version>
    <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
    
    <dependencies>
      <dependency>
        <groupId>org.jboss.microcontainer</groupId>
        <artifactId>jboss-deployers-client-spi</artifactId>
        <version>2.0.0.Beta6</version>
        <exclusions>
          <exclusion>
            <groupId>org.jboss.microcontainer</groupId>
            <artifactId>jboss-managed</artifactId>
          </exclusion>
          <exclusion>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-common-core</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
    </dependencies>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list