Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jena-3.1.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Nov 4, 2016
1 parent 355c606 commit f7b3c41
Show file tree
Hide file tree
Showing 39 changed files with 152 additions and 150 deletions.
6 changes: 3 additions & 3 deletions apache-jena-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<artifactId>apache-jena-libs</artifactId>
<packaging>pom</packaging>
<name>Apache Jena - Libraries POM</name>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>

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

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>
<artifactId>jena-osgi-features</artifactId>
<packaging>bundle</packaging>
Expand Down
12 changes: 6 additions & 6 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.1.1-SNAPSHOT</version>
<version>3.1.1</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.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<scope>provided</scope>
<exclusions>
<!-- These are all embedded within httpclient-osgi -->
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>
<!-- xerces is needed - but this is marked as optional as some
Expand All @@ -126,14 +126,14 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>

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

<name>Apache Jena - OSGi</name>
<artifactId>apache-jena-osgi</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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>http://jena.apache.org/</url>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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-parent</artifactId>
<version>17-SNAPSHOT</version>
<version>17</version>
<relativePath>../jena-parent</relativePath>
</parent>

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

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

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

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

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

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

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

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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.1.1-SNAPSHOT</version>
<version>3.1.1</version>

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

Expand Down Expand Up @@ -54,29 +54,29 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</dependency>

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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-parent</artifactId>
<version>17-SNAPSHOT</version>
<version>17</version>
<relativePath>../jena-parent</relativePath>
</parent>
<artifactId>jena-base</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</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.1.1-SNAPSHOT</version>
<version>3.1.1</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-parent</artifactId>
<version>17-SNAPSHOT</version>
<version>17</version>
<relativePath>../jena-parent</relativePath>
</parent>

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

<description>Command line tools</description>

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions jena-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<artifactId>jena-core</artifactId>
<packaging>jar</packaging>
<name>Apache Jena - Core</name>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>

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

Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</dependency>

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

0 comments on commit f7b3c41

Please sign in to comment.