From 3c71b53a38ad19e6f13de3a860291687728885e1 Mon Sep 17 00:00:00 2001 From: Tristan Tarrant Date: Thu, 7 Apr 2022 18:05:00 +0200 Subject: [PATCH] 4.4.3-SNAPSHOT --- README.md | 4 ++-- core/pom.xml | 2 +- integrationtests/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- processor/pom.xml | 2 +- sample-domain-definition/pom.xml | 2 +- sample-domain-implementation/pom.xml | 2 +- types/pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 81965d370..994abd6ea 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.2.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.3-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.2.Final + 4.4.3-SNAPSHOT ``` diff --git a/core/pom.xml b/core/pom.xml index c7e8f2506..fb54a796a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index f573ce53d..6b16c1923 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 04da3b973..2c85e60a3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT pom ProtoStream - parent diff --git a/pom.xml b/pom.xml index 36eda7d44..828ae10ef 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT parent/pom.xml diff --git a/processor/pom.xml b/processor/pom.xml index 078c7fc24..24d00a37f 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml diff --git a/sample-domain-definition/pom.xml b/sample-domain-definition/pom.xml index 9b5f3e610..a3692e213 100644 --- a/sample-domain-definition/pom.xml +++ b/sample-domain-definition/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml diff --git a/sample-domain-implementation/pom.xml b/sample-domain-implementation/pom.xml index cc7fc8f8c..9a72bc388 100644 --- a/sample-domain-implementation/pom.xml +++ b/sample-domain-implementation/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml diff --git a/types/pom.xml b/types/pom.xml index b0cf68bc7..ebf21cacd 100644 --- a/types/pom.xml +++ b/types/pom.xml @@ -6,7 +6,7 @@ org.infinispan.protostream parent - 4.4.2.Final + 4.4.3-SNAPSHOT ../parent/pom.xml