Skip to content

Commit a1aa468

Browse files
committed
starting new development iteration
1 parent e93a8e3 commit a1aa468

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add the JitPack repository and the dependency to your `pom.xml` as follows:
4646
<dependency>
4747
<groupId>com.github.everit-org.json-schema</groupId>
4848
<artifactId>org.everit.json.schema</artifactId>
49-
<version>1.10.0</version>
49+
<version>1.11.0</version>
5050
</dependency>
5151
...
5252
<repositories>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.everit.json</groupId>
2222
<artifactId>org.everit.json.schema</artifactId>
23-
<version>1.11.0</version>
23+
<version>0.0.0-develop</version>
2424
<packaging>bundle</packaging>
2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

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

66
<groupId>org.everit.json</groupId>
77
<artifactId>org.everit.json.schema.parent</artifactId>
8-
<version>1.11.0</version>
8+
<version>0.0.0-develop</version>
99

1010
<packaging>pom</packaging>
1111

tests/android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.everit.json</groupId>
88
<artifactId>org.everit.json.schema.tests.parent</artifactId>
9-
<version>1.11.0</version>
9+
<version>0.0.0-develop</version>
1010
</parent>
1111

1212
<artifactId>org.everit.json.schema.tests.android</artifactId>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.everit.json</groupId>
66
<artifactId>org.everit.json.schema.parent</artifactId>
7-
<version>1.11.0</version>
7+
<version>0.0.0-develop</version>
88
</parent>
99

1010
<artifactId>org.everit.json.schema.tests.parent</artifactId>

tests/vanilla/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.everit.json</groupId>
88
<artifactId>org.everit.json.schema.tests.parent</artifactId>
9-
<version>1.11.0</version>
9+
<version>0.0.0-develop</version>
1010
</parent>
1111

1212
<artifactId>org.everit.json.schema.tests.vanilla</artifactId>

0 commit comments

Comments
 (0)