Skip to content

Commit de9772a

Browse files
committed
cleanup
1 parent 46c8e2a commit de9772a

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Apache Beam SDK to work with Astra Pipelines</description>
77
<name>Beam SDK for Astra</name>
88
<packaging>jar</packaging>
9-
<version>4.16.3-SNAPSHOT</version>
9+
<version>4.16.3</version>
1010
<url>https://github.com/clun/beam-sdks-java-io-astra</url>
1111

1212
<properties>
@@ -326,7 +326,7 @@
326326
<connection>scm:git:[email protected]:clun/beam-sdks-java-io-astra.git</connection>
327327
<developerConnection>scm:git:[email protected]:clun/beam-sdks-java-io-astra.git</developerConnection>
328328
<url>https://github.com/clun/beam-sdks-java-io-astra</url>
329-
<tag>HEAD</tag>
329+
<tag>4.16.3</tag>
330330
</scm>
331331

332332
<distributionManagement>

release.properties

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/test/java/org/apache/beam/sdk/io/astra/AbstractAstraTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ protected static byte[] getSecureBundle(String dbname, String keyspace) {
9595
* Cassandra cluster
9696
*/
9797
protected static CqlSession getCqlSession(String dbName, String keyspace) {
98+
System.out.println(getSecureConnectBundlePath(dbName, keyspace));
9899
if (cqlSession == null || cqlSession.isClosed()) {
99100
cqlSession = CqlSession.builder()
100101
.withCloudSecureConnectBundle(getSecureConnectBundlePath(dbName, keyspace))

0 commit comments

Comments
 (0)