Skip to content

Commit

Permalink
Update pom and txt files for Datafari 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otavard committed Mar 4, 2020
1 parent 9f000c2 commit 9dd39f2
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 23 deletions.
18 changes: 18 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ Datafari no longer embeds Java JDK. JDK 8 must be present on the machine and set

The differences between the Community Edition and Enterprise Edition are listed here: https://datafari.atlassian.net/wiki/spaces/DATAFARI/pages/509575169/Differences+between+the+Community+and+Enterprise+Editions+of+Datafari


================== 4.4.1 ==================

* Version of major components :
Solr 7.4
ManifoldCF 2.13
Tomcat 9.0.8
Cassandra 3.11.2
PostgreSQL 10.1
Zookeeper 3.4.10
Tika Server 1.19.1
ElasticSearch 5.6.4
Kibana 5.6.4
LogStash 5.6.4

* Bug fixes
Security fix : Fix for CVE-2020-1938 Ghostcat vulnerability

================== 4.4 ==================

* Version of major components :
Expand Down
2 changes: 1 addition & 1 deletion datafari-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-cassandra</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-core</artifactId>
<!-- Dependencies POM of datafari -->
Expand Down
2 changes: 1 addition & 1 deletion datafari-elk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-elk</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-git-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-git-plugin</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-handler</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-jena</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions datafari-mcf-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-mcf-scripts</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
<scope>provided</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-mcf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-mcf</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions datafari-realm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-realm</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-solr</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-tika</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-tomcat-mcf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-tomcat-mcf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-tomcat</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions datafari-updateprocessor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-updateprocessor</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-jena</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions datafari-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-webapp</artifactId>
<packaging>war</packaging>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</dependency>
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-scripts</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion datafari-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-parent</artifactId>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
</parent>
<artifactId>datafari-zookeeper</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion linux/installer/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: datafari
Version: 4.4
Version: 4.4.1
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>datafari-parent</artifactId>
<!-- Main POM of datafari -->
<packaging>pom</packaging>
<version>4.4-Community</version>
<version>4.4.1-Community</version>
<name>Datafari Enterprise Search - Parent POM</name>

<properties>
Expand Down

0 comments on commit 9dd39f2

Please sign in to comment.