Skip to content

Commit

Permalink
Merge branch '2.0.1-RC'
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Oct 20, 2024
2 parents 481f392 + a70dca6 commit 12297f3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors:
given-names: Reiner
orcid: "https://orcid.org/0000-0002-5464-8561"
-
affiliation: "Lancester University"
affiliation: "Lancaster University"
family-names: Reichelt
given-names: David Georg
orcid: "https://orcid.org/0000-0002-1772-1416"
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools-architecture-recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.1-SNAPSHOT"
KIEKER_VERSION="2.0.1"

PACKAGE_NAME=architecture-recovery
BUILD_PATH="${BASE_DIR}/build/${PACKAGE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools-trace-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.1-SNAPSHOT"
KIEKER_VERSION="2.0.1"

PACKAGE_NAME=trace-analysis
BUILD_PATH="${BASE_DIR}/build/${PACKAGE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.1-SNAPSHOT"
KIEKER_VERSION="2.0.1"

"${BIN_DIR}/assemble-tools-architecture-recovery.sh"

Expand Down
2 changes: 1 addition & 1 deletion bin/dev/release-check-short.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# include common variables and functions
source "$(dirname $0)/release-check-common.sh"

KIEKER_VERSION="2.0.1-SNAPSHOT"
KIEKER_VERSION="2.0.1"

# lists the files included in an archive without extracting it
function cat_archive_content {
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dateModified": "2024-07-23",
"issueTracker": "https://kieker-monitoring.atlassian.net/",
"name": "Kieker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Application-level monitoring and dynamic analysis of software systems are a basis for various tasks in software engineering research, such as performance evaluation and reverse engineering. The Kieker framework provides monitoring, analysis, and visualization support for these purposes.",
"referencePublication": "https://doi.org/10.1016/j.simpa.2020.100019",
"programmingLanguage": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Lancester University, Leipzig"
"name": "Lancaster University, Leipzig"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kiekerPackagenamebase = kieker
kiekerName = Kieker Framework
kiekerVersion = 2.0.1-SNAPSHOT
kiekerVersion = 2.0.1
kiekerCopyright = Kieker Project

dirConfig = config
Expand Down

0 comments on commit 12297f3

Please sign in to comment.