|
|
@ -50,7 +50,7 @@ |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>jgit.tycho.parent</artifactId> |
|
|
|
<artifactId>jgit.tycho.parent</artifactId> |
|
|
|
<version>2.1.0.201209190230-r</version> |
|
|
|
<version>2.1.0-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<groupId>org.eclipse.jgit.feature</groupId> |
|
|
|
<groupId>org.eclipse.jgit.feature</groupId> |
|
|
@ -68,25 +68,25 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>org.eclipse.jgit</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit</artifactId> |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>2.1.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>org.eclipse.jgit.pgm</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit.pgm</artifactId> |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>2.1.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>org.eclipse.jgit.iplog</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit.iplog</artifactId> |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>2.1.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>org.eclipse.jgit.ui</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit.ui</artifactId> |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>2.1.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|