Skip to content

Commit 30c4635

Browse files
author
Sajjad Moradi
committed
[maven-release-plugin] prepare release release-0.10.0-rc0
1 parent 08d0db1 commit 30c4635

File tree

70 files changed

+170
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+170
-274
lines changed

pinot-broker/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-broker</artifactId>

pinot-clients/pinot-java-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot-clients</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-java-client</artifactId>

pinot-clients/pinot-jdbc-client/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot-clients</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-jdbc-client</artifactId>
@@ -134,8 +133,7 @@
134133
</goals>
135134
<configuration>
136135
<transformers>
137-
<transformer
138-
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
136+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
139137
</transformers>
140138
</configuration>
141139
</execution>

pinot-clients/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<artifactId>pinot</artifactId>
2826
<groupId>org.apache.pinot</groupId>
29-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<artifactId>pinot-clients</artifactId>

pinot-common/pom.xml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-common</artifactId>
@@ -361,31 +360,31 @@
361360
<phase>generate-sources</phase>
362361
<configuration>
363362
<tasks>
364-
<delete dir="target/generated-sources/gen-javabean"/>
365-
<mkdir dir="target/generated-sources"/>
363+
<delete dir="target/generated-sources/gen-javabean" />
364+
<mkdir dir="target/generated-sources" />
366365
<exec executable="/usr/local/bin/thrift">
367-
<arg value="--gen"/>
368-
<arg value="java:beans"/>
369-
<arg value="-o"/>
370-
<arg value="target/generated-sources"/>
371-
<arg value="src/thrift/query.thrift"/>
366+
<arg value="--gen" />
367+
<arg value="java:beans" />
368+
<arg value="-o" />
369+
<arg value="target/generated-sources" />
370+
<arg value="src/thrift/query.thrift" />
372371
</exec>
373372
<exec executable="/usr/local/bin/thrift">
374-
<arg value="--gen"/>
375-
<arg value="java:beans"/>
376-
<arg value="-o"/>
377-
<arg value="target/generated-sources"/>
378-
<arg value="src/thrift/request.thrift"/>
373+
<arg value="--gen" />
374+
<arg value="java:beans" />
375+
<arg value="-o" />
376+
<arg value="target/generated-sources" />
377+
<arg value="src/thrift/request.thrift" />
379378
</exec>
380379
<exec executable="/usr/local/bin/thrift">
381-
<arg value="--gen"/>
382-
<arg value="java:beans"/>
383-
<arg value="-o"/>
384-
<arg value="target/generated-sources"/>
385-
<arg value="src/thrift/response.thrift"/>
380+
<arg value="--gen" />
381+
<arg value="java:beans" />
382+
<arg value="-o" />
383+
<arg value="target/generated-sources" />
384+
<arg value="src/thrift/response.thrift" />
386385
</exec>
387386
<copy todir="src/main/java/">
388-
<fileset dir="target/generated-sources/gen-javabean"/>
387+
<fileset dir="target/generated-sources/gen-javabean" />
389388
</copy>
390389
</tasks>
391390
</configuration>

pinot-compatibility-verifier/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-compatibility-verifier</artifactId>

pinot-connectors/pinot-spark-connector/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot-connectors</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-spark-connector</artifactId>

pinot-connectors/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<artifactId>pinot</artifactId>
2826
<groupId>org.apache.pinot</groupId>
29-
<version>0.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<artifactId>pinot-connectors</artifactId>

pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524

2625
<parent>
2726
<artifactId>prestodb-pinot-dependencies</artifactId>
2827
<groupId>org.apache.pinot</groupId>
29-
<version>0.10.0-SNAPSHOT</version>
28+
<version>0.10.0</version>
3029
<relativePath>..</relativePath>
3130
</parent>
3231

pinot-connectors/prestodb-pinot-dependencies/pinot-core-jdk8/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524

2625
<parent>
2726
<artifactId>prestodb-pinot-dependencies</artifactId>
2827
<groupId>org.apache.pinot</groupId>
29-
<version>0.10.0-SNAPSHOT</version>
28+
<version>0.10.0</version>
3029
<relativePath>..</relativePath>
3130
</parent>
3231

0 commit comments

Comments
 (0)