diff --git a/README.md b/README.md index 89bb2e974..a31b3b821 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ProtoStream [![Build Status](https://travis-ci.org/infinispan/protostream.svg?branch=master)](https://travis-ci.org/infinispan/protostream) -[![Maven Central](https://img.shields.io/badge/maven/central-4.4.1.Final-green.svg)](http://search.maven.org/#artifactdetails|org.infinispan.protostream|protostream|4.4.0.Final|) +[![Maven Central](https://img.shields.io/badge/maven/central-4.4.2-SNAPSHOT-green.svg)](http://search.maven.org/#artifactdetails|org.infinispan.protostream|protostream|4.4.0.Final|) [![Javadoc](https://img.shields.io/badge/Javadoc-online-green.svg)](http://www.javadoc.io/doc/org.infinispan.protostream/protostream) [![License](https://img.shields.io/github/license/infinispan/infinispan.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Java 8+](https://img.shields.io/badge/java-8+-blue.svg)](http://java.oracle.com) @@ -20,7 +20,7 @@ Add this dependency to your pom.xml file: org.infinispan.protostream protostream - 4.4.1.Final + 4.4.2-SNAPSHOT ``` diff --git a/core/pom.xml b/core/pom.xml index ccba56906..177318392 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index fbd3b7f98..d49e3d8c3 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index af8bfe3de..534c3d1e1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT pom ProtoStream - parent diff --git a/pom.xml b/pom.xml index 725865219..78c72e1c0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT parent/pom.xml diff --git a/processor/pom.xml b/processor/pom.xml index 0dd4c9246..eadb52852 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml diff --git a/sample-domain-definition/pom.xml b/sample-domain-definition/pom.xml index 8e9231141..b9801b3d3 100644 --- a/sample-domain-definition/pom.xml +++ b/sample-domain-definition/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml diff --git a/sample-domain-implementation/pom.xml b/sample-domain-implementation/pom.xml index 056f5393a..920316f1e 100644 --- a/sample-domain-implementation/pom.xml +++ b/sample-domain-implementation/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml diff --git a/types/pom.xml b/types/pom.xml index 9ea648787..6cd152a81 100644 --- a/types/pom.xml +++ b/types/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.1.Final + 4.4.2-SNAPSHOT ../parent/pom.xml