Skip to content

Commit

Permalink
This is release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davemckain committed May 8, 2012
1 parent 63e4a31 commit 08c8bf1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ All Rights Reserved
<id>davemckain</id>
<name>David McKain</name>
<email>david.mckain&#xa0;[at]&#xa0;ed.ac.uk</email>
<url>http://www2.ph.ed.ac.uk/~dmckain/</url>
<url>http://www.ph.ed.ac.uk/people/david-mckain</url>
<organization>School of Physics and Astronomy, University of Edinburgh</organization>
<organizationUrl>http://www.ph.ed.ac.uk</organizationUrl>
<roles>
Expand All @@ -65,9 +65,9 @@ All Rights Reserved
</developer>
</developers>
<scm>
<connection>scm:svn:https://jacomax.svn.sourceforge.net/svnroot/jacomax/trunk</connection>
<developerConnection>scm:svn:https://jacomax.svn.sourceforge.net/svnroot/jacomax/trunk</developerConnection>
<url>http://jacomax.svn.sourceforge.net/svnroot/jacomax/trunk</url>
<connection>scm:git:[email protected]:davemckain/jacomax.git</connection>
<developerConnection>scm:git:[email protected]:davemckain/jacomax.git</developerConnection>
<url>https://github.com/davemckain/jacomax</url>
</scm>
<issueManagement>
<system>sourceforge</system>
Expand All @@ -91,7 +91,7 @@ All Rights Reserved
ssh -t davemckain,[email protected] create
-->
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/j/ja/jacomax/htdocs/maven</url>
<url>scp://shell.sourceforge.net/home/project-web/jacomax/htdocs/maven</url>
</site>
</distributionManagement>
<build>
Expand Down Expand Up @@ -144,6 +144,14 @@ All Rights Reserved
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.1</version>
<dependencies>
<dependency>
<!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 08c8bf1

Please sign in to comment.