File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<groupId >com.datastax.astra</groupId >
7
5
<artifactId >astra-cli</artifactId >
8
6
<name >Astra Cli</name >
9
7
<description >Command Line Interface for DataStax Astra</description >
10
8
<packaging >jar</packaging >
11
9
<inceptionYear >2022</inceptionYear >
12
- <version >0.1-SNAPSHOT </version >
10
+ <version >0.1</version >
13
11
<url >https://github.com/datastax/astra-cli</url >
14
12
<properties >
15
13
<sonar .organization>clun-datastax</sonar .organization>
216
214
<configuration >
217
215
<shadedArtifactAttached >true</shadedArtifactAttached >
218
216
<transformers >
219
- <transformer
220
- implementation=" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
217
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
221
218
<mainClass >${app.main.class} </mainClass >
222
219
</transformer >
223
220
</transformers >
378
375
<
connection >scm:git:
[email protected] :datastax/astra-cli.git</
connection >
379
376
<
developerConnection >scm:git:
[email protected] :datastax/astra-cli.git</
developerConnection >
380
377
<url >https://github.com/datastax/astra-cli</url >
381
- <tag >HEAD </tag >
378
+ <tag >0.1 </tag >
382
379
</scm >
383
380
384
381
<distributionManagement >
You can’t perform that action at this time.
0 commit comments