Skip to content

Commit

Permalink
Merge pull request #3006 from HASMAC-AS/GH-3005-snapshot-repo-intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 17, 2021
2 parents 77baed8 + 8f3aaa7 commit ca80fa0
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Annotations is designed to be fixed at the 2.x.0 minor version level, but in practice is still being released for
<!-- Annotations is designed to be fixed at the 2.x.0 minor version level, but in practice is still being released for
2.8.x patch versions. See https://github.com/FasterXML/jackson-bom/issues/4 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -990,18 +990,21 @@
</extension>
</extensions>
</build>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<!--
See: GH-3005 and https://www.eclipse.org/lists/rdf4j-dev/msg01815.html
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
-->
<scm>
<connection>scm:git:git://github.com:eclipse/rdf4j.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/rdf4j.git</developerConnection>
Expand Down

0 comments on commit ca80fa0

Please sign in to comment.