[hibernate/hibernate-orm] 7d3dc7: update version from 3.6.10.Final to 3.6.11-SNAPSHO...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-orm
Commit: 7d3dc7a46a9477e844c404e3f787b6fb75d6903f
https://github.com/hibernate/hibernate-orm/commit/7d3dc7a46a9477e844c404e...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2012-02-08 (Wed, 08 Feb 2012)
Changed paths:
M hibernate-c3p0/pom.xml
M hibernate-core/pom.xml
M hibernate-distribution/pom.xml
M hibernate-documentation/devguide/pom.xml
M hibernate-documentation/envers/pom.xml
M hibernate-documentation/jbosscache2/pom.xml
M hibernate-documentation/manual/pom.xml
M hibernate-documentation/pom.xml
M hibernate-documentation/quickstart/pom.xml
M hibernate-documentation/quickstart/tutorials/annotations/pom.xml
M hibernate-documentation/quickstart/tutorials/basic/pom.xml
M hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml
M hibernate-documentation/quickstart/tutorials/envers/pom.xml
M hibernate-documentation/quickstart/tutorials/pom.xml
M hibernate-ehcache/pom.xml
M hibernate-entitymanager/pom.xml
M hibernate-envers/pom.xml
M hibernate-infinispan/pom.xml
M hibernate-jbosscache/pom.xml
M hibernate-jdbc3-testing/pom.xml
M hibernate-jdbc4-testing/pom.xml
M hibernate-oscache/pom.xml
M hibernate-parent/pom.xml
M hibernate-proxool/pom.xml
M hibernate-swarmcache/pom.xml
M hibernate-testing/pom.xml
M hibernate-testsuite/pom.xml
M pom.xml
Log Message:
-----------
update version from 3.6.10.Final to 3.6.11-SNAPSHOT
12 years, 10 months
[hibernate/hibernate-orm] ba4667: update version from 3.6.10-SNAPSHOT to 3.6.10.Fina...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-orm
Commit: ba46673b25e82654826f2c95cdca9cbe3917e557
https://github.com/hibernate/hibernate-orm/commit/ba46673b25e82654826f2c9...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2012-02-08 (Wed, 08 Feb 2012)
Changed paths:
M hibernate-c3p0/pom.xml
M hibernate-core/pom.xml
M hibernate-distribution/pom.xml
M hibernate-documentation/devguide/pom.xml
M hibernate-documentation/envers/pom.xml
M hibernate-documentation/jbosscache2/pom.xml
M hibernate-documentation/manual/pom.xml
M hibernate-documentation/pom.xml
M hibernate-documentation/quickstart/pom.xml
M hibernate-documentation/quickstart/tutorials/annotations/pom.xml
M hibernate-documentation/quickstart/tutorials/basic/pom.xml
M hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml
M hibernate-documentation/quickstart/tutorials/envers/pom.xml
M hibernate-documentation/quickstart/tutorials/pom.xml
M hibernate-ehcache/pom.xml
M hibernate-entitymanager/pom.xml
M hibernate-envers/pom.xml
M hibernate-infinispan/pom.xml
M hibernate-jbosscache/pom.xml
M hibernate-jdbc3-testing/pom.xml
M hibernate-jdbc4-testing/pom.xml
M hibernate-oscache/pom.xml
M hibernate-parent/pom.xml
M hibernate-proxool/pom.xml
M hibernate-swarmcache/pom.xml
M hibernate-testing/pom.xml
M hibernate-testsuite/pom.xml
M pom.xml
Log Message:
-----------
update version from 3.6.10-SNAPSHOT to 3.6.10.Final
12 years, 10 months
[hibernate/hibernate-orm] ffb843: HHH-7042 - Clean up MetadataSources
by GitHub
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: ffb8432548628d1b22821f0064177da9bc86f64c
https://github.com/hibernate/hibernate-orm/commit/ffb8432548628d1b22821f0...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2012-02-08 (Wed, 08 Feb 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/Metadata.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HibernateMappingProcessor.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetadataSourceProcessor.java
Log Message:
-----------
HHH-7042 - Clean up MetadataSources
12 years, 10 months