Skip to content

Commit

Permalink
Merge pull request #75 from roflinn/rel-1.10.0-RC
Browse files Browse the repository at this point in the history
Rel 1.10.0 rc
  • Loading branch information
roflinn authored Jul 7, 2018
2 parents 4d60da8 + c1e9342 commit 1d688e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://wiki.duraspace.org/display/VIVO/
### Installation Instructions

Installation instructions for the latest release can be found at this location on the wiki:
https://wiki.duraspace.org/display/VIVODOC19x/Installing+VIVO
https://wiki.duraspace.org/display/VIVODOC110x/Installing+VIVO

## Contact us
There are several ways to contact the VIVO community.
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>orcid-api-client</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</dependency>

<dependency>
Expand Down
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@
</build>
</profile>
<profile>
<id>release</id>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -352,7 +358,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<version>1.6.7</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -441,5 +447,9 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 1d688e5

Please sign in to comment.