From 5d7866365f1b53c9638f4282c5b2b8562548431e Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Mon, 9 Dec 2019 16:43:06 +0000 Subject: [PATCH] Added support for setting thread affinity using a description, closes https://github.com/OpenHFT/Java-Thread-Affinity/issues/54 --- affinity-test/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/affinity-test/pom.xml b/affinity-test/pom.xml index 7b65063e4..932584780 100755 --- a/affinity-test/pom.xml +++ b/affinity-test/pom.xml @@ -26,7 +26,7 @@ 4.0.0 affinity-test - 3.2.0-SNAPSHOT + 3.2.2-SNAPSHOT bundle OpenHFT/Java-Thread-Affinity/affinity-test diff --git a/pom.xml b/pom.xml index 3fcff944b..cafd5e741 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 Java-Thread-Affinity - 3.2.0-SNAPSHOT + 3.2.2-SNAPSHOT pom OpenHFT/Java-Thread-Affinity Parent