Update archetype notes

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/570436d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/570436d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/570436d9

Branch: refs/heads/master
Commit: 570436d94dfe64244633f2655003871ea897b012
Parents: 4f441ef
Author: Sam Corbett <[email protected]>
Authored: Tue Jun 2 11:49:41 2015 +0100
Committer: Sam Corbett <[email protected]>
Committed: Tue Jun 2 18:07:41 2015 +0100

----------------------------------------------------------------------
 usage/archetypes/quickstart/NOTES.txt                   | 2 +-
 usage/archetypes/quickstart/pom.xml                     | 8 ++++----
 usage/archetypes/quickstart/src/brooklyn-sample/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/570436d9/usage/archetypes/quickstart/NOTES.txt
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/NOTES.txt 
b/usage/archetypes/quickstart/NOTES.txt
index 9c73f1c..41c6ec2 100644
--- a/usage/archetypes/quickstart/NOTES.txt
+++ b/usage/archetypes/quickstart/NOTES.txt
@@ -36,7 +36,7 @@ To test a build:
     
     mvn archetype:generate                                  \
                                                             \
-      -DarchetypeGroupId=io.brooklyn                        \
+      -DarchetypeGroupId=org.apache.brooklyn                \
       -DarchetypeArtifactId=brooklyn-archetype-quickstart   \
       -DarchetypeVersion=${BV} \
       \

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/570436d9/usage/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/pom.xml 
b/usage/archetypes/quickstart/pom.xml
index c69dd88..20080f6 100644
--- a/usage/archetypes/quickstart/pom.xml
+++ b/usage/archetypes/quickstart/pom.xml
@@ -23,10 +23,10 @@
   <packaging>maven-archetype</packaging>
   <name>Brooklyn Quick-Start Project Archetype</name>
   <description>
-        This project defines an archetype for creating new projects which 
consume brooklyn, 
-        including an example application and an example new entity type, 
-        able to build an OSGi JAR and a binary assembly, with logging and 
READMEs.
-    </description>
+    This project defines an archetype for creating new projects which consume 
brooklyn,
+    including an example application and an example new entity type,
+    able to build an OSGi JAR and a binary assembly, with logging and READMEs.
+  </description>
 
   <parent>
     <groupId>org.apache.brooklyn</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/570436d9/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml 
b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
index 490b4ba..c5952d7 100644
--- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -47,7 +47,7 @@
   </parent>
 
   <properties>
-    <project.entry>com.acme.sample.SampleMain</project.entry>
+    <project.entry>com.acme.sample.brooklyn.SampleMain</project.entry>
   </properties>
 
   <dependencies>

Reply via email to