mirror of
				https://github.com/optim-enterprises-bv/siembol.git
				synced 2025-10-31 02:17:46 +00:00 
			
		
		
		
	release 2.6.0
This commit is contained in:
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. | |||||||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||||||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||||
|  |  | ||||||
|  | ## [2.6.0] - 2022-12-15 | ||||||
|  |  | ||||||
|  | - Fixing error messages in Siembol UI | ||||||
|  | - Improved initialisation in Siembol response | ||||||
|  | - Reworking configuration testing in config editor rest module | ||||||
|  | - Adding numeric compare matcher in Siembol alerting | ||||||
|  | - Sending correlated alerts after matching in Siembol correlation alerting | ||||||
|  | - Minor refactoring of Siembol monitoring | ||||||
|  | - Adding javadoc to Siembol java modules | ||||||
|  | - Upgrading ngx-formly dependency to version 6.0.2 in Siembol UI | ||||||
|  |  | ||||||
|  |  | ||||||
| ## [2.5.0] - 2022-06-30 | ## [2.5.0] - 2022-06-30 | ||||||
|  |  | ||||||
| - Adding siembol-monitoring module with siembol-heartbeat service | - Adding siembol-monitoring module with siembol-heartbeat service | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>alerting</artifactId> |         <artifactId>alerting</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -35,7 +35,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>junit</groupId> |             <groupId>junit</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>alerting</artifactId> |         <artifactId>alerting</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -23,7 +23,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <artifactId>jackson-databind</artifactId> |                     <artifactId>jackson-databind</artifactId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>alerting</artifactId> |         <artifactId>alerting</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -51,7 +51,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>alerting-core</module> |         <module>alerting-core</module> | ||||||
|   | |||||||
| @@ -9,13 +9,13 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>config-editor</artifactId> |         <artifactId>config-editor</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.apache.commons</groupId> |             <groupId>org.apache.commons</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>config-editor</artifactId> |         <artifactId>config-editor</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
|         <dependencies> |         <dependencies> | ||||||
| @@ -56,7 +56,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
| @@ -67,22 +67,22 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>config-editor-core</artifactId> |             <artifactId>config-editor-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>config-editor-services</artifactId> |             <artifactId>config-editor-services</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>config-editor-sync</artifactId> |             <artifactId>config-editor-sync</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
| @@ -93,7 +93,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>parsing-app</artifactId> |             <artifactId>parsing-app</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
| @@ -104,7 +104,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>enriching-core</artifactId> |             <artifactId>enriching-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
| @@ -115,7 +115,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>responding-core</artifactId> |             <artifactId>responding-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>config-editor</artifactId> |         <artifactId>config-editor</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -41,32 +41,32 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>config-editor-core</artifactId> |             <artifactId>config-editor-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>parsing-app</artifactId> |             <artifactId>parsing-app</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>enriching-core</artifactId> |             <artifactId>enriching-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>responding-core</artifactId> |             <artifactId>responding-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>junit</groupId> |             <groupId>junit</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>config-editor</artifactId> |         <artifactId>config-editor</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -20,17 +20,17 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>config-editor-core</artifactId> |             <artifactId>config-editor-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>parsing-app</artifactId> |             <artifactId>parsing-app</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "rule-editor.ui", |   "name": "rule-editor.ui", | ||||||
|   "version": "2.6.7-dev", |   "version": "2.6.0", | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "ng": "ng", |     "ng": "ng", | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>config-editor-core</module> |         <module>config-editor-core</module> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|         <relativePath>../../pom.xml</relativePath> |         <relativePath>../../pom.xml</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
| @@ -37,7 +37,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|         <relativePath>../../pom.xml</relativePath> |         <relativePath>../../pom.xml</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
| @@ -43,7 +43,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>enriching</artifactId> |         <artifactId>enriching</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -35,12 +35,12 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>junit</groupId> |             <groupId>junit</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>enriching</artifactId> |         <artifactId>enriching</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -75,7 +75,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>enriching-core</artifactId> |             <artifactId>enriching-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>enriching-core</module> |         <module>enriching-core</module> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>parsing</artifactId> |         <artifactId>parsing</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -39,12 +39,12 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>parsing-core</artifactId> |             <artifactId>parsing-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>junit</groupId> |             <groupId>junit</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>parsing</artifactId> |         <artifactId>parsing</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -50,7 +50,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>joda-time</groupId> |             <groupId>joda-time</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>parsing</artifactId> |         <artifactId>parsing</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -75,7 +75,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>parsing-app</artifactId> |             <artifactId>parsing-app</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>parsing-core</module> |         <module>parsing-core</module> | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -6,7 +6,7 @@ | |||||||
|     <groupId>uk.co.gresearch.siembol</groupId> |     <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|     <artifactId>siembol</artifactId> |     <artifactId>siembol</artifactId> | ||||||
|     <name>siembol</name> |     <name>siembol</name> | ||||||
|     <version>2.6.7-SNAPSHOT</version> |     <version>2.6.0</version> | ||||||
|     <description>A scalable, advanced security analytics framework based on open-source big data technologies.</description> |     <description>A scalable, advanced security analytics framework based on open-source big data technologies.</description> | ||||||
|     <inceptionYear>2019</inceptionYear> |     <inceptionYear>2019</inceptionYear> | ||||||
|     <url>https://siembol.io/</url> |     <url>https://siembol.io/</url> | ||||||
| @@ -27,7 +27,7 @@ | |||||||
|         <developer> |         <developer> | ||||||
|             <id>mariannovotny</id> |             <id>mariannovotny</id> | ||||||
|             <name>Marian Novotny</name> |             <name>Marian Novotny</name> | ||||||
|             <email>Marian.Novotny@gresearch.co.uk</email> |             <email>majo.novotny@gmail.com</email> | ||||||
|         </developer> |         </developer> | ||||||
|     </developers> |     </developers> | ||||||
|     <issueManagement> |     <issueManagement> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <modules> |     <modules> | ||||||
|         <module>responding-core</module> |         <module>responding-core</module> | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>responding</artifactId> |         <artifactId>responding</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -35,12 +35,12 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>alerting-core</artifactId> |             <artifactId>alerting-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.jayway.jsonpath</groupId> |             <groupId>com.jayway.jsonpath</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>responding</artifactId> |         <artifactId>responding</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
|         <dependencies> |         <dependencies> | ||||||
| @@ -51,7 +51,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>siembol-common</artifactId> |             <artifactId>siembol-common</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|             <exclusions> |             <exclusions> | ||||||
|                 <exclusion> |                 <exclusion> | ||||||
|                     <groupId>org.slf4j</groupId> |                     <groupId>org.slf4j</groupId> | ||||||
| @@ -62,7 +62,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>uk.co.gresearch.siembol</groupId> |             <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|             <artifactId>responding-core</artifactId> |             <artifactId>responding-core</artifactId> | ||||||
|             <version>2.6.7-SNAPSHOT</version> |             <version>2.6.0</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.apache.kafka</groupId> |             <groupId>org.apache.kafka</groupId> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>uk.co.gresearch.siembol</groupId> |         <groupId>uk.co.gresearch.siembol</groupId> | ||||||
|         <artifactId>siembol</artifactId> |         <artifactId>siembol</artifactId> | ||||||
|         <version>2.6.7-SNAPSHOT</version> |         <version>2.6.0</version> | ||||||
|     </parent> |     </parent> | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Marian Novotny
					Marian Novotny