You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by if...@apache.org on 2022/02/07 13:55:40 UTC

[cassandra-harry] 03/03: [maven-release-plugin] prepare release 1.0.0

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 099081b0299f97efbebef28d5dd9f3a0e0929368
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Mon Feb 7 14:55:35 2022 +0100

    [maven-release-plugin] prepare release 1.0.0
---
 harry-core/pom.xml                 |  5 ++---
 harry-integration-external/pom.xml |  5 ++---
 harry-integration/pom.xml          |  5 ++---
 pom.xml                            | 19 +++++++++++++++----
 4 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/harry-core/pom.xml b/harry-core/pom.xml
index 65fc8eb..7eced35 100755
--- a/harry-core/pom.xml
+++ b/harry-core/pom.xml
@@ -17,8 +17,7 @@
   ~  limitations under the License.
   -->
 
-<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">
+<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">
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
@@ -26,7 +25,7 @@
     <parent>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>harry-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>harry-core</artifactId>
diff --git a/harry-integration-external/pom.xml b/harry-integration-external/pom.xml
index 553cc19..ee8a573 100755
--- a/harry-integration-external/pom.xml
+++ b/harry-integration-external/pom.xml
@@ -17,15 +17,14 @@
   ~  limitations under the License.
   -->
 
-<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">
+<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">
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>org.apache.cassandra</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <artifactId>harry-parent</artifactId>
     </parent>
 
diff --git a/harry-integration/pom.xml b/harry-integration/pom.xml
index 2c2ce00..a7b04e9 100755
--- a/harry-integration/pom.xml
+++ b/harry-integration/pom.xml
@@ -17,15 +17,14 @@
   ~  limitations under the License.
   -->
 
-<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">
+<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">
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>org.apache.cassandra</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <artifactId>harry-parent</artifactId>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 4fadc09..e19e8a4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
   ~  limitations under the License.
   -->
 
-<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">
+<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</groupId>
@@ -39,7 +38,7 @@
 
     <groupId>org.apache.cassandra</groupId>
     <artifactId>harry-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Harry</name>
 
@@ -50,6 +49,9 @@
     </modules>
 
     <properties>
+        <skipTests>true</skipTests>
+        <harry.test.progression.switch-after>1</harry.test.progression.switch-after>
+        <harry.test.cycles>1</harry.test.cycles>
         <javac.target>1.8</javac.target>
         <harry.version>1.0.0-SNAPSHOT</harry.version>
         <cassandra.version>4.0.1-1a05fcf52b</cassandra.version>
@@ -255,6 +257,15 @@
                     <argLine>${argLine.common}</argLine>
                 </configuration>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <skipTests>true</skipTests>
+                    <arguments>-Dmaven.test.skipTests=true -Dmaven.test.skip=true</arguments>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -262,6 +273,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>1.0.0</tag>
     </scm>
 </project>

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