File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
<!-- Pull in properties from build -->
10
10
<property file =" build.properties" />
11
11
<!-- Initialize specific properties -->
12
- <!-- <property name="remote.snapshot.repository" value="http://scala-tools.org:8081/nexus/content/repositories/snapshots" />
13
- <property name="remote.release.repository" value="http://scala-tools.org:8081/nexus/content/repositories/releases" />-->
14
-
15
- <property name =" remote.snapshot.repository" value =" http://nexus.scala-tools.org/content/repositories/snapshots" />
16
- <property name =" remote.release.repository" value =" http://nexus.scala-tools.org/content/repositories/releases" />
12
+ <property name =" remote.snapshot.repository" value =" https://oss.sonatype.org/content/repositories/snapshots" />
13
+ <property name =" remote.release.repository" value =" https://oss.sonatype.org/service/local/staging/deploy/maven2" />
17
14
18
15
<property name =" local.snapshot.repository" value =" ${user.home}/.m2/repository" />
19
16
<property name =" local.release.repository" value =" ${user.home}/.m2/repository" />
You can’t perform that action at this time.
0 commit comments