Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jena-3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Sep 25, 2019
1 parent 51ba4db commit ec5b901
Show file tree
Hide file tree
Showing 52 changed files with 196 additions and 196 deletions.
12 changes: 6 additions & 6 deletions apache-jena-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<artifactId>apache-jena-libs</artifactId>
<packaging>pom</packaging>
<name>Apache Jena - Libraries POM</name>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

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

Expand All @@ -41,25 +41,25 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb2</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</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.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</parent>
<artifactId>jena-osgi-features</artifactId>
<packaging>bundle</packaging>
Expand Down
16 changes: 8 additions & 8 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.13.0-SNAPSHOT</version>
<version>3.13.0</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.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
<exclusions>
<!-- These are all embedded within httpclient-osgi -->
Expand Down Expand Up @@ -106,35 +106,35 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb2</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</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</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>..</relativePath>
</parent>

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

<description>Apache Jena OSGi distribution and test</description>
<packaging>pom</packaging>
Expand Down
28 changes: 14 additions & 14 deletions apache-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<packaging>pom</packaging>
<name>Apache Jena - Distribution</name>
<url>https://jena.apache.org/</url>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</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>

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

Expand All @@ -60,77 +60,77 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- Require a logging implementation for command line tools -->
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions jena-arq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<artifactId>jena-arq</artifactId>
<packaging>jar</packaging>
<name>Apache Jena - ARQ (SPARQL 1.1 Query Engine)</name>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

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

Expand All @@ -43,29 +43,29 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<classifier>tests</classifier>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions jena-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>jena-base</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<name>Apache Jena - Base Common Environment</name>
<description>
This module contains non-RDF library code and the common system runtime.
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
</dependency>

<!-- For compiling the log4j1 helper code. -->
Expand Down
12 changes: 6 additions & 6 deletions jena-cmds/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</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<relativePath>..</relativePath>
</parent>

<name>Apache Jena - Command line tools</name>
<artifactId>jena-cmds</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>

<description>Command line tools</description>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<type>pom</type>
</dependency>

Expand Down Expand Up @@ -88,23 +88,23 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>3.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit ec5b901

Please sign in to comment.