[mozzes] r29 committed - Version set to 1.0

0 views
Skip to first unread message

moz...@googlecode.com

unread,
Mar 4, 2010, 8:22:23 AM3/4/10
to mozzes-d...@googlegroups.com
Revision: 29
Author: perica.milosevic
Date: Thu Mar 4 05:21:25 2010
Log: Version set to 1.0
http://code.google.com/p/mozzes/source/detail?r=29

Modified:
/tags/1.0/mozzesApplication/mozzesApplicationCommon/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationDemo/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleCommon/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleRestJersey/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleServer/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleSwingClient/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationExample/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationHibernate/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationJDBC/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationModule/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationPlugin/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingClient/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingCommon/pom.xml

/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingServer/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationRestJersey/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationServer/pom.xml
/tags/1.0/mozzesApplication/mozzesApplicationVaadin/pom.xml
/tags/1.0/mozzesApplication/pom.xml
/tags/1.0/mozzesCache/pom.xml
/tags/1.0/mozzesEvent/pom.xml
/tags/1.0/mozzesInvocation/mozzesInvocationCommon/pom.xml
/tags/1.0/mozzesInvocation/mozzesInvocationGuice/pom.xml
/tags/1.0/mozzesInvocation/pom.xml
/tags/1.0/mozzesRemoting/mozzesRemotingClient/pom.xml
/tags/1.0/mozzesRemoting/mozzesRemotingCommon/pom.xml
/tags/1.0/mozzesRemoting/mozzesRemotingServer/pom.xml
/tags/1.0/mozzesRemoting/pom.xml
/tags/1.0/mozzesSwing/pom.xml
/tags/1.0/mozzesUtils/pom.xml
/tags/1.0/mozzesValidation/pom.xml
/tags/1.0/pom.xml

=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationCommon/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationCommon/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationDemo/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationDemo/pom.xml Thu Mar 4
05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>

<name>Mozzes Application Demo</name>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleCommon/pom.xml
Tue Feb 23 16:09:19 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleCommon/pom.xml
Thu Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplicationExample</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationExampleCommon</artifactId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleRestJersey/pom.xml
Wed Mar 3 00:07:58 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleRestJersey/pom.xml
Thu Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplicationExample</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>

<groupId>org.mozzes.application</groupId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleServer/pom.xml
Sat Feb 27 04:46:07 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleServer/pom.xml
Thu Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplicationExample</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationExampleServer</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationExampleRestJersey</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleSwingClient/pom.xml
Tue Feb 23 16:09:19 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleSwingClient/pom.xml
Thu Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplicationExample</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationExampleSwingClient</artifactId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml
Sat Feb 27 09:02:30 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml
Thu Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplicationExample</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationExampleVaadin</artifactId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationExample/pom.xml Sat Feb 27
05:48:41 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationExample/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>

<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationHibernate/pom.xml Tue Feb
23 16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationHibernate/pom.xml Thu Mar
4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationJDBC/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationJDBC/pom.xml Thu Mar 4
05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationJDBC</artifactId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationModule/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationModule/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationPlugin/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationPlugin/pom.xml Thu Mar 4
05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationPlugin</artifactId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingClient/pom.xml
Tue Feb 23 16:09:19 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingClient/pom.xml
Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplicationRemoting</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingCommon/pom.xml
Tue Feb 23 16:09:19 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingCommon/pom.xml
Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplicationRemoting</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
---
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingServer/pom.xml
Tue Feb 23 16:09:19 2010
+++
/tags/1.0/mozzesApplication/mozzesApplicationRemoting/mozzesApplicationRemotingServer/pom.xml
Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplicationRemoting</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationRemoting/pom.xml Tue Feb
23 16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationRemoting/pom.xml Thu Mar
4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationRestJersey/pom.xml Sat Feb
27 09:02:30 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationRestJersey/pom.xml Thu
Mar 4 05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>

<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationServer/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationServer/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.application</groupId>
=======================================
--- /tags/1.0/mozzesApplication/mozzesApplicationVaadin/pom.xml Sat Feb 27
09:02:30 2010
+++ /tags/1.0/mozzesApplication/mozzesApplicationVaadin/pom.xml Thu Mar 4
05:21:25 2010
@@ -4,7 +4,7 @@
<parent>
<artifactId>mozzesApplication</artifactId>
<groupId>org.mozzes.application</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.mozzes.application</groupId>
<artifactId>mozzesApplicationVaadin</artifactId>
=======================================
--- /tags/1.0/mozzesApplication/pom.xml Sat Feb 27 05:48:41 2010
+++ /tags/1.0/mozzesApplication/pom.xml Thu Mar 4 05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>

<name>Mozzes Application</name>
=======================================
--- /tags/1.0/mozzesCache/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesCache/pom.xml Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.cache</groupId>
=======================================
--- /tags/1.0/mozzesEvent/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesEvent/pom.xml Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.event</groupId>
=======================================
--- /tags/1.0/mozzesInvocation/mozzesInvocationCommon/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesInvocation/mozzesInvocationCommon/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesInvocation</artifactId>
<groupId>org.mozzes.invocation</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.invocation</groupId>
=======================================
--- /tags/1.0/mozzesInvocation/mozzesInvocationGuice/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesInvocation/mozzesInvocationGuice/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesInvocation</artifactId>
<groupId>org.mozzes.invocation</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.invocation</groupId>
=======================================
--- /tags/1.0/mozzesInvocation/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesInvocation/pom.xml Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.invocation</groupId>
=======================================
--- /tags/1.0/mozzesRemoting/mozzesRemotingClient/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesRemoting/mozzesRemotingClient/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesRemoting</artifactId>
<groupId>org.mozzes.remoting</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.remoting</groupId>
=======================================
--- /tags/1.0/mozzesRemoting/mozzesRemotingCommon/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesRemoting/mozzesRemotingCommon/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesRemoting</artifactId>
<groupId>org.mozzes.remoting</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.remoting</groupId>
=======================================
--- /tags/1.0/mozzesRemoting/mozzesRemotingServer/pom.xml Tue Feb 23
16:09:19 2010
+++ /tags/1.0/mozzesRemoting/mozzesRemotingServer/pom.xml Thu Mar 4
05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>mozzesRemoting</artifactId>
<groupId>org.mozzes.remoting</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.remoting</groupId>
=======================================
--- /tags/1.0/mozzesRemoting/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesRemoting/pom.xml Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.remoting</groupId>
=======================================
--- /tags/1.0/mozzesSwing/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesSwing/pom.xml Thu Mar 4 05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.swing</groupId>
=======================================
--- /tags/1.0/mozzesUtils/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesUtils/pom.xml Thu Mar 4 05:21:25 2010
@@ -2,7 +2,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.utils</groupId>
=======================================
--- /tags/1.0/mozzesValidation/pom.xml Tue Feb 23 16:09:19 2010
+++ /tags/1.0/mozzesValidation/pom.xml Thu Mar 4 05:21:25 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>Mozzes</artifactId>
<groupId>org.mozzes</groupId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozzes.validation</groupId>
=======================================
--- /tags/1.0/pom.xml Wed Mar 3 00:08:05 2010
+++ /tags/1.0/pom.xml Thu Mar 4 05:21:25 2010
@@ -7,7 +7,7 @@
<packaging>pom</packaging>

<name>Mozzes</name>
- <version>trunk-SNAPSHOT</version>
+ <version>1.0</version>
<description>Mozzes - lightweight Java middleware framework</description>
<url>http://www.mozzes.org</url>

Reply all
Reply to author
Forward
0 new messages