Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jena-3.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Dec 8, 2015
1 parent b219994 commit 499317a
Show file tree
Hide file tree
Showing 37 changed files with 139 additions and 138 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.0.1-SNAPSHOT</version>
<version>3.0.1</version>

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

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>

</dependencies>
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.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>jena-osgi</artifactId>
<packaging>bundle</packaging>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<scope>provided</scope>
<exclusions>
<!-- These are all embedded within httpclient-osgi -->
Expand Down Expand Up @@ -107,27 +107,27 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.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>15-SNAPSHOT</version>
<version>15</version>
<relativePath>../jena-parent</relativePath>
</parent>

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

<description>Apache Jena OSGi distribution and test</description>
<packaging>pom</packaging>
Expand Down
22 changes: 11 additions & 11 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.0.1-SNAPSHOT</version>
<version>3.0.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>15-SNAPSHOT</version>
<version>15</version>
<relativePath>../jena-parent</relativePath>
</parent>

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

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

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

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

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<classifier>javadoc</classifier>
</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.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-parent</artifactId>
<version>15-SNAPSHOT</version>
<version>15</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.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>

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

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

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

<!-- Remove when jena-base is used -->
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.0.1-SNAPSHOT</version>
<version>3.0.1</version>

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

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions jena-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<artifactId>jena-csv</artifactId>
<packaging>jar</packaging>
<name>Apache Jena - Data Tables for RDF and SPARQL</name>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

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

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

<!-- Testing support -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jena-elephas/jena-elephas-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>jena-elephas-common</artifactId>
<name>Apache Jena - Elephas - Common API</name>
Expand Down
2 changes: 1 addition & 1 deletion jena-elephas/jena-elephas-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>jena-elephas-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jena-elephas/jena-elephas-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>jena-elephas-mapreduce</artifactId>
<name>Apache Jena - Elephas - Map/Reduce</name>
Expand Down
5 changes: 2 additions & 3 deletions jena-elephas/jena-elephas-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>jena-elephas-stats</artifactId>
<name>Apache Jena - Elephas - Statistics Demo App</name>
Expand Down
6 changes: 3 additions & 3 deletions jena-elephas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jena-elephas</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>

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

Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</dependency>

<!-- Test Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion jena-extras/jena-querybuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.jena</groupId>
<artifactId>jena-extras</artifactId>
<relativePath>..</relativePath>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit 499317a

Please sign in to comment.