Skip to content

Commit

Permalink
[maven-release-plugin] prepare release json-serde-parent-1.3.9-e.11
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Jul 14, 2023
1 parent a813ce5 commit 26b41e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions json-serde-generic-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.9-e.11-SNAPSHOT</version>
<version>1.3.9-e.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>${openjson.version}</version>
<version>1.8-e.11</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions json-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.9-e.11-SNAPSHOT</version>
<version>1.3.9-e.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>${openjson.version}</version>
<version>1.8-e.11</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion json-udf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.9-e.11-SNAPSHOT</version>
<version>1.3.9-e.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions json/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.9-e.11-SNAPSHOT</version>
<version>1.3.9-e.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>${openjson.version}</version>
<version>1.8-e.11</version>

<packaging>jar</packaging>
<name>open-json</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<version>1.3.9-e.11-SNAPSHOT</version>
<version>1.3.9-e.11</version>
<packaging>pom</packaging>

<name>openx-json-serde</name>
Expand Down

0 comments on commit 26b41e2

Please sign in to comment.