Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifesdjeen committed Nov 29, 2023
1 parent 4a8e4e9 commit 37761ce
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion harry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions harry-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
2 changes: 1 addition & 1 deletion harry-integration-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion harry-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit 37761ce

Please sign in to comment.