Skip to content

Commit

Permalink
[BUILD] Update version for 0.7.0-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Dec 16, 2019
1 parent 0a527e8 commit 1918f6a
Show file tree
Hide file tree
Showing 25 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-api</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>livy-assembly</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions client-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-common</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-core-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core_2.11</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<artifactId>livy-coverage-report</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions dev/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ if [[ "$1" == "package" ]]; then
echo "Packaging release tarballs"
cp -r incubator-livy $ARCHIVE_NAME_PREFIX
zip -r $SRC_ARCHIVE $ARCHIVE_NAME_PREFIX
echo "" | $GPG --passphrase-fd 0 --armour --output $SRC_ARCHIVE.asc --detach-sig $SRC_ARCHIVE
echo "" | $GPG --passphrase-fd 0 --print-md SHA512 $SRC_ARCHIVE > $SRC_ARCHIVE.sha512
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --armour --output $SRC_ARCHIVE.asc --detach-sig $SRC_ARCHIVE
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --print-md SHA512 $SRC_ARCHIVE > $SRC_ARCHIVE.sha512
rm -rf $ARCHIVE_NAME_PREFIX

# Updated for binary build
Expand All @@ -135,8 +135,8 @@ if [[ "$1" == "package" ]]; then

echo "Copying and signing regular binary distribution"
cp assembly/target/$BIN_ARCHIVE .
echo "" | $GPG --passphrase-fd 0 --armour --output $BIN_ARCHIVE.asc --detach-sig $BIN_ARCHIVE
echo "" | $GPG --passphrase-fd 0 --print-md SHA512 $BIN_ARCHIVE > $BIN_ARCHIVE.sha512
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --armour --output $BIN_ARCHIVE.asc --detach-sig $BIN_ARCHIVE
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --print-md SHA512 $BIN_ARCHIVE > $BIN_ARCHIVE.sha512

cp $BIN_ARCHIVE* ../
cd ..
Expand Down Expand Up @@ -192,7 +192,7 @@ if [[ "$1" == "publish-release" ]]; then
echo "Creating hash and signature files"
for file in $(find . -type f)
do
echo "" | $GPG --passphrase-fd 0 --output $file.asc \
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --output $file.asc \
--detach-sig --armour $file;
if [ $(command -v md5) ]; then
# Available on OS X; -q to keep only hash
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# Apache Project configurations
#
name: Apache Livy
version: 0.7.0-incubating-SNAPSHOT
version: 0.7.0-incubating

podling: true
podling: true
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-examples</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<artifactId>livy-integration-test</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

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

<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>
<name>Livy Project Parent POM</name>
<description>Livy Project</description>
Expand Down
4 changes: 2 additions & 2 deletions python-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-python-api</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion python-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='livy-python-api',
version="0.7.0-incubating-SNAPSHOT",
version="0.7.0-incubating",
packages=["livy", "livy-tests"],
package_dir={
"": "src/main/python",
Expand Down
4 changes: 2 additions & 2 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<relativePath>../scala/pom.xml</relativePath>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<artifactId>livy-repl-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions repl/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl_2.11</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rsc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions scala-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions scala-api/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api_2.11</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>pom</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<artifactId>livy-server</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions test-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-test-lib</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion thriftserver/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thriftserver/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion thriftserver/session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.0-incubating-SNAPSHOT</version>
<version>0.7.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1918f6a

Please sign in to comment.