Skip to content

Commit 530430c

Browse files
committed
[maven-release-plugin] prepare release 0.1
1 parent 8c22fb2 commit 530430c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.datastax.astra</groupId>
75
<artifactId>astra-cli</artifactId>
86
<name>Astra Cli</name>
97
<description>Command Line Interface for DataStax Astra</description>
108
<packaging>jar</packaging>
119
<inceptionYear>2022</inceptionYear>
12-
<version>0.1-SNAPSHOT</version>
10+
<version>0.1</version>
1311
<url>https://github.com/datastax/astra-cli</url>
1412
<properties>
1513
<sonar.organization>clun-datastax</sonar.organization>
@@ -216,8 +214,7 @@
216214
<configuration>
217215
<shadedArtifactAttached>true</shadedArtifactAttached>
218216
<transformers>
219-
<transformer
220-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
217+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
221218
<mainClass>${app.main.class}</mainClass>
222219
</transformer>
223220
</transformers>
@@ -378,7 +375,7 @@
378375
<connection>scm:git:[email protected]:datastax/astra-cli.git</connection>
379376
<developerConnection>scm:git:[email protected]:datastax/astra-cli.git</developerConnection>
380377
<url>https://github.com/datastax/astra-cli</url>
381-
<tag>HEAD</tag>
378+
<tag>0.1</tag>
382379
</scm>
383380

384381
<distributionManagement>

0 commit comments

Comments
 (0)