File tree Expand file tree Collapse file tree 8 files changed +42
-16
lines changed
src/java/org/hibernate/validator Expand file tree Collapse file tree 8 files changed +42
-16
lines changed Original file line number Diff line number Diff line change 1
1
common.dir=.
2
2
src.dir=src
3
- test.dir=test
4
- hibernate-core.home=../hibernate-3.2
5
-
6
- #locally present jars
7
- jpa-api.jar=./lib/ejb3-persistence.jar
8
- jpa.jar=./lib/test/hibernate-entitymanager.jar
9
- archive-browsing.jar=./lib/test/jboss-archive-browsing.jar
10
- commons-annotations.jar=./lib/hibernate-commons-annotations.jar
11
- annotations.jar=./lib/test/hibernate-annotations.jar
3
+ test.dir=test
Original file line number Diff line number Diff line change 25
25
<!-- Name of project and version, used to create filenames -->
26
26
<property name =" Name" value =" Hibernate Validator" />
27
27
<property name =" name" value =" hibernate-validator" />
28
- <property name =" version" value =" 3.0 .0.GA " />
28
+ <property name =" version" value =" 3.1 .0.CR1 " />
29
29
<property name =" javadoc.packagenames" value =" org.hibernate.validator.*" />
30
30
<property name =" copy.test" value =" true" />
31
31
<property name =" javac.source" value =" 1.5" />
266
266
<include name =" common-build.xml" />
267
267
</fileset >
268
268
</copy >
269
+ <copy todir =" ${ dist.dir } /ivy" failonerror =" false" >
270
+ <fileset dir =" ${ ivy.jar.dir } " >
271
+ <include name =" **/*.*" />
272
+ </fileset >
273
+ </copy >
269
274
270
275
<!-- copy dependencies -->
271
276
<copy todir =" ${ dist.lib.dir } " failonerror =" false" >
288
293
<fileset file =" ${ lib.dir } /build/*.jar" />
289
294
</copy >
290
295
296
+ <!-- ivy uses the module name without hibernate- (to mimic the directory names). Revert the situation -->
297
+ <move file =" ${ dist.lib.dir } /commons-annotations.jar" tofile =" ${ dist.lib.dir } /hibernate-commons-annotations.jar" />
298
+ <move file =" ${ dist.lib.dir } /test/annotations.jar" tofile =" ${ dist.lib.dir } /test/hibernate-annotations.jar" />
299
+ <move file =" ${ dist.lib.dir } /test/entitymanager.jar" tofile =" ${ dist.lib.dir } /test/hibernate-entitymanager.jar" />
300
+
291
301
<copy file =" ${ basedir } /build.properties.dist" tofile =" ${ dist.dir } /build.properties" failonerror =" false" >
292
302
</copy >
293
303
<antcall target =" common-build.dist" />
Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
4
+ 3.1.0.CR1 (27-05-2008)
5
+ ----------------------
6
+
7
+ ** Bug
8
+ * [HV-14] - Minor typo in regular expression in class EmailValidator
9
+ * [HV-48] - There is no DefaultValidatorMessage_en leading to no message loaded when locale is explicit and the system default is not en
10
+
11
+
12
+ ** Improvement
13
+ * [HV-57] - Move to slf4j
14
+
15
+ ** New Feature
16
+ * [HV-54] - Add pom
17
+ * [HV-55] - Make build independent of Hibernate Core structure
18
+ * [HV-56] - Move to Hibernate Core 3.3
19
+
20
+ ** Patch
21
+ * [HV-36] - DefaultValidatorMessages_ja.properties
22
+
23
+
4
24
3.0.0.GA (19-03-2007)
5
25
---------------------
6
26
Original file line number Diff line number Diff line change 10
10
11
11
<subtitle >Reference Guide</subtitle >
12
12
13
- <releaseinfo >3.0 .0.GA </releaseinfo >
13
+ <releaseinfo >3.1 .0.CR1 </releaseinfo >
14
14
15
15
<mediaobject >
16
16
<imageobject >
Original file line number Diff line number Diff line change 14
14
<dependencies >
15
15
<!-- compile time dependencies -->
16
16
<dependency name =" ejb3-persistence" rev =" 1.0.2.GA" conf =" default->default" />
17
- <dependency name =" commons-annotations" rev =" latest " conf =" default->default" />
17
+ <dependency name =" commons-annotations" rev =" 3.1.0.CR1 " conf =" default->default" />
18
18
<dependency org =" org.hibernate" name =" hibernate-core" rev =" 3.3.0.CR1" conf =" default->default" />
19
19
<dependency org =" org.slf4j" name =" slf4j-api" rev =" 1.4.2" conf =" default->default" />
20
20
24
24
<dependency org =" dom4j" name =" dom4j" rev =" 1.6.1" conf =" test->default" />
25
25
26
26
<!-- test deps -->
27
- <dependency name =" annotations" rev =" latest " conf =" test->default" />
28
- <dependency name =" entitymanager" rev =" latest " conf =" test->default" />
27
+ <dependency name =" annotations" rev =" 3.4.0.CR1 " conf =" test->default" />
28
+ <dependency name =" entitymanager" rev =" 3.4.0.CR1 " conf =" test->default" />
29
29
<dependency org =" cglib" name =" cglib" rev =" 2.1_3" conf =" test->default" />
30
30
<dependency org =" asm" name =" asm" rev =" 1.5.3" conf =" test->default" />
31
31
<dependency org =" asm" name =" asm-attrs" rev =" 1.5.3" conf =" test->default" />
32
32
<dependency org =" org.slf4j" name =" slf4j-log4j12" rev =" 1.4.2" conf =" test->default" />
33
33
<dependency org =" log4j" name =" log4j" rev =" 1.2.14" conf =" test->default" />
34
34
<dependency org =" junit" name =" junit" rev =" 3.8.1" conf =" test->default" />
35
+ <dependency org =" javax.transaction" name =" jta" rev =" 1.1" conf =" test->default" />
35
36
</dependencies >
36
37
</ivy-module >
Original file line number Diff line number Diff line change 12
12
<ivy pattern =" ../[module]/target/[revision]/ivy.xml" />
13
13
<artifact pattern =" ../[module]/target/[revision]/[artifact].[ext]" />
14
14
</filesystem >
15
+ <filesystem name =" maven-local" m2compatible =" true" >
16
+ <artifact pattern =" ${offline.repository.jboss.org}/[organization]/hibernate-[module]/[revision]/hibernate-[artifact]-[revision].[ext]" />
17
+ </filesystem >
15
18
<url name =" jboss-rep-maven-regular" m2compatible =" true" >
16
19
<artifact pattern =" http://repository.jboss.org/maven2/[organization]/[module]/[revision]/[artifact]-[revision].[ext]" />
17
20
</url >
Original file line number Diff line number Diff line change 1
1
Hibernate Validator
2
2
==================================================
3
- Version: 3.0 .0.GA, 19.03.2007
3
+ Version: 3.1 .0.CR1, 27.05.2008
4
4
5
5
Description
6
6
-----------
Original file line number Diff line number Diff line change 10
10
* @author Emmanuel Bernard
11
11
*/
12
12
public class Version {
13
- public static final String VERSION = "3.0 .0.GA " ;
13
+ public static final String VERSION = "3.1 .0.CR1 " ;
14
14
private static Logger log = LoggerFactory .getLogger ( Version .class );
15
15
16
16
static {
You can’t perform that action at this time.
0 commit comments