Skip to content

Commit c5675aa

Browse files
committed
1.2.4
Francis Galiegue (11): Bump version number Introduce SchemaKey BaseSchemaTree: reorganize instance variables SchemaKey: add static factory methods BaseSchemaTree: use a SchemaKey BaseSchemaTree: implement equals()/hashCode() Dereferencing: use new SchemaKey constructors AnonymousSchemaKey: fix brown paper bag logic bug in equals()... More documentation; modify tests to use the new API Remove deprecated API usage in tests Remove {project,settings}.gradle
1 parent eb7e713 commit c5675aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ apply(plugin: "idea");
5555
apply(plugin: "eclipse");
5656

5757
group = "com.github.fge";
58-
version = "1.2.4-SNAPSHOT";
58+
version = "1.2.4";
5959
sourceCompatibility = "1.6";
6060
targetCompatibility = "1.6"; // defaults to sourceCompatibility
6161

0 commit comments

Comments
 (0)