Skip to content

Commit 4db59a7

Browse files
committed
bumping version number to 1.12.0
1 parent a56e330 commit 4db59a7

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<groupId>org.everit.json</groupId>
2322
<artifactId>org.everit.json.schema</artifactId>
24-
<version>0.0.0-develop</version>
23+
<version>1.12.0</version>
2524
<packaging>bundle</packaging>
2625
<properties>
2726
<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>0.0.0-develop</version>
8+
<version>1.12.0</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.12.0</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.12.0</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.12.0</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)