From f32b8612433e499090c76ded014dd5e94322b786 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Mon, 18 Mar 2013 07:44:48 -0700 Subject: JGit 3.0: move internal classes into an internal subpackage This breaks all existing callers once. Applications are not supposed to build against the internal storage API unless they can accept API churn and make necessary updates as versions change. Change-Id: I2ab1327c202ef2003565e1b0770a583970e432e9 --- org.eclipse.jgit.packaging/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.eclipse.jgit.packaging/pom.xml') diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index cf8e646215..ddb6635f89 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit jgit.tycho.parent - 2.4.0-SNAPSHOT + 3.0.0-SNAPSHOT pom JGit Tycho Parent @@ -113,7 +113,7 @@ org.eclipse.jgit org.eclipse.jgit - ${project.version} + 3.0.0-SNAPSHOT sources -- cgit v1.2.3