You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2016/03/23 17:40:05 UTC

servicemix-bundles git commit: SM-2898 - Fix export package in mustache-compiler 0.9.x bundles

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master bafeb8a40 -> a22688a06


SM-2898 - Fix export package in mustache-compiler 0.9.x bundles


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/a22688a0
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a22688a0
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a22688a0

Branch: refs/heads/master
Commit: a22688a0652fc52bc2fdbbf9b205432b4812a5b5
Parents: bafeb8a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Mar 23 17:39:35 2016 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Mar 23 17:39:35 2016 +0100

----------------------------------------------------------------------
 mustache-compiler-0.9.0/pom.xml | 11 +++++++++--
 mustache-compiler-0.9.1/pom.xml |  2 +-
 pom.xml                         |  2 ++
 3 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a22688a0/mustache-compiler-0.9.0/pom.xml
----------------------------------------------------------------------
diff --git a/mustache-compiler-0.9.0/pom.xml b/mustache-compiler-0.9.0/pom.xml
index f7e4965..003494c 100644
--- a/mustache-compiler-0.9.0/pom.xml
+++ b/mustache-compiler-0.9.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>11</version>
+        <version>12</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -35,6 +35,13 @@
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
     <properties>
         <pkgGroupId>com.github.spullara.mustache.java</pkgGroupId>
         <pkgArtifactId>compiler</pkgArtifactId>
@@ -107,7 +114,7 @@
                 <inherited>false</inherited>
                 <configuration>
                    <instructions>
-                       <Export-Package>${servicemix.osgi.export.pkg}</Export-Package>
+                       <Export-Package>${servicemix.osgi.export}</Export-Package>
                        <Import-Package>${servicemix.osgi.import.pkg}</Import-Package>
                        <Bundle-NativeCode>*</Bundle-NativeCode>
                    </instructions>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a22688a0/mustache-compiler-0.9.1/pom.xml
----------------------------------------------------------------------
diff --git a/mustache-compiler-0.9.1/pom.xml b/mustache-compiler-0.9.1/pom.xml
index f7e05f4..1b86ab9 100644
--- a/mustache-compiler-0.9.1/pom.xml
+++ b/mustache-compiler-0.9.1/pom.xml
@@ -114,7 +114,7 @@
                 <inherited>false</inherited>
                 <configuration>
                    <instructions>
-                       <Export-Package>${servicemix.osgi.export.pkg}</Export-Package>
+                       <Export-Package>${servicemix.osgi.export}</Export-Package>
                        <Import-Package>${servicemix.osgi.import.pkg}</Import-Package>
                        <Bundle-NativeCode>*</Bundle-NativeCode>
                    </instructions>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a22688a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94501fa..2056240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,8 @@
         <module>okhttp-3.2.0</module>
         <module>retrofit-1.9.0</module>
         <module>retrofit-2.0.0</module>
+        <module>mustache-compiler-0.9.0</module>
+        <module>mustache-compiler-0.9.1</module>
     </modules>
 
 </project>