Skip to content

Commit

Permalink
Fix issue 295: Replace github URLs with jdf URL in parent POM, remove…
Browse files Browse the repository at this point in the history
… other URL, add hibernate3
  • Loading branch information
sgilda authored and pmuir committed Jul 19, 2012
1 parent 932d098 commit 4f93366
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<packaging>pom</packaging>
<name>JBoss AS Quickstarts Parent</name>
<description>JBoss AS Quickstarts Parent</description>
<url>http://github.com/jbossas/quickstart</url>

<url>http://www.jboss.org/jdf/quickstarts/get-started/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -65,8 +65,7 @@
<module>helloworld-osgi</module>
<module>helloworld-rs</module>
<module>helloworld-singleton</module>
<!-- Hibernate 3 is broken on AS 7.1.1 - see https://github.com/jbossas/quickstart/issues/186 -->
<!-- <module>hibernate3</module> -->
<module>hibernate3</module>
<module>hibernate4</module>
<module>inter-app</module>
<module>kitchensink</module>
Expand Down Expand Up @@ -169,12 +168,6 @@
</profile>
</profiles>

<scm>
<connection>scm:git://github.com/jbossas/quickstart.git</connection>
<developerConnection>scm:git:git@github.com:jbossas/quickstart.git</developerConnection>
<url>http://github.com/jbossas/quickstart</url>
</scm>

<build>
<plugins>
<!-- The JBoss AS plugin deploys your apps to a local JBoss AS
Expand Down

0 comments on commit 4f93366

Please sign in to comment.