This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch restore-sample-blog
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 9de9e9d51de81444d3c9ef654e7394a7077d3767
Author: Dominik Przybysz <[email protected]>
AuthorDate: Sun Feb 23 13:13:06 2025 +0100

    [MAINTENANCE] Restore sample blog - fix Quiesce test
---
 samples/blog/blog-itests/pom.xml | 3 ++-
 samples/pom.xml                  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/samples/blog/blog-itests/pom.xml b/samples/blog/blog-itests/pom.xml
index f75ac8fde..18021c46a 100644
--- a/samples/blog/blog-itests/pom.xml
+++ b/samples/blog/blog-itests/pom.xml
@@ -477,7 +477,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <forkMode>pertest</forkMode>
+                    <forkCount>1</forkCount>
+                    <reuseForks>false</reuseForks>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/samples/pom.xml b/samples/pom.xml
index e75d232f1..4d5856ee0 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Reply via email to