[seam-commits] Seam SVN: r12340 - in branches/enterprise/JBPAPP_4_3_FP01/build: localRepo/org and 3 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 31 07:59:43 EDT 2010
Author: manaRH
Date: 2010-03-31 07:59:42 -0400 (Wed, 31 Mar 2010)
New Revision: 12340
Added:
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.md5
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.sha1
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.md5
branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.sha1
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
Log:
aligning dependencies with EAP 4.3.8
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2010-03-31 09:11:02 UTC (rev 12339)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2010-03-31 11:59:42 UTC (rev 12340)
@@ -28,7 +28,7 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-validator</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
@@ -182,8 +182,8 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-cache</artifactId>
+ <groupId>jboss.cache</groupId>
+ <artifactId>jboss-cache-jdk50</artifactId>
<optional>true</optional>
</dependency>
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar
===================================================================
(Binary files differ)
Property changes on: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.md5
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.md5 (rev 0)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.md5 2010-03-31 11:59:42 UTC (rev 12340)
@@ -0,0 +1 @@
+87832e6f14920ef53185568482e5e761
\ No newline at end of file
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.sha1
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.sha1 (rev 0)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.jar.sha1 2010-03-31 11:59:42 UTC (rev 12340)
@@ -0,0 +1 @@
+e410497849f00e6fab5c42d666612d3fe6d1dec2
\ No newline at end of file
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom (rev 0)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom 2010-03-31 11:59:42 UTC (rev 12340)
@@ -0,0 +1,278 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.5</version>
+ <packaging>jar</packaging>
+ <name>EasyMock</name>
+ <url>http://www.easymock.org</url>
+ <description>EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism</description>
+ <licenses>
+ <license>
+ <name>MIT License</name>
+ <url>http://www.easymock.org/License.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>tammo</id>
+ <name>Tammo Freese</name>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>henri</id>
+ <name>Henri Tremblay</name>
+ <url>http://www.jroller.com/Henri/</url>
+ <organization>Ossia Conseil</organization>
+ <organizationUrl>http://ossia-conseil.com</organizationUrl>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+ <issueManagement>
+ <system>SourceForge</system>
+ <url>http://sourceforge.net/tracker/?group_id=82958</url>
+ </issueManagement>
+ <mailingLists>
+ <mailingList>
+ <name>User List</name>
+ <subscribe>From Yahoo groups</subscribe>
+ <unsubscribe>easymock-unsubscribe at yahoogroups.com</unsubscribe>
+ <post>easymock at yahoogroups.com</post>
+ <archive>http://tech.groups.yahoo.com/group/easymock/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+ <url>http://easymock.svn.sourceforge.net/viewvc/easymock/trunk/easymock/</url>
+ <developerConnection>scm:svn:https://easymock.svn.sourceforge.net/svnroot/easymock/trunk/easymock</developerConnection>
+ <connection>scm:svn:http://easymock.svn.sourceforge.net/svnroot/easymock/trunk/easymock</connection>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.keyboardsamurais.maven</groupId>
+ <artifactId>maven-timestamp-plugin</artifactId>
+ <version>1.0</version>
+ <configuration>
+ <propertyName>date</propertyName>
+ <timestampPattern>yyyy-MM-dd</timestampPattern>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks />
+ <testSourceRoot>${basedir}/src/samples/java</testSourceRoot>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <useDefaultManifestFile>true</useDefaultManifestFile>
+ <archive>
+ <index>true</index>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
+ <configuration>
+ <instructions>
+ <Export-Package>org.easymock.internal.*;poweruser=true;mandatory:=poweruser, org.easymock</Export-Package>
+ </instructions>
+ </configuration>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <version>2.5.0</version>
+ <configuration>
+ <licenseLocation>${basedir}/clover.license</licenseLocation>
+ <targetPercentage>100.00%</targetPercentage>
+ <generateHtml>true</generateHtml>
+ <generateXml>false</generateXml>
+ <jdk>1.5</jdk>
+ <excludes>
+ <exclude>**/org/easymock/tests/IMethods.java</exclude>
+ <exclude>**/org/easymock/tests/IVarArgs.java</exclude>
+ <exclude>**/org/easymock/tests/Util.java</exclude>
+ <exclude>**/org/easymock/samples/*.java</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>instrument</goal>
+ <goal>clover</goal>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- Run the tests with JDK 1.5 to be sure EasyMock is compliant -->
+ <jvm>${jdk1_5.jvm}</jvm>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-3</version>
+ <configuration>
+ <finalName>${project.artifactId}-${project.version}</finalName>
+ <descriptors>
+ <descriptor>${basedir}/src/main/assembly/assembly-tests.xml</descriptor>
+ <descriptor>${basedir}/src/main/assembly/assembly-samples.xml</descriptor>
+ <descriptor>${basedir}/src/main/assembly/assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>1.0-beta-5</version>
+ </extension>
+ </extensions>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>*.internal</excludePackageNames>
+ <bottom><![CDATA[<i>Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.</i>]]></bottom>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <licenseLocation>${basedir}/clover.license</licenseLocation>
+ <jdk>1.5</jdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javancss-maven-plugin</artifactId>
+ <version>2.0-beta-2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ <version>2.0-beta-2</version>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <repository>
+ <id>easymock-release</id>
+ <name>EasyMock Repository</name>
+ <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>easymock-snapshot</id>
+ <name>EasyMock Snapshot Repository</name>
+ <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>
+ </snapshotRepository>
+ </distributionManagement>
+</project>
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.md5
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.md5 (rev 0)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.md5 2010-03-31 11:59:42 UTC (rev 12340)
@@ -0,0 +1 @@
+2877f332e901393b22b3f8d68b396c84
\ No newline at end of file
Added: branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.sha1
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.sha1 (rev 0)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/localRepo/org/easymock/easymock/2.5/easymock-2.5.pom.sha1 2010-03-31 11:59:42 UTC (rev 12340)
@@ -0,0 +1 @@
+f72690639012ec7763de2b2109b5e9df8f33d477
\ No newline at end of file
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2010-03-31 09:11:02 UTC (rev 12339)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2010-03-31 11:59:42 UTC (rev 12340)
@@ -14,6 +14,11 @@
<name>JBoss Repository</name>
<url>http://repository.jboss.org/maven2</url>
</pluginRepository>
+ <pluginRepository>
+ <id>products.jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2-brew</url>
+ </pluginRepository>
<!--
<pluginRepository> <snapshots /> <id>snapshots.jboss.org</id>
<name>JBoss Snapshot Repository</name>
@@ -37,6 +42,11 @@
<url>http://repository.jboss.org/maven2-brew</url>
</repository>
<repository>
+ <id>repository.local</id>
+ <name>Seam Local Repository</name>
+ <url>file://@local.repo@</url>
+ </repository>
+ <repository>
<snapshots />
<id>snapshots.jboss.org</id>
<name>JBoss Snapshot Repository</name>
@@ -46,7 +56,7 @@
<!-- Externalize some version numbers here -->
<properties>
- <version.richfaces>3.3.0.GA</version.richfaces>
+ <version.richfaces>3.3.1.SP1</version.richfaces>
<version.drools>4.0.7-SOA-P</version.drools>
</properties>
@@ -264,9 +274,9 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-cache</artifactId>
- <version>1.4.1.SP13</version>
+ <groupId>jboss.cache</groupId>
+ <artifactId>jboss-cache-jdk50</artifactId>
+ <version>1.4.1.SP14-brew</version>
</dependency>
<dependency>
@@ -288,7 +298,7 @@
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate3</artifactId>
- <version>3.2.4.SP1_CP09-brew</version>
+ <version>3.2.4.SP1_CP10-brew</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
@@ -319,7 +329,7 @@
<dependency>
<groupId>hibernate-annotations</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.1.GA_CP02-brew</version>
+ <version>3.3.1.GA_CP03-brew</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
@@ -353,9 +363,9 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-validator</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>3.0.0.GA</version>
+ <version>3.0.0.GA-brew</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
@@ -904,7 +914,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.8.0.8patch02-brew</version>
+ <version>1.8.0.8.patch03-brew</version>
</dependency>
<dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml 2010-03-31 09:11:02 UTC (rev 12339)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml 2010-03-31 11:59:42 UTC (rev 12340)
@@ -117,8 +117,8 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-cache</artifactId>
+ <groupId>jboss.cache</groupId>
+ <artifactId>jboss-cache-jdk50</artifactId>
<optional>true</optional>
</dependency>
@@ -179,7 +179,7 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-validator</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
More information about the seam-commits
mailing list