File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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>
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 >
378375 <connection >scm:git:git@github.com:datastax/astra-cli.git</connection >
379376 <developerConnection >scm:git:git@github.com: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 >
You can’t perform that action at this time.
0 commit comments