]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - doc/site/apt/howtos/howto-migrateTo0_11_4.apt
Move site definition to /doc
[gpl/argeo-slc.git] / doc / site / apt / howtos / howto-migrateTo0_11_4.apt
diff --git a/doc/site/apt/howtos/howto-migrateTo0_11_4.apt b/doc/site/apt/howtos/howto-migrateTo0_11_4.apt
new file mode 100644 (file)
index 0000000..a2493ff
--- /dev/null
@@ -0,0 +1,26 @@
+New naming for Argeo Maven Plugins
+
+       Update your maven plugin shortcut in ~/.m2/settings.xml
+       
++-------------------------------+
+<settings xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
+       <pluginGroups>
+         <pluginGroup>org.argeo.maven.plugins</pluginGroup>
+       </pluginGroups>
+
+</settings>
++-------------------------------+
+       
+Execution Modules Setup
+
+       The following modules needs to be renamed in the Required-Bundle header of the MANIFEST.MF :
+*-----------------------------------+-------------------------------+
+|0.11.3                                                                |0.11.4                                                 |
+*-----------------------------------+-------------------------------+
+|org.argeo.slc.support.simple          |org.argeo.slc.core                             |
+*-----------------------------------+-------------------------------+
+|org.argeoslc.support.equinox          |org.argeo.slc.support.osgi             |
+*-----------------------------------+-------------------------------+