Aklakan commented on issue #3148: URL: https://github.com/apache/jena/issues/3148#issuecomment-4033064410
Since the bug has been fixed, it may be less effort to build a snapshot release from source and use this until the official 6.1.0 release. Of course provided that usage of a snapshot is an option in your environment. ```bash git clone https://github.com/apache/jena/ cd jena mvn clean install -DskipTests ``` Find the archives - these are the files that upon release are made available for download: ``` # Cli Tools ./apache-jena/target/apache-jena-6.1.0-SNAPSHOT.tar.gz ./apache-jena/target/apache-jena-6.1.0-SNAPSHOT.zip # Fuseki ./jena-fuseki2/apache-jena-fuseki/target/apache-jena-fuseki-6.1.0-SNAPSHOT.tar.gz ./jena-fuseki2/apache-jena-fuseki/target/apache-jena-fuseki-6.1.0-SNAPSHOT.zip ``` See also: https://jena.apache.org/download/ https://jena.apache.org/download/maven.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
