diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-24 07:37:33 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-24 07:37:33 +0100 |
commit | c012d65f4cf8c8e5caaaa94971a85264f3122dcc (patch) | |
tree | f5c23b512d7dfc6ca806266b10d47c34e17bf9e9 | |
parent | 76ffaf0247ca6ac3cbf1dd80279af57eb05a57d4 (diff) | |
download | mocca-c012d65f4cf8c8e5caaaa94971a85264f3122dcc.tar.gz mocca-c012d65f4cf8c8e5caaaa94971a85264f3122dcc.tar.bz2 mocca-c012d65f4cf8c8e5caaaa94971a85264f3122dcc.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | BKUApplet/pom.xml | 6 | ||||
-rw-r--r-- | BKUAppletExt/pom.xml | 6 | ||||
-rw-r--r-- | BKUCertificates/pom.xml | 8 | ||||
-rw-r--r-- | BKUCommonGUI/pom.xml | 6 | ||||
-rw-r--r-- | BKUFonts/pom.xml | 8 | ||||
-rw-r--r-- | BKUGuiExt/pom.xml | 6 | ||||
-rw-r--r-- | BKUHelp/pom.xml | 6 | ||||
-rw-r--r-- | BKUHelpWebStart/pom.xml | 6 | ||||
-rw-r--r-- | BKULocal/pom.xml | 6 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 6 | ||||
-rw-r--r-- | BKUViewer/pom.xml | 6 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 6 | ||||
-rw-r--r-- | STAL/pom.xml | 6 | ||||
-rw-r--r-- | STALExt/pom.xml | 6 | ||||
-rw-r--r-- | STALService/pom.xml | 6 | ||||
-rw-r--r-- | STALXService/pom.xml | 6 | ||||
-rw-r--r-- | bkucommon/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | smcc/pom.xml | 6 | ||||
-rw-r--r-- | smccSTAL/pom.xml | 6 | ||||
-rw-r--r-- | smccSTALExt/pom.xml | 6 | ||||
-rw-r--r-- | utils/pom.xml | 6 |
22 files changed, 27 insertions, 111 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 607ab22d..11116037 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUApplet</artifactId> @@ -315,8 +315,4 @@ <optional>true</optional> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index e096d3bb..0e011288 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUAppletExt</artifactId> @@ -342,8 +342,4 @@ <optional>true</optional> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 0d5e178a..63eb070b 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -3,14 +3,14 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>BKUCertificates</artifactId> <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED | PLEASE COMMIT CHANGES to src/main/changes/changes.txt | and don't forget to update version in main pom |--> - <version>1.14</version> + <version>1.1.15-SNAPSHOT</version> <name>BKU Certificates</name> <description>Trusted certificates for TLS/SSL authentication</description> @@ -34,8 +34,4 @@ </plugin> </plugins> </build> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 2bfddd77..81e04bea 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUCommonGUI</artifactId> @@ -32,8 +32,4 @@ </plugin> </plugins> </build> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 8a72cdda..371b1cc3 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,10 +3,10 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>BKUFonts</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> <name>BKU Fonts</name> <description> <!-- @@ -26,8 +26,4 @@ </resource> </resources> </build> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 6364794b..5099f929 100644 --- a/BKUGuiExt/pom.xml +++ b/BKUGuiExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>BKUGuiExt</artifactId> <name>BKU GUI Ext</name> @@ -20,8 +20,4 @@ <version>${project.parent.version}</version> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml index 7a46bbb5..87ca6a0a 100644 --- a/BKUHelp/pom.xml +++ b/BKUHelp/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>BKUHelp</artifactId> <name>BKU Help</name> @@ -14,8 +14,4 @@ </resource> </resources> </build> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml index 8697c8bb..9b76d0ae 100644 --- a/BKUHelpWebStart/pom.xml +++ b/BKUHelpWebStart/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>BKUHelpWebStart</artifactId> <name>BKU Help WebStart</name> @@ -14,8 +14,4 @@ </resource> </resources> </build> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index ba98f9b6..1a55eeca 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKULocal</artifactId> @@ -262,8 +262,4 @@ </build> </profile> </profiles> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index e47aa98b..d05d44f2 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25</version>
+ <version>1.3.26-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BKUOnline</artifactId>
@@ -386,8 +386,4 @@ <properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
</properties>
-
- <scm>
- <tag>1.3.25</tag>
- </scm>
</project>
diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index b6d85a6e..eaeb34f7 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUViewer</artifactId> @@ -38,8 +38,4 @@ <artifactId>slf4j-api</artifactId> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 2861d9ac..8581afa8 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUWebStart</artifactId> @@ -415,8 +415,4 @@ </plugin> </plugins> </reporting> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/STAL/pom.xml b/STAL/pom.xml index 2518b869..dee4d4d0 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STAL</artifactId> @@ -51,8 +51,4 @@ </plugin> </plugins> </build--> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/STALExt/pom.xml b/STALExt/pom.xml index 03592907..67d438f9 100644 --- a/STALExt/pom.xml +++ b/STALExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALExt</artifactId> @@ -15,8 +15,4 @@ <version>${project.parent.version}</version> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/STALService/pom.xml b/STALService/pom.xml index 7385b28f..3011cf2d 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALService</artifactId> @@ -20,8 +20,4 @@ <artifactId>slf4j-api</artifactId> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/STALXService/pom.xml b/STALXService/pom.xml index 87f87307..f1b2dff6 100644 --- a/STALXService/pom.xml +++ b/STALXService/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALXService</artifactId> @@ -24,8 +24,4 @@ <artifactId>slf4j-api</artifactId> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index f40a28bc..ba171a43 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25</version>
+ <version>1.3.26-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bkucommon</artifactId>
@@ -159,8 +159,4 @@ </plugin>
</plugins>
</reporting>
-
- <scm>
- <tag>1.3.25</tag>
- </scm>
</project>
@@ -4,7 +4,7 @@ <groupId>at.gv.egiz</groupId>
<artifactId>mocca</artifactId>
<packaging>pom</packaging>
- <version>1.3.25</version>
+ <version>1.3.26-SNAPSHOT</version>
<name>MOCCA</name>
<description>MOCCA (Modular Open Citizen Card Architecture) project</description>
<url>http://joinup.ec.europa.eu/site/mocca/</url>
@@ -57,7 +57,7 @@ <developerConnection>scm:git:ssh://gitlab@gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection>
<!--developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection-->
<url>http://git.egiz.gv.at/mocca</url>
- <tag>1.3.25</tag>
+ <tag>mocca-1.3.25</tag>
</scm>
<organization>
<name>E-Government Innovation Center (EGIZ)</name>
@@ -418,12 +418,12 @@ <dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.14</version>
+ <version>1.1.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUFonts</artifactId>
- <version>1.2</version>
+ <version>1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/smcc/pom.xml b/smcc/pom.xml index de7af434..a89212aa 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smcc</artifactId> @@ -45,8 +45,4 @@ <scope>test</scope> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 7677a08c..0b04127d 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smccSTAL</artifactId> @@ -44,8 +44,4 @@ <artifactId>slf4j-api</artifactId> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index 03c24234..c517ce00 100644 --- a/smccSTALExt/pom.xml +++ b/smccSTALExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.26-SNAPSHOT</version> </parent> <artifactId>smccSTALExt</artifactId> <name>smcc STAL Ext</name> @@ -24,8 +24,4 @@ <version>${project.parent.version}</version> </dependency> </dependencies> - - <scm> - <tag>1.3.25</tag> - </scm> </project>
\ No newline at end of file diff --git a/utils/pom.xml b/utils/pom.xml index 9b89aa49..b31c2359 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ <parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25</version>
+ <version>1.3.26-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>utils</artifactId>
@@ -39,8 +39,4 @@ </dependency>
</dependencies>
-
- <scm>
- <tag>1.3.25</tag>
- </scm>
</project>
|