Skip to content

Commit

Permalink
changed scm urls
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunballa committed Aug 20, 2012
1 parent 3b505e6 commit 50b65f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
Expand All @@ -9,23 +10,25 @@

<artifactId>ArchiveFilesSCM</artifactId>
<name>Jenkins Archive Files SCM</name>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<description>ArchiveFilesSCM</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/ArchiveFilesSCM</url>
<url>https://wiki.jenkins-ci.org/display/JENKINS/archive-files-scm-plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/ArchiveFilesSCM.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/ArchiveFilesSCM.git</developerConnection>
<url>http://github.com/jenkinsci/ArchiveFilesSCM</url>
<connection>scm:git:ssh://github.com/jenkinsci/archive-files-scm-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/archive-files-scm-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/archive-files-scm-plugin</url>
</scm>

<developers>
<developer>
<id>arjunballa</id>
<name>Arjun Balla</name>
<email>balla.arjun@gmail.com</email>
</developer>
</developers>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 50b65f1

Please sign in to comment.