From 65dcad48424fe63db9f5bd73a14efa1fb56f71ed Mon Sep 17 00:00:00 2001 From: Zachary Bischoff <116595361+bischoffz@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:24:19 -0500 Subject: [PATCH] Update proto paths in jar (#7) * update proto paths in jar --- pom.xml | 4 ++-- protobuf/pom.xml | 8 +++++++- .../aspr/ms/taskit/protobuf => google/type}/date.proto | 0 .../protobuf/{ => testsupport}/testcomplexobject.proto | 2 +- .../ms/taskit/protobuf/{ => testsupport}/testobject.proto | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) rename protobuf/src/main/proto/{gov/hhs/aspr/ms/taskit/protobuf => google/type}/date.proto (100%) rename protobuf/src/main/proto/gov/hhs/aspr/ms/taskit/protobuf/{ => testsupport}/testcomplexobject.proto (88%) rename protobuf/src/main/proto/gov/hhs/aspr/ms/taskit/protobuf/{ => testsupport}/testobject.proto (73%) diff --git a/pom.xml b/pom.xml index 3167464..be55dca 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ - - 3.0.0 + + 3.1.0 UTF-8 diff --git a/protobuf/pom.xml b/protobuf/pom.xml index 4083343..56f9db7 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -52,6 +52,11 @@ + + + src/main/proto + +