Skip to content

Commit

Permalink
Chore: Update version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed Aug 30, 2022
1 parent 1eea7bf commit 206c3ba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/xtee-misp2-application/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
xtee-misp2-application (2.7.1) stable; urgency=medium
* Revert to jQuery 1.8.2
* Fix issue with missing XROAD_REST_QUERY_ID_MISSING header

xtee-misp2-application (2.7.0) stable; urgency=medium

* Migrate Orbeon Forms to 2016.3.1CE
Expand Down
4 changes: 4 additions & 0 deletions packages/xtee-misp2-base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
xtee-misp2-base (2.7.1) stable; urgency=medium
* Revert to jQuery 1.8.2
* Fix issue with missing XROAD_REST_QUERY_ID_MISSING header

xtee-misp2-base (2.7.0) stable; urgency=medium

* Migrate Orbeon Forms to 2016.3.1CE
Expand Down
4 changes: 4 additions & 0 deletions packages/xtee-misp2-orbeon/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
xtee-misp2-orbeon (2.7.1) stable; urgency=medium
* Revert to jQuery 1.8.2
* Fix issue with missing XROAD_REST_QUERY_ID_MISSING header

xtee-misp2-orbeon (2.7.0) stable; urgency=medium

* Migrate Orbeon Forms to 2016.3.1CE
Expand Down
4 changes: 4 additions & 0 deletions packages/xtee-misp2-postgresql/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
xtee-misp2-postgresql (2.7.1) stable; urgency=medium
* Revert to jQuery 1.8.2
* Fix issue with missing XROAD_REST_QUERY_ID_MISSING header

xtee-misp2-postgresql (2.7.0) stable; urgency=medium

* Migrate Orbeon Forms to 2016.3.1CE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pgsql_default_port=5432
pgsql_default_dbname=misp2db
pgsql_dir=/usr/lib/postgresql/10/bin
pgsql_conf_dir=/etc/postgresql/10/main
current_version="2.7.0"
current_version="2.7.1"


error_prefix="\e[1m\e[91mERROR!\e[0m"
Expand Down Expand Up @@ -404,6 +404,10 @@ else
if [ "$version" == "2.6.4" ]
then
version="7.0.0"
fi
if [ "$version" == "7.0.0" ]
then
version="7.0.1"
fi
# Substitute schema name in alter scripts
perl -pi -e "s/<misp2_schema>/$schema_name/g" $workdir/tmp.alter.sql
Expand Down
2 changes: 1 addition & 1 deletion web-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
}

group = 'misp2'
version = '2.7.0'
version = '2.7.1'
description = 'MISP2 web application'
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit 206c3ba

Please sign in to comment.