Skip to content

Commit 4636637

Browse files
committed
bumping version number to 1.0.2
1 parent 7d59b1d commit 4636637

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the following to your `pom.xml`:
1212
<dependency>
1313
<groupId>org.everit.json</groupId>
1414
<artifactId>org.everit.json.schema</artifactId>
15-
<version>1.0.0</version>
15+
<version>1.0.2</version>
1616
</dependency>
1717
```
1818

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.everit.json</groupId>
3131
<artifactId>org.everit.json.schema</artifactId>
32-
<version>1.0.1</version>
32+
<version>1.0.2</version>
3333

3434
<packaging>bundle</packaging>
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.everit.json</groupId>
3131
<artifactId>org.everit.json.schema.parent</artifactId>
32-
<version>1.0.1</version>
32+
<version>1.0.2</version>
3333

3434
<packaging>pom</packaging>
3535

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.everit.json</groupId>
2626
<artifactId>org.everit.json.schema.parent</artifactId>
27-
<version>1.0.1</version>
27+
<version>1.0.2</version>
2828
</parent>
2929

3030
<artifactId>org.everit.json.schema.tests</artifactId>

0 commit comments

Comments
 (0)