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 6fab1a7995380415dd3ed7de9c57fdbb3c365c5a Author: Alex Petrov <[email protected]> AuthorDate: Mon Mar 23 10:13:33 2020 +0100 Revert "[maven-release-plugin] prepare release 0.0.1" This reverts commit c77ec668db8d948fdcf2b396321e283a06bb6473. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3e15b53..0e6cc3a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,8 @@ ~ 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> @@ -27,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cassandra</groupId> <artifactId>dtest-api</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <name>In JVM Test API</name> <description>In JVM Test API</description> @@ -112,7 +113,6 @@ <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> - <tag>0.0.1</tag> - </scm> + </scm> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
