Skip to content

Commit e0b57cb

Browse files
committed
set version 3
1 parent ea8cdcc commit e0b57cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Command Line Interface for DataStax Astra</description>
88
<packaging>jar</packaging>
99
<inceptionYear>2022</inceptionYear>
10-
<version>0.2.2</version>
10+
<version>0.3</version>
1111
<url>https://github.com/datastax/astra-cli</url>
1212
<properties>
1313
<sonar.organization>clun-datastax</sonar.organization>

src/main/resources/application.properties

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dsbulk.migrator.version=1.0
1515
###############
1616
## PULSAR ##
1717
###############
18-
pulsar.shell.url=https://github.com/datastax/pulsar/releases/download/ls210_1.1/
19-
pulsar.shell.version=2.10.1.1
18+
#pulsar.shell.url=https://github.com/datastax/pulsar/releases/download/ls210_1.1/
19+
#pulsar.shell.version=2.10.1.1
20+
pulsar.shell.url=https://github.com/datastax/pulsar/releases/download/ls210_3.1/
21+
pulsar.shell.version=2.10.3.1
22+
2023

0 commit comments

Comments
 (0)