Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-04 20:13:16 +0000
committerMatthias Sohn2015-05-04 20:14:08 +0000
commit68cf77a93f5b82d80141bfd7456b49421480d6a5 (patch)
treee80a8092e75e390e35878767e0e18b451e284ef1 /org.eclipse.egit.repository
parent3070b99c846daf472650e3019df68b923542460b (diff)
downloadegit-68cf77a93f5b82d80141bfd7456b49421480d6a5.tar.gz
egit-68cf77a93f5b82d80141bfd7456b49421480d6a5.tar.xz
egit-68cf77a93f5b82d80141bfd7456b49421480d6a5.zip
Prepare post 4.0.0-m1 builds
Change-Id: I7cdb75c3f0aa8dbcde1a4a120dc2ee4b51642dad Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/category.xml2
-rw-r--r--org.eclipse.egit.repository/pom.xml10
2 files changed, 10 insertions, 2 deletions
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml
index ff556e1084..0b312848bf 100644
--- a/org.eclipse.egit.repository/category.xml
+++ b/org.eclipse.egit.repository/category.xml
@@ -27,7 +27,7 @@
<feature url="features/org.eclipse.jgit.http.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.http.apache" version="0.0.0">
<category name="JGit"/>
</feature>
- <bundle id="org.eclipse.egit.ui.importer" version="0.0.1.201503231230-m1">
+ <bundle id="org.eclipse.egit.ui.importer" version="0.0.1.qualifier">
<category name="Eclipse Git Team Provider - experimental features (incubation)"/>
</bundle>
<category-def name="Eclipse Git Team Provider" label="Eclipse Git Team Provider">
diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml
index c19b97ca54..74ff1f4087 100644
--- a/org.eclipse.egit.repository/pom.xml
+++ b/org.eclipse.egit.repository/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.0.0.201503231230-m1</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.repository</artifactId>
@@ -64,11 +64,19 @@
</profile>
</profiles>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Repository Group</name>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+ </pluginRepository>
+ </pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
+ <version>0.22.0</version>
<executions>
<execution>
<id>generate-facade</id>

Back to the top