Skip to content

Commit 756447a

Browse files
committed
[maven-release-plugin] prepare release jena-3.13.0
1 parent 1a6028d commit 756447a

File tree

52 files changed

+196
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+196
-196
lines changed

apache-jena-libs/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<artifactId>apache-jena-libs</artifactId>
2424
<packaging>pom</packaging>
2525
<name>Apache Jena - Libraries POM</name>
26-
<version>3.13.0-SNAPSHOT</version>
26+
<version>3.13.0</version>
2727

2828
<parent>
2929
<groupId>org.apache.jena</groupId>
3030
<artifactId>jena</artifactId>
31-
<version>3.13.0-SNAPSHOT</version>
31+
<version>3.13.0</version>
3232
<relativePath>..</relativePath>
3333
</parent>
3434

@@ -41,25 +41,25 @@
4141
<dependency>
4242
<groupId>org.apache.jena</groupId>
4343
<artifactId>jena-shacl</artifactId>
44-
<version>3.13.0-SNAPSHOT</version>
44+
<version>3.13.0</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.apache.jena</groupId>
4949
<artifactId>jena-tdb</artifactId>
50-
<version>3.13.0-SNAPSHOT</version>
50+
<version>3.13.0</version>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>org.apache.jena</groupId>
5555
<artifactId>jena-tdb2</artifactId>
56-
<version>3.13.0-SNAPSHOT</version>
56+
<version>3.13.0</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>org.apache.jena</groupId>
6161
<artifactId>jena-rdfconnection</artifactId>
62-
<version>3.13.0-SNAPSHOT</version>
62+
<version>3.13.0</version>
6363
</dependency>
6464

6565
</dependencies>

apache-jena-osgi/jena-osgi-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jena</groupId>
2424
<artifactId>apache-jena-osgi</artifactId>
25-
<version>3.13.0-SNAPSHOT</version>
25+
<version>3.13.0</version>
2626
</parent>
2727
<artifactId>jena-osgi-features</artifactId>
2828
<packaging>bundle</packaging>

apache-jena-osgi/jena-osgi/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jena</groupId>
2424
<artifactId>apache-jena-osgi</artifactId>
25-
<version>3.13.0-SNAPSHOT</version>
25+
<version>3.13.0</version>
2626
</parent>
2727
<artifactId>jena-osgi</artifactId>
2828
<packaging>bundle</packaging>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.apache.jena</groupId>
7878
<artifactId>jena-arq</artifactId>
79-
<version>3.13.0-SNAPSHOT</version>
79+
<version>3.13.0</version>
8080
<scope>provided</scope>
8181
<exclusions>
8282
<!-- These are all embedded within httpclient-osgi -->
@@ -106,35 +106,35 @@
106106
<dependency>
107107
<groupId>org.apache.jena</groupId>
108108
<artifactId>jena-core</artifactId>
109-
<version>3.13.0-SNAPSHOT</version>
109+
<version>3.13.0</version>
110110
<scope>provided</scope>
111111
</dependency>
112112

113113
<dependency>
114114
<groupId>org.apache.jena</groupId>
115115
<artifactId>jena-rdfconnection</artifactId>
116-
<version>3.13.0-SNAPSHOT</version>
116+
<version>3.13.0</version>
117117
<scope>provided</scope>
118118
</dependency>
119119

120120
<dependency>
121121
<groupId>org.apache.jena</groupId>
122122
<artifactId>jena-shaded-guava</artifactId>
123-
<version>3.13.0-SNAPSHOT</version>
123+
<version>3.13.0</version>
124124
<scope>provided</scope>
125125
</dependency>
126126

127127
<dependency>
128128
<groupId>org.apache.jena</groupId>
129129
<artifactId>jena-tdb</artifactId>
130-
<version>3.13.0-SNAPSHOT</version>
130+
<version>3.13.0</version>
131131
<scope>provided</scope>
132132
</dependency>
133133

134134
<dependency>
135135
<groupId>org.apache.jena</groupId>
136136
<artifactId>jena-tdb2</artifactId>
137-
<version>3.13.0-SNAPSHOT</version>
137+
<version>3.13.0</version>
138138
<scope>provided</scope>
139139
</dependency>
140140
<!--
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.apache.jena</groupId>
149149
<artifactId>jena-iri</artifactId>
150-
<version>3.13.0-SNAPSHOT</version>
150+
<version>3.13.0</version>
151151
<scope>provided</scope>
152152
</dependency>
153153

apache-jena-osgi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.jena</groupId>
2323
<artifactId>jena</artifactId>
24-
<version>3.13.0-SNAPSHOT</version>
24+
<version>3.13.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

2828
<name>Apache Jena - OSGi</name>
2929
<artifactId>apache-jena-osgi</artifactId>
30-
<version>3.13.0-SNAPSHOT</version>
30+
<version>3.13.0</version>
3131

3232
<description>Apache Jena OSGi distribution and test</description>
3333
<packaging>pom</packaging>

apache-jena/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<packaging>pom</packaging>
3030
<name>Apache Jena - Distribution</name>
3131
<url>https://jena.apache.org/</url>
32-
<version>3.13.0-SNAPSHOT</version>
32+
<version>3.13.0</version>
3333
<description>
3434
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.
3535
</description>
3636

3737
<parent>
3838
<groupId>org.apache.jena</groupId>
3939
<artifactId>jena</artifactId>
40-
<version>3.13.0-SNAPSHOT</version>
40+
<version>3.13.0</version>
4141
<relativePath>..</relativePath>
4242
</parent>
4343

@@ -60,77 +60,77 @@
6060
<dependency>
6161
<groupId>org.apache.jena</groupId>
6262
<artifactId>jena-arq</artifactId>
63-
<version>3.13.0-SNAPSHOT</version>
63+
<version>3.13.0</version>
6464
</dependency>
6565

6666
<dependency>
6767
<groupId>org.apache.jena</groupId>
6868
<artifactId>jena-arq</artifactId>
69-
<version>3.13.0-SNAPSHOT</version>
69+
<version>3.13.0</version>
7070
<classifier>sources</classifier>
7171
<optional>true</optional>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>org.apache.jena</groupId>
7676
<artifactId>jena-core</artifactId>
77-
<version>3.13.0-SNAPSHOT</version>
77+
<version>3.13.0</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>org.apache.jena</groupId>
8282
<artifactId>jena-core</artifactId>
83-
<version>3.13.0-SNAPSHOT</version>
83+
<version>3.13.0</version>
8484
<classifier>sources</classifier>
8585
<optional>true</optional>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>org.apache.jena</groupId>
9090
<artifactId>jena-tdb</artifactId>
91-
<version>3.13.0-SNAPSHOT</version>
91+
<version>3.13.0</version>
9292
</dependency>
9393

9494
<dependency>
9595
<groupId>org.apache.jena</groupId>
9696
<artifactId>jena-tdb</artifactId>
97-
<version>3.13.0-SNAPSHOT</version>
97+
<version>3.13.0</version>
9898
<classifier>sources</classifier>
9999
<optional>true</optional>
100100
</dependency>
101101

102102
<dependency>
103103
<groupId>org.apache.jena</groupId>
104104
<artifactId>jena-rdfconnection</artifactId>
105-
<version>3.13.0-SNAPSHOT</version>
105+
<version>3.13.0</version>
106106
</dependency>
107107

108108
<dependency>
109109
<groupId>org.apache.jena</groupId>
110110
<artifactId>jena-rdfconnection</artifactId>
111-
<version>3.13.0-SNAPSHOT</version>
111+
<version>3.13.0</version>
112112
<classifier>sources</classifier>
113113
<optional>true</optional>
114114
</dependency>
115115

116116
<dependency>
117117
<groupId>org.apache.jena</groupId>
118118
<artifactId>jena-shacl</artifactId>
119-
<version>3.13.0-SNAPSHOT</version>
119+
<version>3.13.0</version>
120120
</dependency>
121121

122122
<dependency>
123123
<groupId>org.apache.jena</groupId>
124124
<artifactId>jena-shacl</artifactId>
125-
<version>3.13.0-SNAPSHOT</version>
125+
<version>3.13.0</version>
126126
<classifier>sources</classifier>
127127
<optional>true</optional>
128128
</dependency>
129129

130130
<dependency>
131131
<groupId>org.apache.jena</groupId>
132132
<artifactId>jena-cmds</artifactId>
133-
<version>3.13.0-SNAPSHOT</version>
133+
<version>3.13.0</version>
134134
</dependency>
135135

136136
<!-- Require a logging implementation for command line tools -->
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.apache.jena</groupId>
152152
<artifactId>jena-cmds</artifactId>
153-
<version>3.13.0-SNAPSHOT</version>
153+
<version>3.13.0</version>
154154
<classifier>sources</classifier>
155155
<optional>true</optional>
156156
</dependency>

jena-arq/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<artifactId>jena-arq</artifactId>
2222
<packaging>jar</packaging>
2323
<name>Apache Jena - ARQ (SPARQL 1.1 Query Engine)</name>
24-
<version>3.13.0-SNAPSHOT</version>
24+
<version>3.13.0</version>
2525

2626
<parent>
2727
<groupId>org.apache.jena</groupId>
2828
<artifactId>jena</artifactId>
29-
<version>3.13.0-SNAPSHOT</version>
29+
<version>3.13.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

@@ -43,29 +43,29 @@
4343
<dependency>
4444
<groupId>org.apache.jena</groupId>
4545
<artifactId>jena-core</artifactId>
46-
<version>3.13.0-SNAPSHOT</version>
46+
<version>3.13.0</version>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>org.apache.jena</groupId>
5151
<artifactId>jena-core</artifactId>
5252
<classifier>tests</classifier>
53-
<version>3.13.0-SNAPSHOT</version>
53+
<version>3.13.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>org.apache.jena</groupId>
5959
<artifactId>jena-base</artifactId>
6060
<classifier>tests</classifier>
61-
<version>3.13.0-SNAPSHOT</version>
61+
<version>3.13.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>org.apache.jena</groupId>
6767
<artifactId>jena-shaded-guava</artifactId>
68-
<version>3.13.0-SNAPSHOT</version>
68+
<version>3.13.0</version>
6969
</dependency>
7070

7171
<dependency>

jena-base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.jena</groupId>
2424
<artifactId>jena</artifactId>
25-
<version>3.13.0-SNAPSHOT</version>
25+
<version>3.13.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>jena-base</artifactId>
29-
<version>3.13.0-SNAPSHOT</version>
29+
<version>3.13.0</version>
3030
<name>Apache Jena - Base Common Environment</name>
3131
<description>
3232
This module contains non-RDF library code and the common system runtime.
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.jena</groupId>
4343
<artifactId>jena-shaded-guava</artifactId>
44-
<version>3.13.0-SNAPSHOT</version>
44+
<version>3.13.0</version>
4545
</dependency>
4646

4747
<!-- For compiling the log4j1 helper code. -->

jena-cmds/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.jena</groupId>
2323
<artifactId>jena</artifactId>
24-
<version>3.13.0-SNAPSHOT</version>
24+
<version>3.13.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

2828
<name>Apache Jena - Command line tools</name>
2929
<artifactId>jena-cmds</artifactId>
30-
<version>3.13.0-SNAPSHOT</version>
30+
<version>3.13.0</version>
3131

3232
<description>Command line tools</description>
3333

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.jena</groupId>
5959
<artifactId>apache-jena-libs</artifactId>
60-
<version>3.13.0-SNAPSHOT</version>
60+
<version>3.13.0</version>
6161
<type>pom</type>
6262
</dependency>
6363

@@ -88,23 +88,23 @@
8888
<dependency>
8989
<groupId>org.apache.jena</groupId>
9090
<artifactId>jena-arq</artifactId>
91-
<version>3.13.0-SNAPSHOT</version>
91+
<version>3.13.0</version>
9292
<classifier>tests</classifier>
9393
<scope>test</scope>
9494
</dependency>
9595

9696
<dependency>
9797
<groupId>org.apache.jena</groupId>
9898
<artifactId>jena-core</artifactId>
99-
<version>3.13.0-SNAPSHOT</version>
99+
<version>3.13.0</version>
100100
<classifier>tests</classifier>
101101
<scope>test</scope>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.apache.jena</groupId>
106106
<artifactId>jena-base</artifactId>
107-
<version>3.13.0-SNAPSHOT</version>
107+
<version>3.13.0</version>
108108
<classifier>tests</classifier>
109109
<scope>test</scope>
110110
</dependency>

0 commit comments

Comments
 (0)