This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 313b9e9 [maven-release-plugin] prepare release 2.0.4
313b9e9 is described below
commit 313b9e922f810c6d1cd657a134e9151a2027e69a
Author: Thomas Andraschko <[email protected]>
AuthorDate: Thu Jul 9 17:44:21 2020 +0200
[maven-release-plugin] prepare release 2.0.4
---
bundle/pom.xml | 2 +-
bval-extras/pom.xml | 2 +-
bval-jsr/pom.xml | 4 ++--
bval-tck/pom.xml | 2 +-
pom.xml | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 8846e03..1d8616c 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.bval</groupId>
<artifactId>bval-parent</artifactId>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
</parent>
<!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index e3cda21..87acb89 100644
--- a/bval-extras/pom.xml
+++ b/bval-extras/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.bval</groupId>
<artifactId>bval-parent</artifactId>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
</parent>
<artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 2235a9e..63a68c9 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.bval</groupId>
<artifactId>bval-parent</artifactId>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
</parent>
<artifactId>bval-jsr</artifactId>
@@ -390,7 +390,7 @@ build.timestamp=${timestamp}
<shadedClassifierName>jakarta</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
- <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
</transformers>
<artifactSet> <!-- don't include transitive deps
-->
<includes>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index edd1705..070cd35 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.bval</groupId>
<artifactId>bval-parent</artifactId>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
</parent>
<artifactId>bval-tck-runner</artifactId>
diff --git a/pom.xml b/pom.xml
index 2773c3d..84e309a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<artifactId>bval-parent</artifactId>
<name>Apache BVal :: bval-parent (Parent POM)</name>
<packaging>pom</packaging>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
<description>Apache BVal parent pom</description>
@@ -56,7 +56,7 @@
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/bval</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bval</developerConnection>
<url>http://git-wip-us.apache.org/repos/asf/bval</url>
- <tag>HEAD</tag>
+ <tag>2.0.4</tag>
</scm>
<mailingLists>