Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed May 30, 2017
2 parents db8b0e7 + ff723ec commit f3a1faa
Show file tree
Hide file tree
Showing 519 changed files with 17,009 additions and 6,772 deletions.
8 changes: 4 additions & 4 deletions apache-jena-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<artifactId>apache-jena-libs</artifactId>
<packaging>pom</packaging>
<name>Apache Jena - Libraries POM</name>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>

<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-parent</artifactId>
<version>19-SNAPSHOT</version>
<version>20-SNAPSHOT</version>
<relativePath>../jena-parent</relativePath>
</parent>

Expand All @@ -43,13 +43,13 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion apache-jena-osgi/jena-osgi-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-osgi</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>jena-osgi-features</artifactId>
<packaging>bundle</packaging>
Expand Down
19 changes: 13 additions & 6 deletions apache-jena-osgi/jena-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-osgi</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>jena-osgi</artifactId>
<packaging>bundle</packaging>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<!-- These are all embedded within httpclient-osgi -->
Expand Down Expand Up @@ -106,7 +106,14 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- xerces is needed - but this is marked as optional as some
Expand All @@ -126,14 +133,14 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -146,7 +153,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions apache-jena-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-parent</artifactId>
<version>19-SNAPSHOT</version>
<version>20-SNAPSHOT</version>
<relativePath>../jena-parent</relativePath>
</parent>

<name>Apache Jena - OSGi</name>
<artifactId>apache-jena-osgi</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>

<description>Apache Jena OSGi distribution and test</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/arq
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/infer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/iri
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/juuid
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/nquads
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/ntriples
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/qparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcompare
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcopy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfdiff
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/riot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rset
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rsparql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rupdate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/schemagen
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/sparql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbbackup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbdump
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbloader
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbquery
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbstats
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbupdate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/trig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/turtle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/uparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/utf8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/wwwdec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
Loading

0 comments on commit f3a1faa

Please sign in to comment.