Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jena-3.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Mar 29, 2018
1 parent 2a5381f commit d4e7063
Show file tree
Hide file tree
Showing 49 changed files with 201 additions and 201 deletions.
10 changes: 5 additions & 5 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.7.0-SNAPSHOT</version>
<version>3.7.0</version>

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

Expand All @@ -41,19 +41,19 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -153,7 +153,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.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.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<relativePath>..</relativePath>
</parent>

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

<description>Apache Jena OSGi distribution and test</description>
<packaging>pom</packaging>
Expand Down
34 changes: 17 additions & 17 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>http://jena.apache.org/</url>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.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.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<relativePath>..</relativePath>
</parent>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<classifier>javadoc</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.7.0-SNAPSHOT</version>
<version>3.7.0</version>

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.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.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>jena-base</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<name>Apache Jena - Base Common Environment</name>
<description>
This module contains non-RDF library code and the common system runtime.
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>

<dependency>
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.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<relativePath>..</relativePath>
</parent>

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

<description>Command line tools</description>

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

Expand All @@ -81,23 +81,23 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>

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

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

0 comments on commit d4e7063

Please sign in to comment.