We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8403145 commit 58b915fCopy full SHA for 58b915f
1 file changed
pom.xml
@@ -1322,15 +1322,17 @@
1322
lower(email) = lower(?)</security.db.datasource.authenticationQuery>
1323
</properties>
1324
<repositories>
1325
- <repository>
1326
- <id>central</id>
1327
- <url>https://repo.maven.apache.org/maven2</url>
1328
- </repository>
1329
1330
- <id>ohdsi</id>
1331
- <name>repo.ohdsi.org</name>
1332
- <url>http://repo.ohdsi.org:8085/nexus/content/groups/public</url>
1333
+ <repository>
+ <id>ohdsi.snapshots</id>
+ <name>repo.ohdsi.org-snapshots</name>
+ <url>https://repo.ohdsi.org/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
1334
+ </snapshots>
1335
+ </repository>
1336
</repositories>
1337
</profile>
1338
<profile>
0 commit comments