Skip to content

Commit d58f877

Browse files
author
Bence Erős
committed
bumping version number to 1.12.3
1 parent 5fcc2cf commit d58f877

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

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>0.0.0-develop</version>
23+
<version>1.12.3</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>0.0.0-develop</version>
8+
<version>1.12.3</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.3</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.3</version>
88
</parent>
99

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

tests/slim/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>org.everit.json.schema.tests.parent</artifactId>
75
<groupId>org.everit.json</groupId>
8-
<version>0.0.0-develop</version>
6+
<version>1.12.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.3</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)