Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KnowageLabs
Knowage-Server
Commits
8e99a662
Commit
8e99a662
authored
Jan 13, 2022
by
Jenkins Automation Server
Browse files
Release 7.4.17
parent
9dec31ef
Changes
34
Hide whitespace changes
Inline
Side-by-side
jdbccore/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
knowage-ce-parent/pom.xml
View file @
8e99a662
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<packaging>
pom
</packaging>
<name>
knowage-ce-parent
</name>
...
...
knowage-core/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -17,14 +17,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
<exclusions>
...
...
@@ -43,14 +43,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
spagobi-metamodel-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
@@ -204,7 +204,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
knowage/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -250,7 +250,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -279,7 +279,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -310,28 +310,28 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowageoauth2securityprovider
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowageldapsecurityprovider
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowagegooglesecurityprovider
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowageazuresecurityprovider
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
runtime
</scope>
</dependency>
...
...
knowage/src/main/webapp/package.json
View file @
8e99a662
{
"name"
:
"knowage"
,
"version"
:
"7.4.17
-SNAPSHOT
"
,
"version"
:
"7.4.17"
,
"description"
:
"Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems."
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
knowageazuresecurityprovider/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
knowagebirtreportengine/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -47,14 +47,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
spagobi.birt.oda
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -83,7 +83,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagecockpitengine/pom.xml
View file @
8e99a662
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -166,14 +166,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -194,7 +194,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagecockpitengine/src/main/webapp/package.json
View file @
8e99a662
{
"name"
:
"knowagecockpitengine"
,
"version"
:
"7.4.17
-SNAPSHOT
"
,
"version"
:
"7.4.17"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
knowagecommonjengine/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -17,7 +17,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -30,14 +30,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagedao/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -34,14 +34,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -109,7 +109,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
knowagedatabasescripts/pom.xml
View file @
8e99a662
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
knowagegeoreportengine/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagegooglesecurityprovider/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -17,14 +17,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagejasperreportengine/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -44,7 +44,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
runtime
</scope>
</dependency>
...
...
knowagekpiengine/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowageldapsecurityprovider/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -17,14 +17,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowagemeta/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -71,7 +71,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-utils
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
@@ -84,14 +84,14 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
qbe-core
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
knowageoauth2/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
knowageoauth2securityprovider/pom.xml
View file @
8e99a662
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-ce-parent
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<relativePath>
../knowage-ce-parent/pom.xml
</relativePath>
</parent>
...
...
@@ -17,7 +17,7 @@
<dependency>
<groupId>
it.eng.knowage
</groupId>
<artifactId>
knowage-dao
</artifactId>
<version>
7.4.17
-SNAPSHOT
</version>
<version>
7.4.17
</version>
<scope>
compile
</scope>
</dependency>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment