Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ProvToolbox-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmoreau committed Sep 28, 2023
1 parent 5dab181 commit 8f581c7
Show file tree
Hide file tree
Showing 56 changed files with 201 additions and 201 deletions.
2 changes: 1 addition & 1 deletion modules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ProvToolbox</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions modules-core/prov-jsonld-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-core</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules-core/prov-jsonld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-core</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules-core/prov-model-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-core</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-jsonld</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -71,7 +71,7 @@
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<scope>test</scope>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<classifier>tests</classifier>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules-core/prov-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openprovenance.prov</groupId>
<artifactId>modules-core</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>prov-model</artifactId>
<name> |---- PROV-MODEL</name>
Expand Down
8 changes: 4 additions & 4 deletions modules-core/prov-n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-core</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand All @@ -38,14 +38,14 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-jsonld</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>

Expand Down
14 changes: 7 additions & 7 deletions modules-executable-provman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ProvToolbox</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,38 +15,38 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-scala-misc</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-validation</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-nf</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-signature</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-summarisation</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>


<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-explanations</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules-executable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ProvToolbox</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
16 changes: 8 additions & 8 deletions modules-executable/prov-interop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>modules-executable</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,43 +16,43 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-jsonld</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-jsonld-xml</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-dot</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-template</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-n</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-generator</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-template-compiler</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
Expand Down
14 changes: 7 additions & 7 deletions modules-executable/toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>modules-executable</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -18,38 +18,38 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-n</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-interop</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>


<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-dot</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-template</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-template-compiler</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-generator</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules-explanations/nlg-spec-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-explanations</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand All @@ -17,20 +17,20 @@
<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>prov-model-scala</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>


<dependency>
<groupId>org.openprovenance.prov</groupId>
<artifactId>nlg-wrapper</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion modules-explanations/nlg-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modules-explanations</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules-explanations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ProvToolbox</artifactId>
<groupId>org.openprovenance.prov</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 8f581c7

Please sign in to comment.