Skip to content

Commit a7bacf3

Browse files
committed
remove
1 parent b819d5b commit a7bacf3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

release.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#release configuration
2-
#Wed Jun 21 19:47:11 CEST 2023
2+
#Wed Jun 21 19:54:19 CEST 2023
33
projectVersionPolicyId=default
44
remoteTagging=true
5-
project.rel.com.datastax.astra\:beam-sdks-java-io-astra=4.16.0
5+
project.rel.com.datastax.astra\:beam-sdks-java-io-astra=4.16.1
66
scm.commentPrefix=[maven-release-plugin]
77
project.scm.com.datastax.astra\:beam-sdks-java-io-astra.developerConnection=scm\:git\:[email protected]\:clun/beam-sdks-java-io-astra.git
88
project.scm.com.datastax.astra\:beam-sdks-java-io-astra.connection=scm\:git\:[email protected]\:clun/beam-sdks-java-io-astra.git
99
completedPhase=generate-release-poms
1010
scm.url=scm\:git\:[email protected]\:clun/beam-sdks-java-io-astra.git
1111
project.scm.com.datastax.astra\:beam-sdks-java-io-astra.tag=HEAD
12-
project.dev.com.datastax.astra\:beam-sdks-java-io-astra=4.16.1-SNAPSHOT
12+
project.dev.com.datastax.astra\:beam-sdks-java-io-astra=4.16.2-SNAPSHOT
1313
scm.tagNameFormat=@{project.version}
1414
pushChanges=true
1515
project.scm.com.datastax.astra\:beam-sdks-java-io-astra.url=https\://github.com/clun/beam-sdks-java-io-astra
16-
scm.tag=4.16.0
16+
scm.tag=4.16.1
1717
exec.snapshotReleasePluginAllowed=false
1818
preparationGoals=clean verify

src/test/java/org/apache/beam/sdk/io/astra/db/AstraDbIOTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ public void test06ReadWithUnfilteredQuery() throws Exception {
275275
pipeline.run();
276276
}
277277

278-
@Test
279278
public void test07WriteAndDelete() throws IOException, InterruptedException {
280279
// Given a Table with records
281280
assertEquals((long) SCIENTISTS_COUNT, getRows(Scientist.TABLE_NAME).size());

0 commit comments

Comments
 (0)