]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
[maven-release-plugin] prepare release argeo-commons-0.3.1
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 10c625d0f86eff80253f3bac879d5c9b35a1f027..9a843c27787d345c8b641a381d5b6c56a1608981 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,16 +8,16 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.2.3-SNAPSHOT</version>
+       <version>0.3.1</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
-               <developmentCycle>0.2</developmentCycle>
-               <version.argeo-distribution>1.1.3-SNAPSHOT</version.argeo-distribution>
-               <version.argeo-commons>0.2.3-SNAPSHOT</version.argeo-commons>
+               <developmentCycle>0.3</developmentCycle>
+               <version.argeo-distribution>1.1.3</version.argeo-distribution>
+               <version.argeo-commons>0.3.1</version.argeo-commons>
                <version.argeo-ria>0.12.5</version.argeo-ria>
-               <version.equinox>3.6.1</version.equinox>
-               <version.maven-argeo-osgi>0.1.30</version.maven-argeo-osgi>
+               <version.equinox>3.6.2</version.equinox>
+               <version.maven-argeo-osgi>0.1.31</version.maven-argeo-osgi>
                <version.maven-bundle-plugin>2.2.0</version.maven-bundle-plugin>
                <version.maven-argeo-qooxdoo>1.1.1</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
@@ -25,9 +25,9 @@
        </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
-               <url>https://svn.argeo.org/commons/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.1</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.1</developerConnection>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.3.1</url>
        </scm>
        <licenses>
                <license>
@@ -72,8 +72,9 @@ limitations under the License.
                <module>basic</module>
                <module>osgi</module>
                <module>server</module>
-               <module>security</module>
                <module>eclipse</module>
+               <module>security</module>
+               <module>gis</module>
                <module>sandbox</module>
        </modules>
        <build>
@@ -122,7 +123,7 @@ limitations under the License.
                                        <version>2.3.1</version>
                                        <configuration>
                                                <archive>
-                                                       <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
+                                                       <manifestFile>META-INF/MANIFEST.MF</manifestFile>
                                                </archive>
                                        </configuration>
                                </plugin>
@@ -132,7 +133,7 @@ limitations under the License.
                                        <version>${version.maven-bundle-plugin}</version>
                                        <extensions>true</extensions>
                                        <configuration>
-                                               <manifestLocation>target/classes/META-INF</manifestLocation>
+                                               <manifestLocation>META-INF</manifestLocation>
                                                <instructions>
                                                        <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
                                                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>