This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git

commit 37761ce599242a34b027baff520e1185b7a7c3af
Author: Alex Petrov <oleksandr.pet...@gmail.com>
AuthorDate: Wed Nov 29 11:59:25 2023 +0100

    [maven-release-plugin] prepare release 0.0.2
---
 harry-core/pom.xml                 |  2 +-
 harry-examples/pom.xml             | 12 ++++++------
 harry-integration-external/pom.xml |  2 +-
 harry-integration/pom.xml          |  2 +-
 pom.xml                            |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/harry-core/pom.xml b/harry-core/pom.xml
index a65fe5e..ef11eab 100755
--- a/harry-core/pom.xml
+++ b/harry-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>harry-parent</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>harry-core</artifactId>
diff --git a/harry-examples/pom.xml b/harry-examples/pom.xml
index 9cba720..d557032 100644
--- a/harry-examples/pom.xml
+++ b/harry-examples/pom.xml
@@ -19,7 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <parent>
         <groupId>org.apache.cassandra</groupId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
         <artifactId>harry-parent</artifactId>
     </parent>
 
@@ -29,30 +29,30 @@
         <dependency>
             <groupId>org.apache.cassandra</groupId>
             <artifactId>harry-core</artifactId>
-            <version>0.0.2-SNAPSHOT</version>
+            <version>0.0.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cassandra</groupId>
             <artifactId>harry-integration-external</artifactId>
-            <version>0.0.2-SNAPSHOT</version>
+            <version>0.0.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cassandra</groupId>
             <artifactId>harry-integration</artifactId>
-            <version>0.0.2-SNAPSHOT</version>
+            <version>0.0.2</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
     <name>Harry Examples</name>
     <artifactId>harry-examples</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.2</version>
 
     <scm>
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/cassandra-harry.git</url>
-        <tag>0.0.1</tag>
+        <tag>0.0.2</tag>
     </scm>
 </project>
diff --git a/harry-integration-external/pom.xml 
b/harry-integration-external/pom.xml
index e0d4528..c7ca8ad 100755
--- a/harry-integration-external/pom.xml
+++ b/harry-integration-external/pom.xml
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.apache.cassandra</groupId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
         <artifactId>harry-parent</artifactId>
     </parent>
 
diff --git a/harry-integration/pom.xml b/harry-integration/pom.xml
index 03daedc..967e935 100755
--- a/harry-integration/pom.xml
+++ b/harry-integration/pom.xml
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.apache.cassandra</groupId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
         <artifactId>harry-parent</artifactId>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index c023367..855078c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.cassandra</groupId>
     <artifactId>harry-parent</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.2</version>
 
     <name>Harry</name>
     <profiles>
@@ -272,6 +272,6 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/cassandra-harry.git</url>
-        <tag>0.0.1</tag>
+        <tag>0.0.2</tag>
     </scm>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to