This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MCHANGES-396 in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 6f82e1188cfc8e89ccd395f71eea731ddaeacc4f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jan 14 00:46:23 2024 +0100 [MCHANGES-396] Upgrade Eclipse EGit Github client to 5.3.0 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8b7981..592d66a 100644 --- a/pom.xml +++ b/pom.xml @@ -354,7 +354,7 @@ under the License. <dependency> <groupId>org.eclipse.mylyn.github</groupId> <artifactId>org.eclipse.egit.github.core</artifactId> - <version>2.1.5</version> + <version>5.3.0.201903130848-r</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -413,6 +413,16 @@ under the License. </dependency> </dependencies> + <repositories> + <repository> + <releases> + <enabled>true</enabled> + </releases> + <id>eclipse-egit</id> + <url>https://repo.eclipse.org/content/repositories/egit-releases/</url> + </repository> + </repositories> + <build> <plugins> <plugin>
