File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/test/java/org/apache/beam/sdk/io/astra/db Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# release configuration
2- # Wed Jun 21 19:47:11 CEST 2023
2+ # Wed Jun 21 19:54:19 CEST 2023
33projectVersionPolicyId =default
44remoteTagging =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
66scm.commentPrefix =[maven-release-plugin]
77project.scm.com.datastax.astra\: beam-sdks-java-io-astra.developerConnection =scm\:git\:git@github.com\:clun/beam-sdks-java-io-astra.git
88project.scm.com.datastax.astra\: beam-sdks-java-io-astra.connection =scm\:git\:git@github.com\:clun/beam-sdks-java-io-astra.git
99completedPhase =generate-release-poms
1010scm.url =scm\:git\:git@github.com\:clun/beam-sdks-java-io-astra.git
1111project.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
1313scm.tagNameFormat =@{project.version}
1414pushChanges =true
1515project.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
1717exec.snapshotReleasePluginAllowed =false
1818preparationGoals =clean verify
Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments