You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/12/22 03:22:48 UTC

svn commit: r1221998 - in /karaf/branches/karaf-2.2.x: assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt demos/deployer/kar/pom.xml

Author: jgoodyear
Date: Thu Dec 22 02:22:48 2011
New Revision: 1221998

URL: http://svn.apache.org/viewvc?rev=1221998&view=rev
Log:
More modifications to the demos/deployer/kar demo pom.
Signature not being generated for 1.0 versioned artifacts.

Modified:
    karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt
    karaf/branches/karaf-2.2.x/demos/deployer/kar/pom.xml

Modified: karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt?rev=1221998&r1=1221997&r2=1221998&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt (original)
+++ karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/demos/deployer/kar/README.txt Thu Dec 22 02:22:48 2011
@@ -56,12 +56,12 @@ The KAR Deployer creates a repository de
 You can now see your feature available for installation:
 
   karaf@root> feature:list | grep -i my-kar
-  [installed] [1.0             ] my-kar                        repo-0
+  [installed] [${pom.version}             ] my-kar                        repo-0
 
 Now you can use any commands available on features:
 
   karaf@root> feature:info my-kar
-  Feature my-kar 1.0
+  Feature my-kar ${pom.version}
   Feature has no configuration
   Feature has no configuration files
   Feature has no dependencies.

Modified: karaf/branches/karaf-2.2.x/demos/deployer/kar/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/demos/deployer/kar/pom.xml?rev=1221998&r1=1221997&r2=1221998&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/demos/deployer/kar/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/demos/deployer/kar/pom.xml Thu Dec 22 02:22:48 2011
@@ -30,7 +30,6 @@
 
     <groupId>org.apache.karaf.demos.deployer.kar</groupId>
     <artifactId>my-kar</artifactId>
-    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Apache Karaf :: Demos :: Deployer :: Kar</name>