Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created March 6, 2009 18:45
Show Gist options
  • Save bobmcwhirter/75014 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/75014 to your computer and use it in GitHub Desktop.
<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>
<groupId>org.jboss.rails</groupId>
<artifactId>jboss-rails</artifactId>
<packaging>jar</packaging>
<version>1.0.0.Beta4-SNAPSHOT</version>
<name>JBossAS 5.0 Rails Deployer</name>
<description></description>
<scm>
<connection>scm:git:git://github.com/bobmcwhirter/jboss-rails.git</connection>
<developerConnection>scm:git:ssh://github.com/bobmcwhirter/jboss-rails.git</developerConnection>
<url>http://github.com/bobmcwhirter/jboss-rails/tree/master</url>
</scm>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment