This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch OLINGO-1636-jdk_upgrade in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
commit f17784d49c7d0c42fbcf134cb4f1fd664d86fc10 Author: Iliyan Velichkov <[email protected]> AuthorDate: Wed Dec 13 11:20:17 2023 +0200 add distributionManagement Signed-off-by: Iliyan Velichkov <[email protected]> --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index dd90e1cf..e6a20d63 100644 --- a/pom.xml +++ b/pom.xml @@ -471,4 +471,12 @@ </dependency> </dependencies> </dependencyManagement> + + <distributionManagement> + <repository> + <id>github</id> + <name>GitHub Apache Maven Packages</name> + <url>https://maven.pkg.github.com/dirigiblelabs/olingo-odata2</url> + </repository> + </distributionManagement> </project>
