Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jena-4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Sep 12, 2021
1 parent 9e63a56 commit d346b35
Show file tree
Hide file tree
Showing 48 changed files with 181 additions and 183 deletions.
14 changes: 7 additions & 7 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>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shex</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>

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

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>

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

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

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

<description>Apache Jena OSGi distribution and test</description>
<packaging>pom</packaging>
Expand Down
30 changes: 15 additions & 15 deletions apache-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -58,91 +58,91 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>

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

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

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

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

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

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

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

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

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

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shex</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>

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

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

<!-- Require a logging implementation for command line tools -->
Expand All @@ -155,7 +155,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions jena-arq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -40,22 +40,22 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>

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

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

Expand Down
4 changes: 2 additions & 2 deletions jena-base/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>jena</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>jena-base</artifactId>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shaded-guava</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>

<!-- For compiling the log4j2 helper code. -->
Expand Down
14 changes: 7 additions & 7 deletions jena-cmds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.jena</groupId>
<artifactId>jena</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -54,43 +54,43 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<type>pom</type>
</dependency>

<!-- Pull test code into scope -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-base</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>tests</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>tests</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>tests</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>tests</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shex</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<classifier>tests</classifier>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit d346b35

Please sign in to comment.