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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new ae20e5e76 Fix servicemix.osgi.source.version property
ae20e5e76 is described below

commit ae20e5e7629d97619434e3529b40744b77edc24d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jul 3 07:24:43 2022 +0200

    Fix servicemix.osgi.source.version property
---
 gwt-servlet-2.10.0/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gwt-servlet-2.10.0/pom.xml b/gwt-servlet-2.10.0/pom.xml
index e6f63a312..74cc3cbd8 100644
--- a/gwt-servlet-2.10.0/pom.xml
+++ b/gwt-servlet-2.10.0/pom.xml
@@ -45,7 +45,7 @@
         <pkgGroupId>com.google.gwt</pkgGroupId>
         <pkgArtifactId>gwt-servlet</pkgArtifactId>
         <pkgVersion>2.10.0</pkgVersion>
-       <pkgSourceVersion>2.10.0.1</pkgSourceVersion>
+       
<servicemix.osgi.source.version>2.10.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
             
com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first,
             
com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first,

Reply via email to