Skip to content

Commit 033bb6b

Browse files
committed
Bump version to 2.1.0
1 parent d563c43 commit 033bb6b

11 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 2.1.0 - 2020-04-26
8+
This is the final release for Justify 2.x

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = 'org.leadpony.justify'
3-
version = '2.1.0-SNAPSHOT'
3+
version = '2.1.0'
44
}
55

66
subprojects {

justify-examples-basicparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-basicparser</artifactId>

justify-examples-basicreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-basicreader</artifactId>

justify-examples-binding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-binding</artifactId>

justify-examples-customformat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-customformat</artifactId>

justify-examples-defaultvalue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-defaultvalue</artifactId>

justify-examples-problemhandler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-problemhandler</artifactId>

justify-examples-schemabuilder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-schemabuilder</artifactId>

justify-examples-schemaresolver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.leadpony.justify</groupId>
1010
<artifactId>justify-examples</artifactId>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<artifactId>justify-examples-schemaresolver</artifactId>

0 commit comments

Comments
 (0)