Skip to content

Commit

Permalink
SNAPSHOT Version
Browse files Browse the repository at this point in the history
  • Loading branch information
afranzi committed Jan 9, 2019
1 parent 5df4054 commit 7785521
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>2.0.0</version>
<version>1.10.1-afranzi-SNAPSHOT</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 @@ -6,7 +6,7 @@

<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.parent</artifactId>
<version>2.0.0</version>
<version>1.10.1-afranzi-SNAPSHOT</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.tests.parent</artifactId>
<version>2.0.0</version>
<version>1.10.1-afranzi-SNAPSHOT</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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.parent</artifactId>
<version>2.0.0</version>
<version>1.10.1-afranzi-SNAPSHOT</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema.tests.parent</artifactId>
<version>2.0.0</version>
<version>1.10.1-afranzi-SNAPSHOT</version>
</parent>

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

0 comments on commit 7785521

Please sign in to comment.