Skip to content

Commit dd5e85b

Browse files
committed
bumping version number to 1.11.1
1 parent 5062050 commit dd5e85b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.0.0-develop</version>
23+
<version>1.11.1</version>
2424
<packaging>bundle</packaging>
2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.github.everit-org.json-schema</groupId>
114114
<artifactId>org.everit.json.schema</artifactId>
115-
<version>1.10.0</version>
115+
<version>1.11.0</version>
116116
<type>jar</type>
117117
</dependency>
118118
</oldVersion>

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>0.0.0-develop</version>
8+
<version>1.11.1</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>0.0.0-develop</version>
9+
<version>1.11.1</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>0.0.0-develop</version>
7+
<version>1.11.1</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>0.0.0-develop</version>
9+
<version>1.11.1</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)