Skip to content

Commit

Permalink
Upgrade to carml version 0.4.9
Browse files Browse the repository at this point in the history
- Resolves XMLStreamException 'Premature end of file' #6
  • Loading branch information
mchlrch committed Sep 11, 2023
1 parent 038da1c commit b4e6f66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.zazuko.carml-service</groupId>
<artifactId>root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,7 +19,7 @@
<maven.compiler.target>11</maven.compiler.target>
<slf4j.version>1.7.25</slf4j.version>
<rdf4j.version>4.2.3</rdf4j.version>
<carml.version>0.4.8</carml.version>
<carml.version>0.4.9</carml.version>
</properties>

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

<groupId>com.zazuko.carml-service</groupId>
<artifactId>root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.zazuko.carml-service</groupId>
<artifactId>root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>meecrowave</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,7 +22,7 @@
<meecrowave-maven-plugin.version>1.2.13</meecrowave-maven-plugin.version>
<rdf4j.version>4.2.3</rdf4j.version>
<tomee.version>8.0.8</tomee.version>
<carml.version>0.4.8</carml.version>
<carml.version>0.4.9</carml.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.zazuko.carml-service</groupId>
<artifactId>root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>war</artifactId>
<packaging>war</packaging>
Expand All @@ -24,7 +24,7 @@
<meecrowave-maven-plugin.version>1.2.11</meecrowave-maven-plugin.version>
<rdf4j.version>4.2.3</rdf4j.version>
<tomee.version>8.0.6</tomee.version>
<carml.version>0.4.8</carml.version>
<carml.version>0.4.9</carml.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.zazuko.carml-service</groupId>
<artifactId>core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<scope>compiled</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b4e6f66

Please sign in to comment.