From 11ac1cc74cbea7a1f89a2b77d55c2c4ccdef4a01 Mon Sep 17 00:00:00 2001 From: Dave Moten Date: Sat, 27 Apr 2024 11:06:05 +1000 Subject: [PATCH] prepare for release 0.1.95 --- odata-client-generator/pom.xml | 2 +- odata-client-maven-plugin/pom.xml | 2 +- odata-client-microsoft-analytics/pom.xml | 2 +- odata-client-microsoft-client-builder/pom.xml | 2 +- odata-client-microsoft-dynamics/pom.xml | 2 +- odata-client-msgraph-beta/pom.xml | 2 +- odata-client-msgraph/pom.xml | 2 +- odata-client-runtime/pom.xml | 2 +- odata-client-test-datascope/pom.xml | 2 +- odata-client-test-northwind/pom.xml | 2 +- odata-client-test-olingo-trip-pin/pom.xml | 2 +- odata-client-test-report/pom.xml | 2 +- odata-client-test-sample-server/pom.xml | 2 +- odata-client-test-service/pom.xml | 2 +- odata-client-test-trip-pin/pom.xml | 2 +- odata-client-test-unit/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/odata-client-generator/pom.xml b/odata-client-generator/pom.xml index 181d3f5f..5f561088 100644 --- a/odata-client-generator/pom.xml +++ b/odata-client-generator/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-generator ${project.artifactId} diff --git a/odata-client-maven-plugin/pom.xml b/odata-client-maven-plugin/pom.xml index 1563e308..5821430b 100644 --- a/odata-client-maven-plugin/pom.xml +++ b/odata-client-maven-plugin/pom.xml @@ -5,7 +5,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-maven-plugin maven-plugin diff --git a/odata-client-microsoft-analytics/pom.xml b/odata-client-microsoft-analytics/pom.xml index 7ac384c7..e7617443 100644 --- a/odata-client-microsoft-analytics/pom.xml +++ b/odata-client-microsoft-analytics/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-microsoft-analytics ${project.artifactId} diff --git a/odata-client-microsoft-client-builder/pom.xml b/odata-client-microsoft-client-builder/pom.xml index 9e0681e9..ad2e9669 100644 --- a/odata-client-microsoft-client-builder/pom.xml +++ b/odata-client-microsoft-client-builder/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-microsoft-client-builder ${project.artifactId} diff --git a/odata-client-microsoft-dynamics/pom.xml b/odata-client-microsoft-dynamics/pom.xml index 7a90f205..12e3da22 100644 --- a/odata-client-microsoft-dynamics/pom.xml +++ b/odata-client-microsoft-dynamics/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-microsoft-dynamics ${project.artifactId} diff --git a/odata-client-msgraph-beta/pom.xml b/odata-client-msgraph-beta/pom.xml index b7f6996d..8fcc6b64 100644 --- a/odata-client-msgraph-beta/pom.xml +++ b/odata-client-msgraph-beta/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-msgraph-beta ${project.artifactId} diff --git a/odata-client-msgraph/pom.xml b/odata-client-msgraph/pom.xml index 2a53da26..891bb02d 100644 --- a/odata-client-msgraph/pom.xml +++ b/odata-client-msgraph/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-msgraph ${project.artifactId} diff --git a/odata-client-runtime/pom.xml b/odata-client-runtime/pom.xml index 8447d745..1099f103 100644 --- a/odata-client-runtime/pom.xml +++ b/odata-client-runtime/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-runtime ${project.artifactId} diff --git a/odata-client-test-datascope/pom.xml b/odata-client-test-datascope/pom.xml index bb3debfb..42b10691 100644 --- a/odata-client-test-datascope/pom.xml +++ b/odata-client-test-datascope/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-datascope ${project.artifactId} diff --git a/odata-client-test-northwind/pom.xml b/odata-client-test-northwind/pom.xml index 4a4a741e..2a91c08a 100644 --- a/odata-client-test-northwind/pom.xml +++ b/odata-client-test-northwind/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-northwind ${project.artifactId} diff --git a/odata-client-test-olingo-trip-pin/pom.xml b/odata-client-test-olingo-trip-pin/pom.xml index e9628e59..098a895c 100644 --- a/odata-client-test-olingo-trip-pin/pom.xml +++ b/odata-client-test-olingo-trip-pin/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-olingo-trip-pin ${project.artifactId} diff --git a/odata-client-test-report/pom.xml b/odata-client-test-report/pom.xml index 85c9208e..f6c8809c 100644 --- a/odata-client-test-report/pom.xml +++ b/odata-client-test-report/pom.xml @@ -4,7 +4,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-report diff --git a/odata-client-test-sample-server/pom.xml b/odata-client-test-sample-server/pom.xml index fcdc9c0d..bfd88950 100644 --- a/odata-client-test-sample-server/pom.xml +++ b/odata-client-test-sample-server/pom.xml @@ -15,7 +15,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-sample-server diff --git a/odata-client-test-service/pom.xml b/odata-client-test-service/pom.xml index 09a5a7f6..2e2e800f 100644 --- a/odata-client-test-service/pom.xml +++ b/odata-client-test-service/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-service ${project.artifactId} diff --git a/odata-client-test-trip-pin/pom.xml b/odata-client-test-trip-pin/pom.xml index b802e12a..5157681e 100644 --- a/odata-client-test-trip-pin/pom.xml +++ b/odata-client-test-trip-pin/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-trip-pin ${project.artifactId} diff --git a/odata-client-test-unit/pom.xml b/odata-client-test-unit/pom.xml index a071ff9d..c567b665 100644 --- a/odata-client-test-unit/pom.xml +++ b/odata-client-test-unit/pom.xml @@ -6,7 +6,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 odata-client-test-unit ${project.artifactId} diff --git a/pom.xml b/pom.xml index de18300e..cafc5e25 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.davidmoten odata-client-parent - 0.1.95-SNAPSHOT + 0.1.95 ${project.artifactId} Generates odata clients