Skip to content

Commit

Permalink
Update version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Feb 19, 2024
1 parent cfbc3fd commit 2eb2083
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .run/dqo run.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<option name="region" />
<option name="useCurrentConnection" value="false" />
</extension>
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-1.0.1.jar" />
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-1.0.2.jar" />
<option name="VM_PARAMETERS" value="-XX:MaxRAMPercentage=60.0 --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED" />
<option name="PROGRAM_PARAMETERS" value="--server.port=8888" />
<option name="WORKING_DIRECTORY" value="C:\dev\dqoado" />
Expand All @@ -17,4 +17,4 @@
</envs>
<method v="2" />
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.dqops</groupId>
<artifactId>dqo-distribution</artifactId>
<version>1.0.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
<version>1.0.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
<name>dqo-distribution</name>
<description>DQOps Data Quality Operations Center final assembly</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions distribution/python/dqops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limit

# WARNING: the next two lines with the version numbers (VERSION =, PIP_VERSION =) should not be modified manually. They are changed by a maven profile at compile time.
VERSION = "1.0.1"
PIP_VERSION = "1.0.1"
VERSION = "1.0.2"
PIP_VERSION = "1.0.2"
GITHUB_RELEASE = "v" + VERSION + ""
JAVA_VERSION = "17"

Expand Down
2 changes: 1 addition & 1 deletion dqo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

export DQO_VERSION=1.0.1
export DQO_VERSION=1.0.2

# Configure local development environment overrides
if [ -f $(dirname $0)/set-dqo-envs.sh ]; then
Expand Down
2 changes: 1 addition & 1 deletion dqo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@REM limitations under the License.
@REM

set DQO_VERSION=1.0.1
set DQO_VERSION=1.0.2

rem Configure local development environment overrides
if exist "%~dp0set-dqo-envs.cmd" (
Expand Down
2 changes: 1 addition & 1 deletion dqops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>com.dqops</groupId>
<artifactId>dqo-dqops</artifactId>
<version>1.0.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
<version>1.0.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
<packaging>jar</packaging>
<name>dqo-dqops</name>
<description>DQOps Data Quality Operations Center</description>
Expand Down
2 changes: 1 addition & 1 deletion dqops/src/main/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DQOps",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"@codemirror/lang-python": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion dqops/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
| |) | | (_) | | (_) | | '_ \ (_-<
|___/ \__\_\ \___/ | .__/ /__/
|_|
:: DQOps Data Quality Operations Center :: (v1.0.1)
:: DQOps Data Quality Operations Center :: (v1.0.2)
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.dqops</groupId>
<artifactId>dqo-lib</artifactId>
<version>1.0.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
<version>1.0.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
<name>lib</name>
<description>POM for a list of dependencies to libraries that should be distributed in the "lib" folder, especially all JDBC drivers.</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.dqops</groupId>
<artifactId>dqo-data-quality-observer</artifactId>
<version>1.0.1</version> <!-- DQOps Version, do not touch (changed automatically) -->
<version>1.0.2</version> <!-- DQOps Version, do not touch (changed automatically) -->
<packaging>pom</packaging>
<description>DQOps Data Quality Operations Center</description>

Expand Down

0 comments on commit 2eb2083

Please sign in to comment.