Clean dependencies files.
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e1a33e279d58aa6f32a9f89249292d5488c274a8..6d04603025bc8c4f80c564a9c1a07e456d81d6ff 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,12 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.85</version>
+       <version>2.1.86-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
        <properties>
-               <version.argeo-commons>2.1.85</version.argeo-commons>
+               <version.argeo-commons>2.1.86-SNAPSHOT</version.argeo-commons>
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <!-- RPM -->
                <argeo.rpm.release>7</argeo.rpm.release>
@@ -50,7 +50,7 @@
                <connection>scm:git:http://git.argeo.org/apache2/argeo-commons.git</connection>
                <url>http://git.argeo.org/?p=apache2/argeo-commons.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-commons.git</developerConnection>
-               <tag>argeo-commons-2.1.85</tag>
+               <tag>HEAD</tag>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -353,7 +353,7 @@ limitations under the License.
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        <goals>deploy</goals>
-                                       <releaseProfiles>rpmbuild,rpmbuild-tp</releaseProfiles>
+                                       <releaseProfiles>rpmbuild</releaseProfiles>
                                </configuration>
                        </plugin>
                        <plugin>