diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-25 08:10:17 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-25 08:10:17 +0000 |
commit | 38e77cff0a5cba8016dd3f9197647f7a82678880 (patch) | |
tree | 29699e0722eae67dd465d541e10e3ec288a8469d | |
parent | c9ff6be4c89bfcb643c70fdb46e3a6425911b61f (diff) | |
download | mocca-38e77cff0a5cba8016dd3f9197647f7a82678880.tar.gz mocca-38e77cff0a5cba8016dd3f9197647f7a82678880.tar.bz2 mocca-38e77cff0a5cba8016dd3f9197647f7a82678880.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@207 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUApplet/pom.xml | 14 | ||||
-rw-r--r-- | BKUCommonGUI/pom.xml | 8 | ||||
-rw-r--r-- | BKULocal/pom.xml | 22 | ||||
-rw-r--r-- | BKULocalApp/pom.xml | 8 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 20 | ||||
-rw-r--r-- | BKUViewer/pom.xml | 6 | ||||
-rw-r--r-- | STAL/pom.xml | 4 | ||||
-rw-r--r-- | STALService/pom.xml | 6 | ||||
-rw-r--r-- | bkucommon/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | smcc/pom.xml | 4 | ||||
-rw-r--r-- | smccSTAL/pom.xml | 10 | ||||
-rw-r--r-- | utils/pom.xml | 4 |
13 files changed, 61 insertions, 61 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 49159c5e..8947daa0 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -2,13 +2,13 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKUApplet</artifactId> <name>BKU Applet</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <build> <plugins> <plugin> @@ -117,27 +117,27 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smccSTAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUCommonGUI</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 64b93904..ff993fa2 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,23 +2,23 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKUCommonGUI</artifactId> <name>BKU Common GUI</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 0d175a7c..6b3b7fc8 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -2,19 +2,19 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKULocal</artifactId> <packaging>war</packaging> <name>BKU Local</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <scm> - <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKULocal</developerConnection> - <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKULocal</connection> - <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKULocal</url> + <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</developerConnection> + <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</connection> + <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</url> </scm> <build> <plugins> @@ -56,22 +56,22 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smccSTAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -96,12 +96,12 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUApplet</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUViewer</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> </dependencies> diff --git a/BKULocalApp/pom.xml b/BKULocalApp/pom.xml index e4bbbdf9..f2280e29 100644 --- a/BKULocalApp/pom.xml +++ b/BKULocalApp/pom.xml @@ -2,13 +2,13 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz.bku</groupId> <artifactId>BKULocalApp</artifactId> <name>BKU Local App</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <description /> <build> <pluginManagement> @@ -76,13 +76,13 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKULocal</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <artifactId>utils</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index c6164540..7efbedb8 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -2,14 +2,14 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKUOnline</artifactId> <packaging>war</packaging> <name>BKU Online</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <pluginRepositories> <pluginRepository> @@ -23,12 +23,12 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUViewer</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -53,20 +53,20 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <scope>compile</scope> </dependency> <!-- build BKUApplet prior to BKUOnline --> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUApplet</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <!-- @@ -89,9 +89,9 @@ <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server> </properties> <scm> - <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKUOnline</developerConnection> - <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKUOnline</connection> - <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2/BKUOnline</url> + <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</developerConnection> + <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</connection> + <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</url> </scm> <build> <plugins> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index 439d03ea..3b0fb86e 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,19 +2,19 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>BKUViewer</artifactId> <name>BKU viewer components</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <description /> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> diff --git a/STAL/pom.xml b/STAL/pom.xml index 112a1830..050e2a3e 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -3,13 +3,13 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> <name>STAL</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <dependencies> <dependency> <groupId>commons-logging</groupId> diff --git a/STALService/pom.xml b/STALService/pom.xml index 4dd2455b..a250f9a1 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,19 +3,19 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> <name>STAL Service</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <description /> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <!--dependency> <groupId>at.gv.egiz</groupId> diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 586ab493..e0cb1f7c 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,24 +3,24 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>bkucommon</artifactId> <name>BKU Common</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>utils</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -3,7 +3,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>bku</artifactId> <packaging>pom</packaging> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <name>BKU</name> <url>http://bku.egiz.gv.at</url> <modules> @@ -38,9 +38,9 @@ </developer> </developers> <scm> - <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2</connection> - <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2</developerConnection> - <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.0.2</url> + <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</connection> + <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/trunk</developerConnection> + <url>svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</url> </scm> <organization> <name>E-Government Innovation Center (EGIZ)</name> diff --git a/smcc/pom.xml b/smcc/pom.xml index 2d56f24f..da71c71e 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,14 +2,14 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> <name>smcc</name> <packaging>jar</packaging> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <url>http://bku.egiz.gv.at</url> <build> <plugins> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 7d4334bd..3fa65d19 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,13 +2,13 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>smccSTAL</artifactId> <name>smcc STAL</name> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <build> <plugins> <plugin> @@ -24,17 +24,17 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUCommonGUI</artifactId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>iaik</groupId> diff --git a/utils/pom.xml b/utils/pom.xml index 52fa6917..b183ea03 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,14 +2,14 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>utils</artifactId> <name>BKU Utils</name> <packaging>jar</packaging> - <version>1.0.2</version> + <version>1.0.2-SNAPSHOT</version> <url>http://bku.egiz.gv.at</url> <build> <plugins> |