From 4d9f555075ed248fb427bbec810197d8d77adb42 Mon Sep 17 00:00:00 2001 From: "Barry M. Caceres" Date: Wed, 13 Aug 2025 09:09:31 -0700 Subject: [PATCH 1/2] Updated dependencies to remove beta dependency --- csharp/runner/SnippetRunner/SnippetRunner.csproj | 2 +- .../configuration/InitDefaultConfig/InitDefaultConfig.csproj | 2 +- .../RegisterDataSources/RegisterDataSources.csproj | 2 +- .../snippets/deleting/DeleteViaFutures/DeleteViaFutures.csproj | 2 +- csharp/snippets/deleting/DeleteViaLoop/DeleteViaLoop.csproj | 2 +- .../DeleteWithInfoViaFutures/DeleteWithInfoViaFutures.csproj | 2 +- .../CheckRepositoryPerformance.csproj | 2 +- csharp/snippets/information/GetLicense/GetLicense.csproj | 2 +- .../information/GetRepositoryInfo/GetRepositoryInfo.csproj | 2 +- csharp/snippets/information/GetVersion/GetVersion.csproj | 2 +- .../snippets/initialization/EnginePriming/EnginePriming.csproj | 2 +- .../initialization/EnvironmentAndHubs/EnvironmentAndHubs.csproj | 2 +- .../initialization/PurgeRepository/PurgeRepository.csproj | 2 +- csharp/snippets/loading/LoadRecords/LoadRecords.csproj | 2 +- .../LoadTruthSetWithInfoViaLoop.csproj | 2 +- csharp/snippets/loading/LoadViaFutures/LoadViaFutures.csproj | 2 +- csharp/snippets/loading/LoadViaLoop/LoadViaLoop.csproj | 2 +- csharp/snippets/loading/LoadViaQueue/LoadViaQueue.csproj | 2 +- .../LoadWithInfoViaFutures/LoadWithInfoViaFutures.csproj | 2 +- .../loading/LoadWithStatsViaLoop/LoadWithStatsViaLoop.csproj | 2 +- .../redo/LoadWithRedoViaLoop/LoadWithRedoViaLoop.csproj | 2 +- csharp/snippets/redo/RedoContinuous/RedoContinuous.csproj | 2 +- .../RedoContinuousViaFutures/RedoContinuousViaFutures.csproj | 2 +- .../redo/RedoWithInfoContinuous/RedoWithInfoContinuous.csproj | 2 +- csharp/snippets/searching/SearchRecords/SearchRecords.csproj | 2 +- .../snippets/searching/SearchViaFutures/SearchViaFutures.csproj | 2 +- csharp/snippets/stewardship/ForceResolve/ForceResolve.csproj | 2 +- .../snippets/stewardship/ForceUnresolve/ForceUnresolve.csproj | 2 +- java/pom.xml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/csharp/runner/SnippetRunner/SnippetRunner.csproj b/csharp/runner/SnippetRunner/SnippetRunner.csproj index a1595cc..881d913 100644 --- a/csharp/runner/SnippetRunner/SnippetRunner.csproj +++ b/csharp/runner/SnippetRunner/SnippetRunner.csproj @@ -13,7 +13,7 @@ - + diff --git a/csharp/snippets/configuration/InitDefaultConfig/InitDefaultConfig.csproj b/csharp/snippets/configuration/InitDefaultConfig/InitDefaultConfig.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/configuration/InitDefaultConfig/InitDefaultConfig.csproj +++ b/csharp/snippets/configuration/InitDefaultConfig/InitDefaultConfig.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/configuration/RegisterDataSources/RegisterDataSources.csproj b/csharp/snippets/configuration/RegisterDataSources/RegisterDataSources.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/configuration/RegisterDataSources/RegisterDataSources.csproj +++ b/csharp/snippets/configuration/RegisterDataSources/RegisterDataSources.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/deleting/DeleteViaFutures/DeleteViaFutures.csproj b/csharp/snippets/deleting/DeleteViaFutures/DeleteViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/deleting/DeleteViaFutures/DeleteViaFutures.csproj +++ b/csharp/snippets/deleting/DeleteViaFutures/DeleteViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/deleting/DeleteViaLoop/DeleteViaLoop.csproj b/csharp/snippets/deleting/DeleteViaLoop/DeleteViaLoop.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/deleting/DeleteViaLoop/DeleteViaLoop.csproj +++ b/csharp/snippets/deleting/DeleteViaLoop/DeleteViaLoop.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/deleting/DeleteWithInfoViaFutures/DeleteWithInfoViaFutures.csproj b/csharp/snippets/deleting/DeleteWithInfoViaFutures/DeleteWithInfoViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/deleting/DeleteWithInfoViaFutures/DeleteWithInfoViaFutures.csproj +++ b/csharp/snippets/deleting/DeleteWithInfoViaFutures/DeleteWithInfoViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/information/CheckRepositoryPerformance/CheckRepositoryPerformance.csproj b/csharp/snippets/information/CheckRepositoryPerformance/CheckRepositoryPerformance.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/information/CheckRepositoryPerformance/CheckRepositoryPerformance.csproj +++ b/csharp/snippets/information/CheckRepositoryPerformance/CheckRepositoryPerformance.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/information/GetLicense/GetLicense.csproj b/csharp/snippets/information/GetLicense/GetLicense.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/information/GetLicense/GetLicense.csproj +++ b/csharp/snippets/information/GetLicense/GetLicense.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/information/GetRepositoryInfo/GetRepositoryInfo.csproj b/csharp/snippets/information/GetRepositoryInfo/GetRepositoryInfo.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/information/GetRepositoryInfo/GetRepositoryInfo.csproj +++ b/csharp/snippets/information/GetRepositoryInfo/GetRepositoryInfo.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/information/GetVersion/GetVersion.csproj b/csharp/snippets/information/GetVersion/GetVersion.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/information/GetVersion/GetVersion.csproj +++ b/csharp/snippets/information/GetVersion/GetVersion.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/initialization/EnginePriming/EnginePriming.csproj b/csharp/snippets/initialization/EnginePriming/EnginePriming.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/initialization/EnginePriming/EnginePriming.csproj +++ b/csharp/snippets/initialization/EnginePriming/EnginePriming.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/initialization/EnvironmentAndHubs/EnvironmentAndHubs.csproj b/csharp/snippets/initialization/EnvironmentAndHubs/EnvironmentAndHubs.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/initialization/EnvironmentAndHubs/EnvironmentAndHubs.csproj +++ b/csharp/snippets/initialization/EnvironmentAndHubs/EnvironmentAndHubs.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/initialization/PurgeRepository/PurgeRepository.csproj b/csharp/snippets/initialization/PurgeRepository/PurgeRepository.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/initialization/PurgeRepository/PurgeRepository.csproj +++ b/csharp/snippets/initialization/PurgeRepository/PurgeRepository.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadRecords/LoadRecords.csproj b/csharp/snippets/loading/LoadRecords/LoadRecords.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadRecords/LoadRecords.csproj +++ b/csharp/snippets/loading/LoadRecords/LoadRecords.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadTruthSetWithInfoViaLoop/LoadTruthSetWithInfoViaLoop.csproj b/csharp/snippets/loading/LoadTruthSetWithInfoViaLoop/LoadTruthSetWithInfoViaLoop.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadTruthSetWithInfoViaLoop/LoadTruthSetWithInfoViaLoop.csproj +++ b/csharp/snippets/loading/LoadTruthSetWithInfoViaLoop/LoadTruthSetWithInfoViaLoop.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadViaFutures/LoadViaFutures.csproj b/csharp/snippets/loading/LoadViaFutures/LoadViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadViaFutures/LoadViaFutures.csproj +++ b/csharp/snippets/loading/LoadViaFutures/LoadViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadViaLoop/LoadViaLoop.csproj b/csharp/snippets/loading/LoadViaLoop/LoadViaLoop.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadViaLoop/LoadViaLoop.csproj +++ b/csharp/snippets/loading/LoadViaLoop/LoadViaLoop.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadViaQueue/LoadViaQueue.csproj b/csharp/snippets/loading/LoadViaQueue/LoadViaQueue.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadViaQueue/LoadViaQueue.csproj +++ b/csharp/snippets/loading/LoadViaQueue/LoadViaQueue.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadWithInfoViaFutures/LoadWithInfoViaFutures.csproj b/csharp/snippets/loading/LoadWithInfoViaFutures/LoadWithInfoViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadWithInfoViaFutures/LoadWithInfoViaFutures.csproj +++ b/csharp/snippets/loading/LoadWithInfoViaFutures/LoadWithInfoViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/loading/LoadWithStatsViaLoop/LoadWithStatsViaLoop.csproj b/csharp/snippets/loading/LoadWithStatsViaLoop/LoadWithStatsViaLoop.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/loading/LoadWithStatsViaLoop/LoadWithStatsViaLoop.csproj +++ b/csharp/snippets/loading/LoadWithStatsViaLoop/LoadWithStatsViaLoop.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/redo/LoadWithRedoViaLoop/LoadWithRedoViaLoop.csproj b/csharp/snippets/redo/LoadWithRedoViaLoop/LoadWithRedoViaLoop.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/redo/LoadWithRedoViaLoop/LoadWithRedoViaLoop.csproj +++ b/csharp/snippets/redo/LoadWithRedoViaLoop/LoadWithRedoViaLoop.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/redo/RedoContinuous/RedoContinuous.csproj b/csharp/snippets/redo/RedoContinuous/RedoContinuous.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/redo/RedoContinuous/RedoContinuous.csproj +++ b/csharp/snippets/redo/RedoContinuous/RedoContinuous.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/redo/RedoContinuousViaFutures/RedoContinuousViaFutures.csproj b/csharp/snippets/redo/RedoContinuousViaFutures/RedoContinuousViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/redo/RedoContinuousViaFutures/RedoContinuousViaFutures.csproj +++ b/csharp/snippets/redo/RedoContinuousViaFutures/RedoContinuousViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/redo/RedoWithInfoContinuous/RedoWithInfoContinuous.csproj b/csharp/snippets/redo/RedoWithInfoContinuous/RedoWithInfoContinuous.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/redo/RedoWithInfoContinuous/RedoWithInfoContinuous.csproj +++ b/csharp/snippets/redo/RedoWithInfoContinuous/RedoWithInfoContinuous.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/searching/SearchRecords/SearchRecords.csproj b/csharp/snippets/searching/SearchRecords/SearchRecords.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/searching/SearchRecords/SearchRecords.csproj +++ b/csharp/snippets/searching/SearchRecords/SearchRecords.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/searching/SearchViaFutures/SearchViaFutures.csproj b/csharp/snippets/searching/SearchViaFutures/SearchViaFutures.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/searching/SearchViaFutures/SearchViaFutures.csproj +++ b/csharp/snippets/searching/SearchViaFutures/SearchViaFutures.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/stewardship/ForceResolve/ForceResolve.csproj b/csharp/snippets/stewardship/ForceResolve/ForceResolve.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/stewardship/ForceResolve/ForceResolve.csproj +++ b/csharp/snippets/stewardship/ForceResolve/ForceResolve.csproj @@ -12,7 +12,7 @@ - + diff --git a/csharp/snippets/stewardship/ForceUnresolve/ForceUnresolve.csproj b/csharp/snippets/stewardship/ForceUnresolve/ForceUnresolve.csproj index eb45fe4..f5a32c1 100644 --- a/csharp/snippets/stewardship/ForceUnresolve/ForceUnresolve.csproj +++ b/csharp/snippets/stewardship/ForceUnresolve/ForceUnresolve.csproj @@ -12,7 +12,7 @@ - + diff --git a/java/pom.xml b/java/pom.xml index 0a12f4a..3842f4d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -18,7 +18,7 @@ com.senzing sz-sdk - 4.0.0-beta.4.0 + [4.0.0,4.9999999.9999999] system ${SENZING_PATH}/er/sdk/java/sz-sdk.jar From 85ae772b4e2553577ee63a38a137704d0edfe3ef Mon Sep 17 00:00:00 2001 From: "Barry M. Caceres" Date: Wed, 13 Aug 2025 09:26:28 -0700 Subject: [PATCH 2/2] Changed pom.xml system-path dependency to specific version --- java/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 3842f4d..3815465 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -14,11 +14,11 @@ http://www.apache.org/licenses/LICENSE-2.0 - + com.senzing sz-sdk - [4.0.0,4.9999999.9999999] + 4.0.0 system ${SENZING_PATH}/er/sdk/java/sz-sdk.jar @@ -30,7 +30,7 @@ org.xerial sqlite-jdbc - 3.47.2.0 + 3.50.3.0