These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hibernate Version in Logs
PostPosted: Mon Jul 19, 2010 6:11 pm 
Newbie

Joined: Mon Jul 19, 2010 6:05 pm
Posts: 1
I recently updated an application to use Hibernate Core 3.5.1 in my POM, but it still shows old versions in the logs. Why? Is it because I'm using the hibernate3-maven-plugin? Please let me know.

Logs

16:59:51,271 INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.4.0.GA
16:59:51,287 INFO org.hibernate.cfg.Environment - Hibernate 3.3.1.GA
16:59:51,287 INFO org.hibernate.cfg.Environment - hibernate.properties not found
16:59:51,287 INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
16:59:51,303 INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
16:59:51,349 INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.1.0.GA

Pom.xml

<properties>
<hibernate.core.version>3.5.1-Final</hibernate.core.version>
<hibernate.validator.version>4.0.2.GA</hibernate.validator.version>
<hibernate.search.version>3.2.0.CR1</hibernate.search.version>
/properties>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate.validator.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>${hibernate.search.version}</version>
</dependency>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.