This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit de498eea5379088c3c8ce4d56e9d85e3d0f3c396 Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Jul 19 19:41:15 2026 +0200 [RELEASE] Revert testsupport unit release because of javadoc error --- testsupport/testsupport-unit/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testsupport/testsupport-unit/pom.xml b/testsupport/testsupport-unit/pom.xml index dcd9e394e..b3734852b 100644 --- a/testsupport/testsupport-unit/pom.xml +++ b/testsupport/testsupport-unit/pom.xml @@ -32,7 +32,7 @@ <artifactId>org.apache.aries.testsupport.unit</artifactId> <packaging>bundle</packaging> <name>Apache Aries Unit Test Support</name> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <description> This bundle provides unit test support. </description> @@ -41,8 +41,7 @@ <connection>scm:git:[email protected]:apache/aries.git</connection> <developerConnection>scm:git:[email protected]:apache/aries.git</developerConnection> <url>https://github.com/apache/aries</url> - <tag>HEAD</tag> - </scm> + </scm> <properties> <!-- Export package versions are maintained in packageinfo files --> @@ -54,7 +53,7 @@ org.apache.aries.unittest.junit, org.apache.aries.itest </aries.osgi.export.pkg> - <aries.osgi.private.pkg /> + <aries.osgi.private.pkg/> <!-- Don't import org.ops4j.pax.exam.container.def because it is only used for setup --> <aries.osgi.import.pkg> org.ops4j.pax.exam.container.def*;resolution:=optional,
