From 6561cbd1dcc893fec87a2dd4520d2693f34ce536 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Tue, 3 Sep 2013 20:26:53 +0200 Subject: [PATCH] Substitutes all occurances of 'org.cloudsmith' to 'com.puppetlabs' This commit substitutes all occurances of 'org.cloudsmith' to 'com.puppetlabs' in all files, including preference settings and project metadata. --- META-INF/MANIFEST.MF | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 74e0e64..de566e4 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JRuby Parser -Bundle-SymbolicName: org.cloudsmith.jrubyparser +Bundle-SymbolicName: com.puppetlabs.jrubyparser Bundle-Version: 0.3.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: Thomas E. Enebo diff --git a/pom.xml b/pom.xml index e08b4b7..3cbea37 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.cloudsmith.jruby + com.puppetlabs.jruby jrubyparser jar 0.3-beta-SNAPSHOT