]> source.dussan.org Git - jgit.git/commitdiff
Update project meta-data in pom.xml used for site generation 91/49091/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 29 May 2015 12:39:33 +0000 (14:39 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 1 Jun 2015 14:07:53 +0000 (16:07 +0200)
- Update list of committers
- Update scm information
- Expose jgit hudson for Maven site
- Name our project's organization
- Scm URL should point to a web-enabled view on the repository
- Extract tycho-extras version used during signing to a property

Change-Id: If32bed323ec283b5e83d28ffe8775220f7c4cecd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2bedc8798a1a40bce6a8b21dd9b194c5d62b44c8..5771d5ab56272f89edef33a745061e68cc4d17fa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <name>JGit - Parent</name>
   <url>${jgit-url}</url>
 
+  <organization>
+    <name>Eclipse JGit Project</name>
+    <url>http://www.eclipse.org/jgit</url>
+  </organization>
+
   <description>
     Pure Java implementation of Git
   </description>
 
   <scm>
-    <url>http://egit.eclipse.org/w/?p=jgit.git</url>
-    <connection>scm:git:git://egit.eclipse.org/jgit.git</connection>
+    <url>http://git.eclipse.org/c/jgit/jgit.git/</url>
+    <connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection>
   </scm>
 
+  <ciManagement>
+    <system>hudson</system>
+    <url>https://hudson.eclipse.org/jgit/</url>
+  </ciManagement>
+
   <developers>
     <developer>
       <name>Chris Aniszczyk</name>
@@ -81,6 +91,9 @@
     <developer>
       <name>Gunnar Wagenknecht</name>
     </developer>
+    <developer>
+      <name>Jonathan Nieder</name>
+    </developer>
     <developer>
       <name>Kevin Sawicki</name>
     </developer>
     <developer>
       <name>Robin Rosenberg</name>
     </developer>
+    <developer>
+      <name>Robin Stocker</name>
+    </developer>
     <developer>
       <name>Sasa Zivkov</name>
     </developer>
     <slf4j-version>1.7.2</slf4j-version>
     <log4j-version>1.2.15</log4j-version>
     <maven-javadoc-plugin-version>2.10.1</maven-javadoc-plugin-version>
+    <tycho-extras-version>0.22.0</tycho-extras-version>
 
     <!-- Properties to enable jacoco code coverage analysis -->
     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
         <plugin>
           <groupId>org.eclipse.tycho.extras</groupId>
           <artifactId>tycho-pack200a-plugin</artifactId>
-          <version>0.22.0</version>
+          <version>${tycho-extras-version}</version>
         </plugin>
         <plugin>
           <groupId>org.eclipse.tycho.extras</groupId>
           <artifactId>tycho-pack200b-plugin</artifactId>
-          <version>0.22.0</version>
+          <version>${tycho-extras-version}</version>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>