Skip to content

Commit b777165

Browse files
committed
[maven-release-plugin] prepare release jena-3.17.0
1 parent dcb05cf commit b777165

File tree

54 files changed

+186
-186
lines changed

Some content is hidden

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

54 files changed

+186
-186
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.17.0-SNAPSHOT</version>
26+
<version>3.17.0</version>
2727

2828
<parent>
2929
<groupId>org.apache.jena</groupId>
3030
<artifactId>jena</artifactId>
31-
<version>3.17.0-SNAPSHOT</version>
31+
<version>3.17.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.17.0-SNAPSHOT</version>
44+
<version>3.17.0</version>
4545
</dependency>
4646

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

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

5959
<dependency>
6060
<groupId>org.apache.jena</groupId>
6161
<artifactId>jena-rdfconnection</artifactId>
62-
<version>3.17.0-SNAPSHOT</version>
62+
<version>3.17.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.17.0-SNAPSHOT</version>
25+
<version>3.17.0</version>
2626
</parent>
2727
<artifactId>jena-osgi-features</artifactId>
2828
<packaging>bundle</packaging>

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

Lines changed: 9 additions & 9 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.17.0-SNAPSHOT</version>
25+
<version>3.17.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.17.0-SNAPSHOT</version>
79+
<version>3.17.0</version>
8080
<scope>provided</scope>
8181
<exclusions>
8282
<!-- These are all embedded within httpclient-osgi -->
@@ -106,42 +106,42 @@
106106
<dependency>
107107
<groupId>org.apache.jena</groupId>
108108
<artifactId>jena-core</artifactId>
109-
<version>3.17.0-SNAPSHOT</version>
109+
<version>3.17.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.17.0-SNAPSHOT</version>
116+
<version>3.17.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.17.0-SNAPSHOT</version>
123+
<version>3.17.0</version>
124124
<scope>provided</scope>
125125
</dependency>
126126

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

134134
<dependency>
135135
<groupId>org.apache.jena</groupId>
136136
<artifactId>jena-tdb</artifactId>
137-
<version>3.17.0-SNAPSHOT</version>
137+
<version>3.17.0</version>
138138
<scope>provided</scope>
139139
</dependency>
140140

141141
<dependency>
142142
<groupId>org.apache.jena</groupId>
143143
<artifactId>jena-tdb2</artifactId>
144-
<version>3.17.0-SNAPSHOT</version>
144+
<version>3.17.0</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
<!--
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.apache.jena</groupId>
156156
<artifactId>jena-iri</artifactId>
157-
<version>3.17.0-SNAPSHOT</version>
157+
<version>3.17.0</version>
158158
<scope>provided</scope>
159159
</dependency>
160160

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.17.0-SNAPSHOT</version>
24+
<version>3.17.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

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

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

apache-jena/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.apache.jena</groupId>
3737
<artifactId>jena</artifactId>
38-
<version>3.17.0-SNAPSHOT</version>
38+
<version>3.17.0</version>
3939
<relativePath>..</relativePath>
4040
</parent>
4141

@@ -58,77 +58,77 @@
5858
<dependency>
5959
<groupId>org.apache.jena</groupId>
6060
<artifactId>jena-arq</artifactId>
61-
<version>3.17.0-SNAPSHOT</version>
61+
<version>3.17.0</version>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>org.apache.jena</groupId>
6666
<artifactId>jena-arq</artifactId>
67-
<version>3.17.0-SNAPSHOT</version>
67+
<version>3.17.0</version>
6868
<classifier>sources</classifier>
6969
<optional>true</optional>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>org.apache.jena</groupId>
7474
<artifactId>jena-core</artifactId>
75-
<version>3.17.0-SNAPSHOT</version>
75+
<version>3.17.0</version>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>org.apache.jena</groupId>
8080
<artifactId>jena-core</artifactId>
81-
<version>3.17.0-SNAPSHOT</version>
81+
<version>3.17.0</version>
8282
<classifier>sources</classifier>
8383
<optional>true</optional>
8484
</dependency>
8585

8686
<dependency>
8787
<groupId>org.apache.jena</groupId>
8888
<artifactId>jena-tdb</artifactId>
89-
<version>3.17.0-SNAPSHOT</version>
89+
<version>3.17.0</version>
9090
</dependency>
9191

9292
<dependency>
9393
<groupId>org.apache.jena</groupId>
9494
<artifactId>jena-tdb</artifactId>
95-
<version>3.17.0-SNAPSHOT</version>
95+
<version>3.17.0</version>
9696
<classifier>sources</classifier>
9797
<optional>true</optional>
9898
</dependency>
9999

100100
<dependency>
101101
<groupId>org.apache.jena</groupId>
102102
<artifactId>jena-rdfconnection</artifactId>
103-
<version>3.17.0-SNAPSHOT</version>
103+
<version>3.17.0</version>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>org.apache.jena</groupId>
108108
<artifactId>jena-rdfconnection</artifactId>
109-
<version>3.17.0-SNAPSHOT</version>
109+
<version>3.17.0</version>
110110
<classifier>sources</classifier>
111111
<optional>true</optional>
112112
</dependency>
113113

114114
<dependency>
115115
<groupId>org.apache.jena</groupId>
116116
<artifactId>jena-shacl</artifactId>
117-
<version>3.17.0-SNAPSHOT</version>
117+
<version>3.17.0</version>
118118
</dependency>
119119

120120
<dependency>
121121
<groupId>org.apache.jena</groupId>
122122
<artifactId>jena-shacl</artifactId>
123-
<version>3.17.0-SNAPSHOT</version>
123+
<version>3.17.0</version>
124124
<classifier>sources</classifier>
125125
<optional>true</optional>
126126
</dependency>
127127

128128
<dependency>
129129
<groupId>org.apache.jena</groupId>
130130
<artifactId>jena-cmds</artifactId>
131-
<version>3.17.0-SNAPSHOT</version>
131+
<version>3.17.0</version>
132132
</dependency>
133133

134134
<!-- Require a logging implementation for command line tools -->
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.apache.jena</groupId>
143143
<artifactId>jena-cmds</artifactId>
144-
<version>3.17.0-SNAPSHOT</version>
144+
<version>3.17.0</version>
145145
<classifier>sources</classifier>
146146
<optional>true</optional>
147147
</dependency>

jena-arq/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.jena</groupId>
2626
<artifactId>jena</artifactId>
27-
<version>3.17.0-SNAPSHOT</version>
27+
<version>3.17.0</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

@@ -41,22 +41,22 @@
4141
<dependency>
4242
<groupId>org.apache.jena</groupId>
4343
<artifactId>jena-core</artifactId>
44-
<version>3.17.0-SNAPSHOT</version>
44+
<version>3.17.0</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.apache.jena</groupId>
4949
<artifactId>jena-core</artifactId>
5050
<classifier>tests</classifier>
51-
<version>3.17.0-SNAPSHOT</version>
51+
<version>3.17.0</version>
5252
<scope>test</scope>
5353
</dependency>
5454

5555
<dependency>
5656
<groupId>org.apache.jena</groupId>
5757
<artifactId>jena-base</artifactId>
5858
<classifier>tests</classifier>
59-
<version>3.17.0-SNAPSHOT</version>
59+
<version>3.17.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262

jena-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jena</groupId>
2424
<artifactId>jena</artifactId>
25-
<version>3.17.0-SNAPSHOT</version>
25+
<version>3.17.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>jena-base</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.jena</groupId>
4747
<artifactId>jena-shaded-guava</artifactId>
48-
<version>3.17.0-SNAPSHOT</version>
48+
<version>3.17.0</version>
4949
</dependency>
5050

5151
<!-- For compiling the log4j2 helper code. -->

jena-cmds/pom.xml

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

@@ -55,36 +55,36 @@
5555
<dependency>
5656
<groupId>org.apache.jena</groupId>
5757
<artifactId>apache-jena-libs</artifactId>
58-
<version>3.17.0-SNAPSHOT</version>
58+
<version>3.17.0</version>
5959
<type>pom</type>
6060
</dependency>
6161

6262
<!-- Pull test code into scope -->
6363
<dependency>
6464
<groupId>org.apache.jena</groupId>
6565
<artifactId>jena-base</artifactId>
66-
<version>3.17.0-SNAPSHOT</version>
66+
<version>3.17.0</version>
6767
<classifier>tests</classifier>
6868
<optional>true</optional>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.apache.jena</groupId>
7272
<artifactId>jena-core</artifactId>
73-
<version>3.17.0-SNAPSHOT</version>
73+
<version>3.17.0</version>
7474
<classifier>tests</classifier>
7575
<optional>true</optional>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.apache.jena</groupId>
7979
<artifactId>jena-arq</artifactId>
80-
<version>3.17.0-SNAPSHOT</version>
80+
<version>3.17.0</version>
8181
<classifier>tests</classifier>
8282
<optional>true</optional>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.apache.jena</groupId>
8686
<artifactId>jena-shacl</artifactId>
87-
<version>3.17.0-SNAPSHOT</version>
87+
<version>3.17.0</version>
8888
<classifier>tests</classifier>
8989
<optional>true</optional>
9090
</dependency>

jena-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.jena</groupId>
2727
<artifactId>jena</artifactId>
28-
<version>3.17.0-SNAPSHOT</version>
28+
<version>3.17.0</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

@@ -42,21 +42,21 @@
4242
<dependency>
4343
<groupId>org.apache.jena</groupId>
4444
<artifactId>jena-base</artifactId>
45-
<version>3.17.0-SNAPSHOT</version>
45+
<version>3.17.0</version>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>org.apache.jena</groupId>
5050
<artifactId>jena-base</artifactId>
51-
<version>3.17.0-SNAPSHOT</version>
51+
<version>3.17.0</version>
5252
<classifier>tests</classifier>
5353
<scope>test</scope>
5454
</dependency>
5555

5656
<dependency>
5757
<groupId>org.apache.jena</groupId>
5858
<artifactId>jena-iri</artifactId>
59-
<version>3.17.0-SNAPSHOT</version>
59+
<version>3.17.0</version>
6060
</dependency>
6161

6262
<dependency>

0 commit comments

Comments
 (0)