Skip to content

Commit

Permalink
starting new development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Dec 15, 2023
1 parent 2d9e2bf commit 2e7b0d2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>1.14.3</version>
<version>1.14.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>1.14.4</version>
<version>0.0.0-develop</version>
<packaging>bundle</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>1.14.3</version>
<version>1.14.4</version>
<type>jar</type>
</dependency>
</oldVersion>
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>1.14.4</version>
<version>0.0.0-develop</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>1.14.4</version>
<version>0.0.0-develop</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>1.14.4</version>
<version>0.0.0-develop</version>
</parent>

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

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>1.14.4</version>
<version>0.0.0-develop</version>
</parent>

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

0 comments on commit 2e7b0d2

Please sign in to comment.