Skip to content

Commit 9b19beb

Browse files
author
Jenkins Automation Server
committed
Release 7.4.19
1 parent 2a54f27 commit 9b19beb

File tree

34 files changed

+87
-87
lines changed

34 files changed

+87
-87
lines changed

jdbccore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

knowage-ce-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>it.eng.knowage</groupId>
44
<artifactId>knowage-ce-parent</artifactId>
5-
<version>7.4.19-SNAPSHOT</version>
5+
<version>7.4.19</version>
66
<packaging>pom</packaging>
77
<name>knowage-ce-parent</name>
88

knowage-core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>it.eng.knowage</groupId>
1919
<artifactId>knowage-utils</artifactId>
20-
<version>7.4.19-SNAPSHOT</version>
20+
<version>7.4.19</version>
2121
<scope>compile</scope>
2222
</dependency>
2323

2424
<dependency>
2525
<groupId>it.eng.knowage</groupId>
2626
<artifactId>knowage-utils</artifactId>
27-
<version>7.4.19-SNAPSHOT</version>
27+
<version>7.4.19</version>
2828
<type>test-jar</type>
2929
<scope>test</scope>
3030
<exclusions>
@@ -43,14 +43,14 @@
4343
<dependency>
4444
<groupId>it.eng.knowage</groupId>
4545
<artifactId>knowage-dao</artifactId>
46-
<version>7.4.19-SNAPSHOT</version>
46+
<version>7.4.19</version>
4747
<scope>compile</scope>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>it.eng.knowage</groupId>
5252
<artifactId>spagobi-metamodel-utils</artifactId>
53-
<version>7.4.19-SNAPSHOT</version>
53+
<version>7.4.19</version>
5454
<scope>compile</scope>
5555
</dependency>
5656

@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>it.eng.knowage</groupId>
206206
<artifactId>knowage-dao</artifactId>
207-
<version>7.4.19-SNAPSHOT</version>
207+
<version>7.4.19</version>
208208
<type>test-jar</type>
209209
<scope>test</scope>
210210
</dependency>

knowage/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -250,7 +250,7 @@
250250
<dependency>
251251
<groupId>it.eng.knowage</groupId>
252252
<artifactId>knowage-core</artifactId>
253-
<version>7.4.19-SNAPSHOT</version>
253+
<version>7.4.19</version>
254254
<scope>compile</scope>
255255
<exclusions>
256256
<exclusion>
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>it.eng.knowage</groupId>
281281
<artifactId>knowage-utils</artifactId>
282-
<version>7.4.19-SNAPSHOT</version>
282+
<version>7.4.19</version>
283283
<scope>compile</scope>
284284
<exclusions>
285285
<exclusion>
@@ -310,28 +310,28 @@
310310
<dependency>
311311
<groupId>it.eng.knowage</groupId>
312312
<artifactId>knowageoauth2securityprovider</artifactId>
313-
<version>7.4.19-SNAPSHOT</version>
313+
<version>7.4.19</version>
314314
<scope>runtime</scope>
315315
</dependency>
316316

317317
<dependency>
318318
<groupId>it.eng.knowage</groupId>
319319
<artifactId>knowageldapsecurityprovider</artifactId>
320-
<version>7.4.19-SNAPSHOT</version>
320+
<version>7.4.19</version>
321321
<scope>runtime</scope>
322322
</dependency>
323323

324324
<dependency>
325325
<groupId>it.eng.knowage</groupId>
326326
<artifactId>knowagegooglesecurityprovider</artifactId>
327-
<version>7.4.19-SNAPSHOT</version>
327+
<version>7.4.19</version>
328328
<scope>runtime</scope>
329329
</dependency>
330330

331331
<dependency>
332332
<groupId>it.eng.knowage</groupId>
333333
<artifactId>knowageazuresecurityprovider</artifactId>
334-
<version>7.4.19-SNAPSHOT</version>
334+
<version>7.4.19</version>
335335
<scope>runtime</scope>
336336
</dependency>
337337

knowage/src/main/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knowage",
3-
"version": "7.4.19-SNAPSHOT",
3+
"version": "7.4.19",
44
"description": "Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.",
55
"main": "index.js",
66
"scripts": {

knowageazuresecurityprovider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

knowagebirtreportengine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -47,14 +47,14 @@
4747
<dependency>
4848
<groupId>it.eng.knowage</groupId>
4949
<artifactId>spagobi.birt.oda</artifactId>
50-
<version>7.4.19-SNAPSHOT</version>
50+
<version>7.4.19</version>
5151
<scope>compile</scope>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>it.eng.knowage</groupId>
5656
<artifactId>knowage-utils</artifactId>
57-
<version>7.4.19-SNAPSHOT</version>
57+
<version>7.4.19</version>
5858
<scope>compile</scope>
5959
<exclusions>
6060
<exclusion>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>it.eng.knowage</groupId>
8585
<artifactId>qbe-core</artifactId>
86-
<version>7.4.19-SNAPSHOT</version>
86+
<version>7.4.19</version>
8787
<scope>compile</scope>
8888
</dependency>
8989

knowagecockpitengine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>it.eng.knowage</groupId>
88
<artifactId>knowage-ce-parent</artifactId>
9-
<version>7.4.19-SNAPSHOT</version>
9+
<version>7.4.19</version>
1010
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1111
</parent>
1212

@@ -166,14 +166,14 @@
166166
<dependency>
167167
<groupId>it.eng.knowage</groupId>
168168
<artifactId>knowage-dao</artifactId>
169-
<version>7.4.19-SNAPSHOT</version>
169+
<version>7.4.19</version>
170170
<scope>compile</scope>
171171
</dependency>
172172

173173
<dependency>
174174
<groupId>it.eng.knowage</groupId>
175175
<artifactId>knowage-utils</artifactId>
176-
<version>7.4.19-SNAPSHOT</version>
176+
<version>7.4.19</version>
177177
<scope>compile</scope>
178178
<exclusions>
179179
<exclusion>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>it.eng.knowage</groupId>
196196
<artifactId>qbe-core</artifactId>
197-
<version>7.4.19-SNAPSHOT</version>
197+
<version>7.4.19</version>
198198
<scope>compile</scope>
199199
</dependency>
200200

knowagecockpitengine/src/main/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knowagecockpitengine",
3-
"version": "7.4.19-SNAPSHOT",
3+
"version": "7.4.19",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

knowagecommonjengine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.eng.knowage</groupId>
77
<artifactId>knowage-ce-parent</artifactId>
8-
<version>7.4.19-SNAPSHOT</version>
8+
<version>7.4.19</version>
99
<relativePath>../knowage-ce-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>it.eng.knowage</groupId>
1919
<artifactId>knowage-utils</artifactId>
20-
<version>7.4.19-SNAPSHOT</version>
20+
<version>7.4.19</version>
2121
<scope>compile</scope>
2222
<exclusions>
2323
<exclusion>
@@ -30,14 +30,14 @@
3030
<dependency>
3131
<groupId>it.eng.knowage</groupId>
3232
<artifactId>qbe-core</artifactId>
33-
<version>7.4.19-SNAPSHOT</version>
33+
<version>7.4.19</version>
3434
<scope>compile</scope>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>it.eng.knowage</groupId>
3939
<artifactId>knowage-dao</artifactId>
40-
<version>7.4.19-SNAPSHOT</version>
40+
<version>7.4.19</version>
4141
<scope>compile</scope>
4242
</dependency>
4343

0 commit comments

Comments
 (0)