Hibernate SVN: r20905 - search/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-12 02:11:51 -0500 (Sat, 12 Feb 2011)
New Revision: 20905
Added:
search/tags/v3_1_1_GA_CP04/
Log:
tag hibernate search 3.1.1.GA_CP04
13 years, 9 months
Hibernate SVN: r20904 - in search/branches/v3_1_1_GA_CP: hibernate-search-archetype and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-12 02:10:01 -0500 (Sat, 12 Feb 2011)
New Revision: 20904
Modified:
search/branches/v3_1_1_GA_CP/hibernate-search-archetype/pom.xml
search/branches/v3_1_1_GA_CP/pom.xml
Log:
Upgrade to 3.1.1.GA_CP04
Modified: search/branches/v3_1_1_GA_CP/hibernate-search-archetype/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/hibernate-search-archetype/pom.xml 2011-02-12 07:07:45 UTC (rev 20903)
+++ search/branches/v3_1_1_GA_CP/hibernate-search-archetype/pom.xml 2011-02-12 07:10:01 UTC (rev 20904)
@@ -3,5 +3,5 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-quickstart</artifactId>
<packaging>jar</packaging>
- <version>3.1.1.GA_CP03</version>
+ <version>3.1.1.GA_CP04</version>
</project>
Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml 2011-02-12 07:07:45 UTC (rev 20903)
+++ search/branches/v3_1_1_GA_CP/pom.xml 2011-02-12 07:10:01 UTC (rev 20904)
@@ -38,7 +38,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<packaging>jar</packaging>
- <version>3.1.1.GA_CP03</version>
+ <version>3.1.1.GA_CP04</version>
<name>Hibernate Search</name>
<description>Hibernate Search</description>
@@ -222,13 +222,13 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA_CP03</version>
+ <version>3.4.0.GA_CP04</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.GA_CP03</version>
+ <version>3.4.0.GA_CP04</version>
<optional>true</optional>
</dependency>
<dependency>
13 years, 9 months
Hibernate SVN: r20903 - annotations/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-12 02:07:45 -0500 (Sat, 12 Feb 2011)
New Revision: 20903
Added:
annotations/tags/3.4.0.GA_CP04/
Log:
JBPAPP-5904 tag hibernate annotation 3.4.0.GA_CP04
13 years, 9 months
Hibernate SVN: r20902 - annotations/branches/v3_4_0_GA_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-12 02:04:51 -0500 (Sat, 12 Feb 2011)
New Revision: 20902
Modified:
annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-5904 Upgrade hibernate annotations for eap 5.1.1
Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-12 04:58:05 UTC (rev 20901)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-12 07:04:51 UTC (rev 20902)
@@ -37,7 +37,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<packaging>jar</packaging>
- <version>3.4.0.GA_CP03</version>
+ <version>3.4.0.GA_CP04</version>
<name>Hibernate Annotations</name>
<description>Annotations metadata for Hibernate</description>
@@ -159,8 +159,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
- <link>http://java.sun.com/javaee/5/docs/api/</link>
+ <link>http://download.oracle.com/javase/6/docs/api/</link>
+ <link>http://download.oracle.com/javaee/6/api/</link>
</links>
<stylesheetfile>${basedir}/src/main/javadoc/jdstyle.css</stylesheetfile>
</configuration>
13 years, 9 months
Hibernate SVN: r20901 - annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-11 23:58:05 -0500 (Fri, 11 Feb 2011)
New Revision: 20901
Modified:
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQuery.java
Log:
JBPAPP-5927 apply source code encoding to the pom.xml
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQuery.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQuery.java 2011-02-12 04:37:25 UTC (rev 20900)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQuery.java 2011-02-12 04:58:05 UTC (rev 20901)
@@ -11,7 +11,7 @@
/**
* Extends {@link javax.persistence.NamedQuery} with Hibernate features
*
- * @author Carlos Gonz�lez-Cadenas
+ * @author Carlos Gonzlez-Cadenas
*/
@Target({TYPE, PACKAGE})
@Retention(RUNTIME)
13 years, 9 months
Hibernate SVN: r20900 - annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-11 23:37:25 -0500 (Fri, 11 Feb 2011)
New Revision: 20900
Modified:
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/CacheModeType.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/FlushModeType.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/Loader.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQueries.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NaturalId.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/ResultCheckStyle.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDelete.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLInsert.java
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLUpdate.java
Log:
JBPAPP-5927 apply source code encoding to the pom.xml
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/CacheModeType.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/CacheModeType.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/CacheModeType.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -5,7 +5,7 @@
* the Level 2 Cache.
*
* @author Emmanuel Bernard
- * @author Carlos Gonz�lez-Cadenas
+ * @author Carlos Gonzlez-Cadenas
*/
public enum CacheModeType {
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/FlushModeType.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/FlushModeType.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/FlushModeType.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -3,7 +3,7 @@
/**
* Enumeration extending javax.persistence flush modes.
*
- * @author Carlos Gonz�lez-Cadenas
+ * @author Carlos Gonzlez-Cadenas
*/
public enum FlushModeType {
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/Loader.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/Loader.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/Loader.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -11,7 +11,7 @@
/**
* Loader Annotation for overwriting Hibernate default FIND method
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
@Target( {TYPE, FIELD, METHOD} )
@Retention( RUNTIME )
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQueries.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQueries.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NamedQueries.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -12,7 +12,7 @@
* objects
*
* @author Emmanuel Bernard
- * @author Carlos Gonz�lez-Cadenas
+ * @author Carlos Gonzlez-Cadenas
*/
@Target({TYPE, PACKAGE})
@Retention(RUNTIME)
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NaturalId.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NaturalId.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/NaturalId.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -11,7 +11,7 @@
/**
* This specifies that a property is part of the natural id of the entity.
*
- * @author Nicol�s Lichtmaier
+ * @author Nicols Lichtmaier
*/
@Target( { METHOD, FIELD } )
@Retention( RUNTIME )
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/ResultCheckStyle.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/ResultCheckStyle.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/ResultCheckStyle.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -4,7 +4,7 @@
/**
* Possible checks on Sql Insert, Delete, Update
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
public enum ResultCheckStyle {
/**
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDelete.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDelete.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDelete.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -12,7 +12,7 @@
/**
* SqlDelete Annotation for overwriting Hibernate default DELETE method
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
@Target( {TYPE, FIELD, METHOD} )
@Retention( RUNTIME )
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDeleteAll.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLDeleteAll.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -12,7 +12,7 @@
/**
* SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
@Target( {TYPE, FIELD, METHOD} )
@Retention( RetentionPolicy.RUNTIME )
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLInsert.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLInsert.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLInsert.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -12,7 +12,7 @@
/**
* SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
@Target( {TYPE, FIELD, METHOD} )
@Retention( RUNTIME )
Modified: annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLUpdate.java
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLUpdate.java 2011-02-12 04:24:43 UTC (rev 20899)
+++ annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/SQLUpdate.java 2011-02-12 04:37:25 UTC (rev 20900)
@@ -12,7 +12,7 @@
/**
* SqlUpdate Annotation for overwriting Hibernate default UPDATE method
*
- * @author L�szl� Benke
+ * @author Lszl Benke
*/
@Target( {TYPE, FIELD, METHOD} )
@Retention( RUNTIME )
13 years, 9 months
Hibernate SVN: r20899 - in core/branches/Branch_3_3_2_GA_CP: parent and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-11 23:24:43 -0500 (Fri, 11 Feb 2011)
New Revision: 20899
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java
core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
core/branches/Branch_3_3_2_GA_CP/testing/src/main/java/org/hibernate/junit/functional/FunctionalTestCase.java
Log:
JBPAPP-5927 apply source code encoding to the pom.xml
Modified: core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/Cache71Dialect.java 2011-02-11 05:56:24 UTC (rev 20898)
+++ core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/Cache71Dialect.java 2011-02-12 04:24:43 UTC (rev 20899)
@@ -55,9 +55,9 @@
import org.hibernate.util.StringHelper;
/**
- * Caché 2007.1 dialect. This class is required in order to use Hibernate with Intersystems Cach� SQL.<br>
+ * Caché 2007.1 dialect. This class is required in order to use Hibernate with Intersystems Caché SQL.<br>
* <br>
- * Compatible with Cach� 2007.1.
+ * Compatible with Caché 2007.1.
* <br>
* <head>
* <title>Caché and Hibernate</title>
@@ -212,8 +212,8 @@
public class Cache71Dialect extends Dialect {
/**
- * Creates new <code>Cach�71Dialect</code> instance. Sets up the JDBC /
- * Cach� type mappings.
+ * Creates new <code>Caché71Dialect</code> instance. Sets up the JDBC /
+ * Caché type mappings.
*/
public Cache71Dialect() {
super();
Modified: core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java 2011-02-11 05:56:24 UTC (rev 20898)
+++ core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java 2011-02-12 04:24:43 UTC (rev 20899)
@@ -33,7 +33,7 @@
/**
* An Hibernate 3 SQL dialect for Mimer SQL. This dialect requires Mimer SQL 9.2.1 or later
* because of the mappings to NCLOB, BINARY, and BINARY VARYING.
- * @author Fredrik �lund <fredrik.alund(a)mimer.se>
+ * @author Fredrik alund <fredrik.alund(a)mimer.se>
*/
public class MimerSQLDialect extends Dialect {
Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml 2011-02-11 05:56:24 UTC (rev 20898)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml 2011-02-12 04:24:43 UTC (rev 20899)
@@ -196,6 +196,7 @@
<configuration>
<source>1.6</source>
<target>1.6</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
@@ -216,7 +217,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -835,6 +836,7 @@
</profile>
</profiles>
<properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4jVersion>1.5.8</slf4jVersion>
</properties>
</project>
Modified: core/branches/Branch_3_3_2_GA_CP/testing/src/main/java/org/hibernate/junit/functional/FunctionalTestCase.java
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testing/src/main/java/org/hibernate/junit/functional/FunctionalTestCase.java 2011-02-11 05:56:24 UTC (rev 20898)
+++ core/branches/Branch_3_3_2_GA_CP/testing/src/main/java/org/hibernate/junit/functional/FunctionalTestCase.java 2011-02-12 04:24:43 UTC (rev 20899)
@@ -1,10 +1,10 @@
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
- * Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
+ * Copyright (c) 2011, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
- * distributed under license by Red Hat Middleware LLC.
+ * distributed under license by Red Hat Inc.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
13 years, 9 months
Hibernate SVN: r20898 - core/branches/Branch_3_2_4_SP1_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-11 00:56:24 -0500 (Fri, 11 Feb 2011)
New Revision: 20898
Removed:
core/branches/Branch_3_2_4_SP1_CP/JBossORG-EULA.txt
Log:
remove this file as asked by the Richard
Deleted: core/branches/Branch_3_2_4_SP1_CP/JBossORG-EULA.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/JBossORG-EULA.txt 2011-02-11 03:21:31 UTC (rev 20897)
+++ core/branches/Branch_3_2_4_SP1_CP/JBossORG-EULA.txt 2011-02-11 05:56:24 UTC (rev 20898)
@@ -1,127 +0,0 @@
-END USER LICENSE AGREEMENT
-JBOSS(r) ENTERPRISE MIDDLEWARE(TM)
-
-This end user license agreement ("EULA") governs the use of the various
-software modules that collectively comprise the JBoss Enterprise Middleware
-and any related updates, source code, appearance, structure and organization
-(the "Programs"), regardless of the delivery mechanism.
-
-1. License Grant. Subject to the following terms, Red Hat, Inc. ("Red Hat")
-grants to you ("User") a license to the Programs pursuant to the GNU Lesser
-General Public License v. 2.1 except for the following Programs: (a) JBoss
-Portal Forums and JBoss Transactions, each of which is licensed pursuant to
-the GNU General Public License v.2; (b) JBoss Rules, which is licensed
-pursuant to the Apache License v.2.0; (c) an optional download for JBoss Cache
-for the Berkeley DB for Java database, which is licensed under the (open
-source) Sleepycat License (if User wishes to obtain a commercial license for
-this database, it may purchase a license from Sleepycat Software); and (d) the
-BPEL extension for JBoss jBPM, which is licensed under the Common Public
-License v.1, and, pursuant to the OASIS BPEL4WS standard, requires parties
-wishing to redistribute to enter various royalty-free patent licenses. Each of
-the foregoing licenses is available at
-www.opensource.org/licenses/alphabetical. The Programs are comprised of
-hundreds of software components. With the exception of certain image files
-identified in Section 2 below, the license agreement for each software
-component is located in the software component's source code and permits User
-to run, copy, modify, and redistribute (subject to certain obligations in some
-cases) the software component, in both source code and binary code forms. This
-agreement does not limit User's rights under, or grant User rights that
-supersede, the license terms of any particular component.
-
-2. Intellectual Property Rights. The Programs and each of their components are
-owned by Red Hat and others and are protected under copyright law and under
-other laws as applicable. Title to the Programs and any component, or to any
-copy, modification, or merged portion shall remain with the aforementioned,
-subject to the applicable license. The "JBoss" trademark, "Red Hat" trademark,
-the individual Program trademarks, and the "Shadowman" logo are registered
-trademarks of Red Hat and its affiliates in the U.S. and other countries. This
-EULA does not permit User to distribute the Programs using Red Hat's
-trademarks, regardless of whether they have been modified. User should read
-the information found at http://www.redhat.com/about/corporate/trademark/
-before distributing a copy of the Programs. User may make a commercial
-redistribution of the Programs only if (a) a separate agreement with Red Hat
-authorizing such commercial redistribution is executed or other written
-permission is granted by Red Hat or (b) User must replace all Red Hat
-trademarks as well as the logos identified at
-http://www.jboss.com/company/logos. Merely deleting the files containing the
-Red Hat trademarks and logos may corrupt the Programs.
-
-3. Limited Warranty. Except as specifically stated in this Section 3, a
-separate agreement with Red Hat, or a license for a particular component, to
-the maximum extent permitted under applicable law, the Programs and the
-components are provided and licensed "as is" without warranty of any kind,
-expressed or implied, including the implied warranties of merchantability,
-non-infringement or fitness for a particular purpose. Red Hat warrants that
-the media on which Programs and the components are furnished will be free from
-defects in materials and manufacture under normal use for a period of 30 days
-from the date of delivery to User. Red Hat does not warrant that the functions
-contained in the Programs will meet User's requirements or that the operation
-of the Programs will be entirely error free, appear precisely as described in
-the accompanying documentation, or comply with regulatory requirements. This
-warranty extends only to the party that purchases services pertaining to the
-Programs from Red Hat or a Red Hat authorized distributor.
-
-4. Limitation of Remedies and Liability. To the maximum extent permitted by
-applicable law, User's exclusive remedy under this EULA is to return any
-defective media within 30 days of delivery along with a copy of User's payment
-receipt and Red Hat, at its option, will replace it or refund the money paid
-by User for the media. To the maximum extent permitted under applicable law,
-neither Red Hat, any Red Hat authorized distributor, nor the licensor of any
-component provided to User under this EULA will be liable to User for any
-incidental or consequential damages, including lost profits or lost savings
-arising out of the use or inability to use the Programs or any component, even
-if Red Hat, such authorized distributor, or licensor has been advised of the
-possibility of such damages. In no event shall Red Hat's liability, an
-authorized distributor's liability or the liability of the licensor of a
-component provided to User under this EULA exceed the amount that User paid to
-Red Hat under this EULA during the twelve months preceding the action.
-
-5. Export Control. As required by the laws of the United States and other
-countries, User represents and warrants that it: (a) understands that the
-Programs and their components are subject to export controls under the U.S.
-Commerce Department's Export Administration Regulations ("EAR"); (b) is not
-located in a prohibited destination country under the EAR or U.S. sanctions
-regulations (currently Cuba, Iran, Iraq, North Korea, Sudan and Syria, subject
-to change as posted by the United States government); (c) will not export,
-re-export, or transfer the Programs to any prohibited destination or entities
-on the U.S. Bureau of Industry and Security Denied Parties List or Entity
-List, or the U.S. Office of Foreign Assets Control list of Specially
-Designated Nationals and Blocked Persons, or any similar lists maintained by
-other countries, without the necessary export license(s) or authorizations(s);
-(d) will not use or transfer the Programs for use in connection with any
-nuclear, chemical or biological weapons, missile technology, or military
-end-uses where prohibited by an applicable arms embargo, unless authorized by
-the relevant government agency individual without the necessary export
-license(s) or authorizations(s) from the U.S. Government; (e) understands and
-agrees that if it is in the United States and exports or transfers the
-Programs to eligible end users, it will, to the extent required by EAR Section
-740.17(e), submit semi-annual reports to the Commerce Department's Bureau of
-Industry and Security, which include the name and address (including country)
-of each transferee; and (f) understands that countries including the United
-States may restrict the import, use, or export of encryption products (which
-may include the Programs and the components) and agrees that it shall be
-solely responsible for compliance with any such import, use, or export
-restrictions.
-
-6. Third Party Programs. Red Hat may distribute third party software programs
-with the Programs that are not part of the Programs. These third party
-software programs are not required to run the Programs, are provided as a
-convenience to User, and are subject to their own license terms. The license
-terms either accompany the third party software programs or can be viewed at
-http://www.redhat.com/licenses/thirdparty/eula.html. If User does not agree to
-abide by the applicable license terms for the third party software programs,
-then User may not install them. If User wishes to install the third party
-software programs on more than one system or transfer the programs to another
-party, then User must contact the licensor of the applicable third party
-software programs.
-
-7. General. If any provision of this agreement is held to be unenforceable,
-that shall not affect the enforceability of the remaining provisions. This
-License Agreement shall be governed by the laws of the State of New York and
-of the United States, without regard to any conflict of laws provisions. The
-rights and obligations of the parties to this EULA shall not be governed by
-the United Nations Convention on the International Sale of Goods.
-
-Copyright (c) 2007 Red Hat, Inc. All rights reserved. "JBoss" and the JBoss logo
-are registered trademarks of Red Hat, Inc. All other trademarks are the
-property of their respective owners.
13 years, 9 months
Hibernate SVN: r20897 - search/branches/v3_1_1_GA_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-10 22:21:31 -0500 (Thu, 10 Feb 2011)
New Revision: 20897
Modified:
search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-5904 update search's depenency
Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml 2011-02-11 03:20:05 UTC (rev 20896)
+++ search/branches/v3_1_1_GA_CP/pom.xml 2011-02-11 03:21:31 UTC (rev 20897)
@@ -33,7 +33,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -161,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
13 years, 9 months
Hibernate SVN: r20896 - entitymanager/branches/v3_4_0_GA_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-10 22:20:05 -0500 (Thu, 10 Feb 2011)
New Revision: 20896
Modified:
entitymanager/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-5904 update EM's depenency
Modified: entitymanager/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/pom.xml 2011-02-11 03:18:38 UTC (rev 20895)
+++ entitymanager/branches/v3_4_0_GA_CP/pom.xml 2011-02-11 03:20:05 UTC (rev 20896)
@@ -32,7 +32,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
@@ -62,12 +62,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
13 years, 9 months