Skip to content

Commit

Permalink
Switch to Jena 4.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Feb 15, 2022
1 parent 21321a1 commit 81711cb
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<v.jersey>2.35</v.jersey>
<v.servlet>3.1.0</v.servlet>

<v.jena>4.4.0</v.jena>
<v.jena>4.5.0-SNAPSHOT</v.jena>
<v.slf4j>1.7.36</v.slf4j>
<v.jackson>2.13.1</v.jackson>

Expand Down Expand Up @@ -116,12 +116,28 @@
</plugins>
</build>
</profile>
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>apache-snapshots</id>
<name>Apache Jena SNAPSHOTS</name>
<url>https://repository.apache.org/content/groups/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</profile>
<profile>
<id>eclipse-deploy</id>
<activation>
<!--TODO disable?-->
<activeByDefault>true</activeByDefault>
</activation>

<repositories>
<repository>
<id>lyo-releases</id>
Expand All @@ -134,7 +150,6 @@
<url>https://repo.eclipse.org/content/repositories/lyo-snapshots/</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
Expand Down

0 comments on commit 81711cb

Please sign in to comment.