Skip to content

Commit

Permalink
pom update for sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Aug 12, 2011
1 parent 88696d6 commit 4127342
Showing 1 changed file with 108 additions and 5 deletions.
113 changes: 108 additions & 5 deletions spring-data-graph-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,113 @@
<description><![CDATA[Spring Data Graph parent project. Defines dependencies and common configuration for the build process.
]]></description>
<url>http://www.springsource.org/spring-data/neo4j</url>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>http://github.com/SpringSource/spring-data-graph</url>
<connection>scm:git:git://github.com/SpringSource/spring-data-graph.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-data-graph.git</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
<url>https://jira.springsource.org/browse/DATAGRAPH</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Spring Batch Forum</name>
<post>http://forum.springsource.org/forumdisplay.php?f=80</post>
<archive>http://forum.springsource.org/forumdisplay.php?f=80</archive>
</mailingList>
</mailingLists>
<ciManagement>
<system>Bamboo</system>
<url>https://build.springsource.org/browse/SPRINGDATA</url>
</ciManagement>

<developers>
<developer>
<id>trisberg</id>
<name>Thomas Risberg</name>
<email>trisberg at vmware.com</email>
<organization>SpringSource</organization>
<organizationUrl>http://www.SpringSource.com</organizationUrl>
<roles>
<role>Project Admin</role>
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<id>mpollack</id>
<name>Mark Pollack</name>
<email>mpollack at vmware.com</email>
<organization>SpringSource</organization>
<organizationUrl>http://www.SpringSource.com</organizationUrl>
<roles>
<role>Project Admin</role>
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<id>mhunger</id>
<name>Michael Hunger</name>
<email>michael.hunger at neotechnology.com</email>
<organization>Neo Technology</organization>
<organizationUrl>http://www.neotechnology.com</organizationUrl>
<roles>
<role>Project Admin</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>dmontag</id>
<name>David Montag</name>
<email>david.montag at neotechnology.com</email>
<organization>Neo Technology</organization>
<organizationUrl>http://www.neotechnology.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>-7</timezone>
</developer>
<developer>
<id>systay</id>
<name>Andres Taylor</name>
<email>andres at neotechnology.com</email>
<organization>Neo Technology</organization>
<organizationUrl>http://www.neotechnology.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2010 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
See the License for the specific language governing permissions and
limitations under the License.
</comments>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.8.1</junit.version>
Expand Down Expand Up @@ -91,11 +198,7 @@
</build>
</profile>
</profiles>
<scm>
<url>http://github.com/SpringSource/spring-data-graph</url>
<connection>scm:git:git://github.com/SpringSource/spring-data-graph.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-data-graph.git</developerConnection>
</scm>

<distributionManagement>
<!-- see 'staging' profile for dry-run deployment settings -->
<downloadUrl>http://www.springsource.com/download/community</downloadUrl>
Expand Down

0 comments on commit 4127342

Please sign in to comment.