Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
METAGEN-41 Updated readme and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Oct 15, 2010
1 parent e399df4 commit bbc9ec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -58,8 +59,8 @@
</issueManagement>

<scm>
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/jpamodelgen/trunk</connection>
<url>http://fisheye.jboss.org/browse/Hibernate/jpamodelgen/trunk</url>
<connection>scm:git:git://github.com/hibernate/git@github.com:hibernate/hibernate-metamodelgen.git</connection>
<url>http://github.com/hibernate/hibernate-metamodelgen</url>
</scm>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
Resources
---------

Home Page: http://www.hibernate.org/
Mailing Lists: http://www.hibernate.org/20.html
Source Code: http://anonsvn.jboss.org/repos/hibernate/jpamodelgen/trunk/
Home Page: http://www.hibernate.org/subprojects/jpamodelgen.html
Mailing Lists: http://www.hibernate.org/community/mailinglists
Source Code: http://github.com/hibernate/hibernate-metamodelgen
Issue Tracking: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN


Expand Down

0 comments on commit bbc9ec8

Please sign in to comment.