Skip to content

Commit 8e050c8

Browse files
committed
0.5.0beta3, and work around maven-release-plugin's stupidity
Namely: this idiotic plugin clones the entire repository again to perform a release (it doesn't know about git archive, it seems) and creates nonsense commits in the process. I don't want either of those to happen, so .git/config edit by hand it is to use a local bare clone instead.
1 parent 1fa2848 commit 8e050c8

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><b>IMPORTANT: if you report a bug, please mention what version you are
44
using!</b></p>
55

6-
<p>The current version is <b>0.5.0beta2</b>.</p>
6+
<p>The current version is <b>0.5.0beta3</b>.</p>
77

88
<p>The old, still maintained version is <b>0.4.1</b>. See the
99
[ChangeLog](https://github.com/fge/json-schema-validator/wiki/ChangeLog) for

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.kitchen-eel</groupId>
44
<artifactId>json-schema-validator</artifactId>
55
<name>json-schema-validator</name>
6-
<version>0.5.0beta3-SNAPSHOT</version>
6+
<version>0.5.0beta4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<description>A Java implementation of the JSON Schema specification</description>
99
<url>https://github.com/fge/json-schema-validator</url>

0 commit comments

Comments
 (0)