Skip to content

Commit 8f150d1

Browse files
committed
Announce 0.1.1
Nothing special. Mostly code cleanups. Francis Galiegue (5): README.markdown updates... Remove one unused variable Avro2JsonSchemaProcessor: add a comment about AvroRuntimeException Replace all uses of SchemaHolder with ValueHolder<SchemaTree> 0.1.1
1 parent c943c7d commit 8f150d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>The license of this project is LGPLv3 or later. See file src/main/resources/LICENSE for the full
44
text.</p>
55

6-
<p>The current version is <b>0.1</b>.</p>
6+
<p>The current version is <b>0.1.1</b>.</p>
77

88
<h1>What this is</h1>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>com.github.fge</groupId>
2121
<artifactId>json-schema-avro</artifactId>
2222
<name>json-schema-avro</name>
23-
<version>0.1.1</version>
23+
<version>0.1.2-SNAPSHOT</version>
2424
<packaging>jar</packaging>
2525
<description>Avro Schema to JSON Schema conversion and back</description>
2626
<url>https://github.com/fge/json-schema-avro</url>

0 commit comments

Comments
 (0)