Commit 46bf648 1 parent 23df371 commit 46bf648 Copy full SHA for 46bf648
File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
<option name =" region" />
6
6
<option name =" useCurrentConnection" value =" false" />
7
7
</extension >
8
- <option name =" JAR_PATH" value =" $PROJECT_DIR$/dqops/target/dqo-dqops-1.0.2 .jar" />
8
+ <option name =" JAR_PATH" value =" $PROJECT_DIR$/dqops/target/dqo-dqops-1.1.0 .jar" />
9
9
<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" />
10
10
<option name =" PROGRAM_PARAMETERS" value =" --server.port=8888" />
11
11
<option name =" WORKING_DIRECTORY" value =" C:\dev\dqoado" />
Original file line number Diff line number Diff line change 1
- 1.0.2
1
+ 1.1.0
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.dqops</groupId >
13
13
<artifactId >dqo-distribution</artifactId >
14
- <version >1.0.2 </version > <!-- DQOps Version, do not touch (changed automatically) -->
14
+ <version >1.1.0 </version > <!-- DQOps Version, do not touch (changed automatically) -->
15
15
<name >dqo-distribution</name >
16
16
<description >DQOps Data Quality Operations Center final assembly</description >
17
17
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 15
15
# limit
16
16
17
17
# 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.
18
- VERSION = "1.0.2 "
19
- PIP_VERSION = "1.0.2 "
18
+ VERSION = "1.1.0 "
19
+ PIP_VERSION = "1.1.0 "
20
20
GITHUB_RELEASE = "v" + VERSION + ""
21
21
JAVA_VERSION = "17"
22
22
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
#
17
17
18
- export DQO_VERSION=1.0.2
18
+ export DQO_VERSION=1.1.0
19
19
20
20
# Configure local development environment overrides
21
21
if [ -f $( dirname $0 ) /set-dqo-envs.sh ]; then
Original file line number Diff line number Diff line change 15
15
@ REM limitations under the License.
16
16
@ REM
17
17
18
- set DQO_VERSION = 1.0.2
18
+ set DQO_VERSION = 1.1.0
19
19
20
20
rem Configure local development environment overrides
21
21
if exist " %~dp0 set-dqo-envs.cmd" (
Original file line number Diff line number Diff line change 27
27
</parent >
28
28
<groupId >com.dqops</groupId >
29
29
<artifactId >dqo-dqops</artifactId >
30
- <version >1.0.2 </version > <!-- DQOps Version, do not touch (changed automatically) -->
30
+ <version >1.1.0 </version > <!-- DQOps Version, do not touch (changed automatically) -->
31
31
<packaging >jar</packaging >
32
32
<name >dqo-dqops</name >
33
33
<description >DQOps Data Quality Operations Center</description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " DQOps" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@codemirror/lang-python" : " 6.1.3" ,
Original file line number Diff line number Diff line change 3
3
| |) | | (_) | | (_) | | '_ \ (_-<
4
4
|___/ \__\_\ \___/ | .__/ /__/
5
5
|_|
6
- :: DQOps Data Quality Operations Center :: (v1.0.2 )
6
+ :: DQOps Data Quality Operations Center :: (v1.1.0 )
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.dqops</groupId >
13
13
<artifactId >dqo-lib</artifactId >
14
- <version >1.0.2 </version > <!-- DQOps Version, do not touch (changed automatically) -->
14
+ <version >1.1.0 </version > <!-- DQOps Version, do not touch (changed automatically) -->
15
15
<name >lib</name >
16
16
<description >POM for a list of dependencies to libraries that should be distributed in the "lib" folder, especially all JDBC drivers.</description >
17
17
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.dqops</groupId >
7
7
<artifactId >dqo-data-quality-observer</artifactId >
8
- <version >1.0.2 </version > <!-- DQOps Version, do not touch (changed automatically) -->
8
+ <version >1.1.0 </version > <!-- DQOps Version, do not touch (changed automatically) -->
9
9
<packaging >pom</packaging >
10
10
<description >DQOps Data Quality Operations Center</description >
11
11
You can’t perform that action at this time.
0 commit comments