mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
"Updated the tags with latest tag" (#5962)
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
This commit is contained in:
parent
845ab4f7f4
commit
011651f078
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
|
||||
@ -19,7 +19,7 @@ RUN apk update \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY docker/metadata/openmetadata-start.sh docker/metadata/openmetadata.yaml ./
|
||||
RUN wget https://github.com/open-metadata/OpenMetadata/releases/download/0.10.0-release/openmetadata-0.10.0.tar.gz && \
|
||||
RUN wget https://github.com/open-metadata/OpenMetadata/releases/download/0.11.0-release/openmetadata-0.11.0.tar.gz && \
|
||||
tar zxvf openmetadata-*.tar.gz && \
|
||||
rm openmetadata-*.tar.gz
|
||||
RUN chmod 777 openmetadata-start.sh
|
||||
|
||||
@ -7,5 +7,5 @@ Provides metadata version information.
|
||||
|
||||
from incremental import Version
|
||||
|
||||
__version__ = Version("metadata", 0, 11, 0, dev=11)
|
||||
__version__ = Version("metadata", 0, 12, 0)
|
||||
__all__ = ["__version__"]
|
||||
|
||||
@ -161,7 +161,7 @@ test = {
|
||||
build_options = {"includes": ["_cffi_backend"]}
|
||||
setup(
|
||||
name="openmetadata-ingestion",
|
||||
version="0.11.0.dev0",
|
||||
version="0.12.0.dev0",
|
||||
url="https://open-metadata.org/",
|
||||
author="OpenMetadata Committers",
|
||||
license="Apache License 2.0",
|
||||
|
||||
@ -42,7 +42,7 @@ dev_requirements = {
|
||||
|
||||
setup(
|
||||
name="openmetadata-airflow-managed-apis",
|
||||
version="0.11.0.dev0",
|
||||
version="0.12.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.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openmetadata-dist</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.open-metadata</groupId>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -21,7 +21,7 @@
|
||||
<artifactId>catalog</artifactId>
|
||||
<name>OpenMetadata-catalog</name>
|
||||
<description>Openmetadata catalog</description>
|
||||
<version>0.11.0-SNAPSHOT</version>
|
||||
<version>0.12.0-SNAPSHOT</version>
|
||||
<url>https://github.com/open-metadata/OpenMetadata</url>
|
||||
<modules>
|
||||
<module>common</module>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user