You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/04/16 16:14:59 UTC

[jena] branch master updated: Clean POM - no need to have groupId and version

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 03dd844  Clean POM - no need to have groupId and version
03dd844 is described below

commit 03dd8444a8f3c60279c6ad02faaa7c1cd20ef1a7
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Apr 16 17:14:43 2020 +0100

    Clean POM - no need to have groupId and version
---
 apache-jena/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index 975919a..d7c8fee 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -24,12 +24,10 @@
   -->
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.jena</groupId>
   <artifactId>apache-jena</artifactId>
   <packaging>pom</packaging>
   <name>Apache Jena - Distribution</name>
   <url>https://jena.apache.org/</url>
-  <version>3.15.0-SNAPSHOT</version>
   <description>
     Apache Jena is a API and toolkit for working with semantic web technologies such as RDF and SPARQL using Java.  This artifact represents the source and binary distribution packages generated for releases.
   </description>