Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 2a3643d

Browse files
committed
[maven-release-plugin] prepare release 201604
1 parent 739dc97 commit 2a3643d

File tree

15 files changed

+70
-57
lines changed

15 files changed

+70
-57
lines changed

provisioning/launchers/content-launcher/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.apache.clerezza.provisioning</groupId>
2626
<artifactId>content-launcher</artifactId>
27-
<version>1.0.2-SNAPSHOT</version>
27+
<version>1.0.2</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Clerezza - Provisioning - Launchers - Content Launcher</name>
@@ -233,14 +233,14 @@
233233
<dependency>
234234
<groupId>org.apache.clerezza.provisioning</groupId>
235235
<artifactId>rdf</artifactId>
236-
<version>1.1.1-SNAPSHOT</version>
236+
<version>1.1.1</version>
237237
<type>partialbundlelist</type>
238238
</dependency>
239239

240240
<dependency>
241241
<groupId>org.apache.clerezza.provisioning</groupId>
242242
<artifactId>rdf.tdb</artifactId>
243-
<version>1.1.1-SNAPSHOT</version>
243+
<version>1.1.1</version>
244244
<type>partialbundlelist</type>
245245
</dependency>
246246

@@ -277,14 +277,14 @@
277277
<dependency>
278278
<groupId>org.apache.clerezza.provisioning</groupId>
279279
<artifactId>platform.content</artifactId>
280-
<version>1.0.1-SNAPSHOT</version>
280+
<version>1.0.1</version>
281281
<type>partialbundlelist</type>
282282
</dependency>
283283
</dependencies>
284284

285285

286286

287287
<scm>
288-
<tag>201508-1</tag>
288+
<tag>201604</tag>
289289
</scm>
290290
</project>

provisioning/launchers/linked-data-launcher/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@
233233
<dependency>
234234
<groupId>org.apache.clerezza.provisioning</groupId>
235235
<artifactId>rdf</artifactId>
236-
<version>1.1.1-SNAPSHOT</version>
236+
<version>1.1.1</version>
237237
<type>partialbundlelist</type>
238238
</dependency>
239239

240240
<dependency>
241241
<groupId>org.apache.clerezza.provisioning</groupId>
242242
<artifactId>rdf.tdb</artifactId>
243-
<version>1.1.1-SNAPSHOT</version>
243+
<version>1.1.1</version>
244244
<type>partialbundlelist</type>
245245
</dependency>
246246

@@ -279,6 +279,6 @@
279279

280280

281281
<scm>
282-
<tag>201508-1</tag>
282+
<tag>201604</tag>
283283
</scm>
284284
</project>

provisioning/platform.content/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.apache.clerezza.provisioning</groupId>
3333
<artifactId>platform.content</artifactId>
34-
<version>1.0.1-SNAPSHOT</version>
34+
<version>1.0.1</version>
3535
<packaging>feature</packaging>
3636

3737
<name>Clerezza - Provisioning - Platform Content</name>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.apache.clerezza</groupId>
7474
<artifactId>rdf.stable.serializer</artifactId>
75-
<version>1.0.1-SNAPSHOT</version>
75+
<version>1.0.1</version>
7676
</dependency>
7777
<!-- thess don't strictly belong to here -->
7878
<dependency>
@@ -96,4 +96,8 @@
9696
</plugins>
9797
</build>
9898

99+
100+
<scm>
101+
<tag>201604</tag>
102+
</scm>
99103
</project>

provisioning/rdf.tdb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.apache.clerezza.provisioning</groupId>
3333
<artifactId>rdf.tdb</artifactId>
34-
<version>1.1.1-SNAPSHOT</version>
34+
<version>1.1.1</version>
3535
<packaging>feature</packaging>
3636

3737
<name>Clerezza - Provisioning - Jena TDB Storage</name>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.clerezza</groupId>
4848
<artifactId>rdf.jena.tdb.storage</artifactId>
49-
<version>1.1.1-SNAPSHOT</version>
49+
<version>1.1.1</version>
5050
</dependency>
5151

5252

@@ -63,6 +63,6 @@
6363

6464

6565
<scm>
66-
<tag>201508-1</tag>
66+
<tag>201604</tag>
6767
</scm>
6868
</project>

provisioning/rdf/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.apache.clerezza.provisioning</groupId>
3333
<artifactId>rdf</artifactId>
34-
<version>1.1.1-SNAPSHOT</version>
34+
<version>1.1.1</version>
3535
<packaging>feature</packaging>
3636

3737
<name>Clerezza - Provisioning - RDF</name>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.apache.clerezza</groupId>
106106
<artifactId>rdf.core</artifactId>
107-
<version>1.0.1-SNAPSHOT</version>
107+
<version>1.0.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.apache.clerezza</groupId>
@@ -124,12 +124,12 @@
124124
<dependency>
125125
<groupId>org.apache.clerezza</groupId>
126126
<artifactId>rdf.jena.commons</artifactId>
127-
<version>1.1.1-SNAPSHOT</version>
127+
<version>1.1.1</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.clerezza</groupId>
131131
<artifactId>rdf.jena.facade</artifactId>
132-
<version>1.1.1-SNAPSHOT</version>
132+
<version>1.1.1</version>
133133
</dependency>
134134
<!-- requirws an older version jena-iri
135135
<dependency>
@@ -150,22 +150,22 @@
150150
<dependency>
151151
<groupId>org.apache.clerezza</groupId>
152152
<artifactId>rdf.jena.serializer</artifactId>
153-
<version>1.1.1-SNAPSHOT</version>
153+
<version>1.1.1</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.apache.clerezza</groupId>
157157
<artifactId>rdf.jena.parser</artifactId>
158-
<version>1.1.1-SNAPSHOT</version>
158+
<version>1.1.1</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.apache.clerezza</groupId>
162162
<artifactId>rdf.jena.sparql</artifactId>
163-
<version>1.1.1-SNAPSHOT</version>
163+
<version>1.1.1</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.apache.clerezza</groupId>
167167
<artifactId>rdf.jena.storage</artifactId>
168-
<version>1.1.1-SNAPSHOT</version>
168+
<version>1.1.1</version>
169169
</dependency>
170170
<!-- <dependency>
171171
<groupId>org.apache.clerezza</groupId>
@@ -240,6 +240,6 @@
240240

241241

242242
<scm>
243-
<tag>201508-1</tag>
243+
<tag>201604</tag>
244244
</scm>
245245
</project>

rdf/core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.apache.clerezza</groupId>
2929
<artifactId>rdf.core</artifactId>
3030
<packaging>bundle</packaging>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>Clerezza - RDF - Core</name>
3333
<description>Interfaces and utilities to access RDF Graphs</description>
3434
<dependencies>
@@ -133,4 +133,8 @@
133133
</plugin>
134134
</plugins>
135135
</build>
136+
137+
<scm>
138+
<tag>201604</tag>
139+
</scm>
136140
</project>

rdf/jena/commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.apache.clerezza</groupId>
3131
<artifactId>rdf.jena.commons</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.1.1-SNAPSHOT</version>
33+
<version>1.1.1</version>
3434
<name>Clerezza - RDF - Jena - Commons</name>
3535
<description>Common classes needed by Jena adaptors</description>
3636
<dependencyManagement>
@@ -68,6 +68,6 @@
6868
</dependencies>
6969

7070
<scm>
71-
<tag>201508-1</tag>
71+
<tag>201604</tag>
7272
</scm>
7373
</project>

rdf/jena/facade/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.apache.clerezza</groupId>
3131
<artifactId>rdf.jena.facade</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.1.1-SNAPSHOT</version>
33+
<version>1.1.1</version>
3434
<name>Clerezza - RDF - Jena - Facade: Jena API on Clerezza RDF Commons</name>
3535
<description>An implementation of the Jena API on top of Clerezza RDF Commons, allows to
3636
run code written against the Jena API on a source exposing the Clerezza Commons API .</description>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.apache.clerezza</groupId>
6161
<artifactId>rdf.jena.commons</artifactId>
62-
<version>1.1.1-SNAPSHOT</version>
62+
<version>1.1.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.wymiwyg</groupId>
@@ -99,6 +99,6 @@
9999
</build>
100100

101101
<scm>
102-
<tag>201508-1</tag>
102+
<tag>201604</tag>
103103
</scm>
104104
</project>

rdf/jena/parser/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.apache.clerezza</groupId>
3131
<artifactId>rdf.jena.parser</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.1.1-SNAPSHOT</version>
33+
<version>1.1.1</version>
3434
<name>Clerezza - RDF - Jena - Parser</name>
3535
<description>A ParserProvider based on jena</description>
3636
<dependencyManagement>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.clerezza</groupId>
5555
<artifactId>rdf.jena.facade</artifactId>
56-
<version>1.1.1-SNAPSHOT</version>
56+
<version>1.1.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.felix</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.clerezza</groupId>
6868
<artifactId>rdf.core</artifactId>
69-
<version>1.0.1-SNAPSHOT</version>
69+
<version>1.0.1</version>
7070
</dependency>
7171
</dependencies>
7272
<build>
@@ -91,6 +91,6 @@
9191
</build>
9292

9393
<scm>
94-
<tag>201508-1</tag>
94+
<tag>201604</tag>
9595
</scm>
9696
</project>

rdf/jena/serializer/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.apache.clerezza</groupId>
3131
<artifactId>rdf.jena.serializer</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.1.1-SNAPSHOT</version>
33+
<version>1.1.1</version>
3434
<name>Clerezza - RDF - Jena - Serializer</name>
3535
<description>A SerializingProvider based on jena</description>
3636
<build>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.clerezza</groupId>
5858
<artifactId>rdf.core</artifactId>
59-
<version>1.0.1-SNAPSHOT</version>
59+
<version>1.0.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.clerezza</groupId>
6868
<artifactId>rdf.jena.facade</artifactId>
69-
<version>1.1.1-SNAPSHOT</version>
69+
<version>1.1.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.felix</groupId>
@@ -75,6 +75,6 @@
7575
</dependencies>
7676

7777
<scm>
78-
<tag>201508-1</tag>
78+
<tag>201604</tag>
7979
</scm>
8080
</project>

0 commit comments

Comments
 (0)