Skip to content

Commit 4f3ba7a

Browse files
committed
bumping version number to 1.3.0-RC1
1 parent 211fc5d commit 4f3ba7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>org.everit.json</groupId>
2828
<artifactId>org.everit.json.schema</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.3.0-RC1</version>
3030
<packaging>bundle</packaging>
3131
<properties>
3232
<projectpath>json-schema-validator</projectpath>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.everit.json</groupId>
3131
<artifactId>org.everit.json.schema.parent</artifactId>
32-
<version>1.2.0</version>
32+
<version>1.3.0-RC1</version>
3333

3434
<packaging>pom</packaging>
3535

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.everit.json</groupId>
2626
<artifactId>org.everit.json.schema.parent</artifactId>
27-
<version>1.2.0</version>
27+
<version>1.3.0-RC1</version>
2828
</parent>
2929

3030
<artifactId>org.everit.json.schema.tests</artifactId>

0 commit comments

Comments
 (0)