This is an automated email from the ASF dual-hosted git repository. ifesdjeen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
commit 7a2f029676d3b9294f10263742aa4ba07b9abcfd Author: Alex Petrov <[email protected]> AuthorDate: Mon Mar 23 10:15:04 2020 +0100 [maven-release-plugin] prepare release 0.0.1 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0e6cc3a..3e15b53 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ ~ specific language governing permissions and 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -28,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cassandra</groupId> <artifactId>dtest-api</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.1</version> <name>In JVM Test API</name> <description>In JVM Test API</description> @@ -113,6 +112,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</url> - </scm> + <tag>0.0.1</tag> + </scm> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
