This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new 006fbc3e Update some build instructions
006fbc3e is described below

commit 006fbc3e47003c2d0fe8eb055f60f7cb267e1321
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Apr 17 09:16:35 2025 -0400

    Update some build instructions
---
 README.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index a7921c50..22ba24b3 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ See the [Commons RDF 
homepage](httasp://commons.apache.org/proper/commons-rdf/)
 
 ## License
 
-
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. See the [NOTICE](NOTICE) file
 distributed with this work for additional information
@@ -49,7 +48,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 
-
 ## Contributing
 
 Feel free to subscribe to the 
@@ -60,14 +58,12 @@ to follow the ongoing development of Commons RDF, ask 
questions
 about its usage, or help shape Commons RDF by 
 [contributing](https://commons.apache.org/proper/commons-rdf/contributing.html)
 your ideas, code and use cases. 
- 
-
 
 ## Building
 
-Building has been tested with [Apache Maven 
3.2](http://maven.apache.org/download.cgi) and [Java JDK 
8](http://www.oracle.com/technetwork/java/javase/downloads/).
+Building has been tested with [Apache Maven 
3](http://maven.apache.org/download.cgi) and [Java 11 and 
up](https://github.com/apache/commons-rdf/blob/master/.github/workflows/maven.yml).
 
-    $ mvn clean install
+    $ mvn
     [INFO] Scanning for projects...
     [INFO] 
------------------------------------------------------------------------
     [INFO] Reactor Build Order:
@@ -117,7 +113,6 @@ The `<version>` above might not be up to date,
 see the 
[downloads](https://commons.apache.org/proper/commons-rdf/download.html) to
 use the latest stable release published in Maven Central.
     
-
 ## Snapshot repository
 
 The Apache Commons RDF project is aiming to regularly release early 
@@ -125,7 +120,6 @@ previews releases (0.x.y versions) and publish these to 
Maven Central.
 See the 
[downloads](https://commons.apache.org/proper/commons-rdf/download.html) to 
 use the latest stable release.
 
-
 However, if you are following the ongoing
 development on 
[dev@commons](https://lists.apache.org/list.html?d...@commons.apache.org), 
(using subject tag `[RDF]`)
 you may want to try the [snapshot 
builds](https://builds.apache.org/job/commons-rdf/), 
@@ -148,7 +142,6 @@ as found in the current [pom.xml](pom.xml), and add to your 
own `pom.xml`:
 </repositories>
 ```
 
-
 ## Simple implementation
 
 The [commons-rdf-simple](simple) module contains a 

Reply via email to