Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 17, 2017
1 parent d0a8357 commit 2adb585
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-avro</artifactId>
<name>Jackson dataformat: Avro</name>
Expand Down
2 changes: 1 addition & 1 deletion cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-cbor</artifactId>
<name>Jackson dataformat: CBOR</name>
Expand Down
2 changes: 1 addition & 1 deletion ion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-ion</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.0.pr4</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<name>Jackson dataformats: Binary</name>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson binary dataformats.
</description>
Expand Down
2 changes: 1 addition & 1 deletion protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-protobuf</artifactId>
<name>Jackson dataformat: protobuf</name>
Expand Down
2 changes: 1 addition & 1 deletion smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.9.1.pr4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-smile</artifactId>
<name>Jackson dataformat: Smile</name>
Expand Down

0 comments on commit 2adb585

Please sign in to comment.