Skip to content

Commit

Permalink
milestone build 2.5.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
abrokenjester committed Feb 21, 2019
1 parent 5f3fd13 commit 00d2484
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>
<artifactId>rdf4j-client</artifactId>
<name>RDF4J: Client Library</name>
Expand Down
2 changes: 1 addition & 1 deletion compliance/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-model-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compliance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compliance/queryresultio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compliance/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compliance/rio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-compliance</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-compliance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-http</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-http</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-http-protocol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
<packaging>pom</packaging>

<name>RDF4J</name>
Expand Down
2 changes: 1 addition & 1 deletion query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryalgebra-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryalgebra-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryparser/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryparser</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryparser-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryparser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryparser/serql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryparser</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryparser-serql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryparser/sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryparser</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryparser-sparql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryrender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryrender</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryresultio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryresultio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/sparqljson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryresultio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-sparqljson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/sparqlxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryresultio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-sparqlxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion queryresultio/text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryresultio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-queryresultio-text</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/contextaware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-contextaware</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-repository-sparql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-datatypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/jsonld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-jsonld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/languages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-languages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/n3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-n3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/nquads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-nquads</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/ntriples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-ntriples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/rdfjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-rdfjson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/rdfxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-rdfxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/trig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-trig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rio/trix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5.0-M2</version>
</parent>

<artifactId>rdf4j-rio-trix</artifactId>
Expand Down
Loading

0 comments on commit 00d2484

Please sign in to comment.