Skip to content

Commit

Permalink
Changes to make it deployable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nawroth committed May 7, 2012
1 parent 41dc41a commit e2b1877
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<version>1.1.2.r612</version>
<name>jsr311-api</name>
<url>https://jsr311.dev.java.net</url>
<description>JSR 311 forked from r612.</description>

<!--
<scm>
Expand All @@ -58,12 +59,28 @@
</scm>
-->

<scm>
<connection>scm:git:git://github.com/neo4j/jsr311-api.git</connection>
<developerConnection>scm:git:git@github.com:neo4j/jsr311-api.git</developerConnection>
<url>https://github.com/neo4j/jsr311-api</url>
</scm>


<organization>
<name>Oracle Corporation</name>
<url>http://www.oracle.com/</url>
</organization>

<developers>
<developer>
<id>neo4j</id>
<name>The Neo4j Team</name>
<url>http://neo4j.org/</url>
<organization>Neo Technology</organization>
<organizationUrl>http://neotechnology.com/</organizationUrl>
</developer>
</developers>

<issueManagement>
<system>bugzilla</system>
<url>https://jsr311.dev.java.net/servlets/ProjectIssues</url>
Expand Down Expand Up @@ -192,6 +209,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<keyname>Neo Technology Build Server</keyname>
<useAgent>true</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down Expand Up @@ -221,9 +256,9 @@

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>java.net-m2-repository</id>
<url>java-net:/maven2-repository/trunk/repository/</url>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit e2b1877

Please sign in to comment.