mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-14 20:17:05 +00:00
prepare(release) next release (#9479)
* prepare(release) next release * airflow typo Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
a4521fd664
commit
bf6fc5f93a
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
|
@ -61,7 +61,7 @@ RUN pip install --upgrade pip
|
||||
RUN pip install "openmetadata-managed-apis==0.12.2.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt"
|
||||
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==0.12.2.4"
|
||||
# remove all airflow providers except for docker
|
||||
RUN pip freeze | grep "apache-airlfow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
|
||||
RUN pip freeze | grep "apache-airflow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
|
||||
# Uninstalling psycopg2-binary and installing psycopg2 instead
|
||||
# because the psycopg2-binary generates a architecture specific error
|
||||
# while authrenticating connection with the airflow, psycopg2 solves this error
|
||||
|
@ -201,7 +201,7 @@ test = {
|
||||
build_options = {"includes": ["_cffi_backend"]}
|
||||
setup(
|
||||
name="openmetadata-ingestion",
|
||||
version="0.13.0.dev0",
|
||||
version="0.13.2.0.dev0",
|
||||
url="https://open-metadata.org/",
|
||||
author="OpenMetadata Committers",
|
||||
license="Apache License 2.0",
|
||||
|
@ -69,7 +69,7 @@ setup(
|
||||
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
|
||||
include_package_data=True,
|
||||
package_data={PLUGIN_NAME: get_package_data()},
|
||||
version="0.13.0.dev0",
|
||||
version="0.13.2.0.dev0",
|
||||
url="https://open-metadata.org/",
|
||||
author="OpenMetadata Committers",
|
||||
license="Apache License 2.0",
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>openmetadata-clients</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openmetadata-dist</artifactId>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>openmetadata-service</artifactId>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -26,7 +26,7 @@
|
||||
based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services,
|
||||
OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets.
|
||||
</description>
|
||||
<version>0.13.0-SNAPSHOT</version>
|
||||
<version>0.13.2-SNAPSHOT</version>
|
||||
<url>https://github.com/open-metadata/OpenMetadata</url>
|
||||
<modules>
|
||||
<module>common</module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user