Skip to content

Commit

Permalink
bumping version number to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Sep 20, 2019
1 parent a56e330 commit 4db59a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>0.0.0-develop</version>
<version>1.12.0</version>
<packaging>bundle</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.parent</artifactId>
<version>0.0.0-develop</version>
<version>1.12.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tests/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.tests.parent</artifactId>
<version>0.0.0-develop</version>
<version>1.12.0</version>
</parent>

<artifactId>org.everit.json.schema.tests.android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.parent</artifactId>
<version>0.0.0-develop</version>
<version>1.12.0</version>
</parent>

<artifactId>org.everit.json.schema.tests.parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.tests.parent</artifactId>
<version>0.0.0-develop</version>
<version>1.12.0</version>
</parent>

<artifactId>org.everit.json.schema.tests.vanilla</artifactId>
Expand Down

0 comments on commit 4db59a7

Please sign in to comment.