|
|
@ -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>0.7.0</version> |
|
|
|
<version>0.7.0-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<artifactId>org.eclipse.jgit.updatesite</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit.updatesite</artifactId> |
|
|
@ -58,13 +58,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<name>Eclipse JGit Plugin Update Site (Incubation)</name> |
|
|
|
<name>Eclipse JGit Plugin Update Site (Incubation)</name> |
|
|
|
<!-- see http://issues.sonatype.org/browse/TYCHO-313 --> |
|
|
|
<!-- see http://issues.sonatype.org/browse/TYCHO-313 --> |
|
|
|
<version>0.7.0</version> |
|
|
|
<version>0.7.0-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<groupId>org.eclipse.jgit</groupId> |
|
|
|
<artifactId>org.eclipse.jgit</artifactId> |
|
|
|
<artifactId>org.eclipse.jgit</artifactId> |
|
|
|
<version>0.7.0</version> |
|
|
|
<version>0.7.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|