-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|