Add staging
This commit is contained in:
parent
ef84149733
commit
d8ea1fc3a0
1 changed files with 9 additions and 5 deletions
14
gui/pom.xml
14
gui/pom.xml
|
|
@ -38,6 +38,11 @@
|
|||
</plugins>
|
||||
</build>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>staging</id>
|
||||
<name>staging</name>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<name>ossrh</name>
|
||||
|
|
@ -89,13 +94,12 @@
|
|||
<version>1.0.14</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.kohsuke</groupId>
|
||||
<artifactId>github-api</artifactId>
|
||||
<version>1.84</version>
|
||||
<groupId>org.kohsuke</groupId>
|
||||
<artifactId>github-api</artifactId>
|
||||
<version>1.131</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>edu.utah.ece.async</groupId>
|
||||
<artifactId>iBioSim-dataModels</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue