Skip to content

Commit

Permalink
Merge pull request #11 from ncats/update_pom_lh
Browse files Browse the repository at this point in the history
update pom for maven deployment
  • Loading branch information
ChemMitch authored Nov 17, 2023
2 parents ed3f345 + 805d2e8 commit 118149b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<version>0.0.15</version>
<name>structure-indexer</name>
<url>https://github.com/ncats/structure-indexer</url>
<description>This is a self-contained structure indexer that uses Lucene as the underlying storage and indexing engine.</description>

<properties>
<lucene.version>5.5.0</lucene.version>
Expand Down Expand Up @@ -57,6 +58,10 @@
</developer>
</developers>

<scm>
<url>https://github.com/ncats/structure-indexer.git</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -153,7 +158,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -164,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 118149b

Please sign in to comment.