Revision: 1920
Author: [email protected]
Date: Thu Jul 15 08:41:15 2010
Log: Version number adjusted to 0.2.4 for final release
http://code.google.com/p/simal/source/detail?r=1920

Modified:
 /branches/0.2.4/uk.ac.osswatch.simal.core/pom.xml
/branches/0.2.4/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties
 /branches/0.2.4/uk.ac.osswatch.simal.rest/pom.xml
 /branches/0.2.4/uk.ac.osswatch.simal.web/pom.xml

=======================================
--- /branches/0.2.4/uk.ac.osswatch.simal.core/pom.xml Thu Jun 17 06:05:03 2010 +++ /branches/0.2.4/uk.ac.osswatch.simal.core/pom.xml Thu Jul 15 08:41:15 2010
@@ -26,7 +26,7 @@

   <groupId>uk.ac.osswatch</groupId>
   <artifactId>simal-core</artifactId>
-  <version>0.2.4-rc1</version>
+  <version>0.2.4</version>
   <packaging>jar</packaging>

   <name>Simal core</name>
=======================================
--- /branches/0.2.4/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties Thu Jun 17 06:05:03 2010 +++ /branches/0.2.4/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties Thu Jul 15 08:41:15 2010
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.

-simal.version=0.2.4-rc1
+simal.version=0.2.4
 simal.test=false
#simal.repository.dir=[the directory in which to store the simal repository, defaults to user.dir]
 simal.repository.filename=simal
=======================================
--- /branches/0.2.4/uk.ac.osswatch.simal.rest/pom.xml Thu Jun 17 06:05:03 2010 +++ /branches/0.2.4/uk.ac.osswatch.simal.rest/pom.xml Thu Jul 15 08:41:15 2010
@@ -5,7 +5,7 @@
   <groupId>uk.ac.osswatch</groupId>
   <artifactId>simal-rest</artifactId>
   <packaging>jar</packaging>
-  <version>0.2.4-rc1</version>
+  <version>0.2.4</version>
   <name>Simal Rest API</name>
   <url>http://simal.oss-watch.ac.uk/rest</url>

@@ -89,7 +89,7 @@
     <dependency>
       <groupId>uk.ac.osswatch</groupId>
       <artifactId>simal-core</artifactId>
-      <version>0.2.4-rc1</version>
+      <version>0.2.4</version>
     </dependency>

     <dependency>
=======================================
--- /branches/0.2.4/uk.ac.osswatch.simal.web/pom.xml Thu Jun 17 06:05:03 2010 +++ /branches/0.2.4/uk.ac.osswatch.simal.web/pom.xml Thu Jul 15 08:41:15 2010
@@ -6,7 +6,7 @@
   <groupId>uk.ac.osswatch</groupId>
   <artifactId>simal-webapp</artifactId>
   <packaging>war</packaging>
-  <version>0.2.4-rc1</version>
+  <version>0.2.4</version>
   <name>Simal Web Application</name>
   <url>http://simal.oss-watch.ac.uk/web</url>
   <description>
@@ -114,13 +114,13 @@
     <dependency>
       <groupId>uk.ac.osswatch</groupId>
       <artifactId>simal-core</artifactId>
-      <version>0.2.4-rc1</version>
+      <version>0.2.4</version>
     </dependency>

     <dependency>
       <groupId>uk.ac.osswatch</groupId>
       <artifactId>simal-rest</artifactId>
-      <version>0.2.4-rc1</version>
+      <version>0.2.4</version>
     </dependency>

     <dependency>

--
You received this message because you are subscribed to the Google Groups "Simal 
Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simal-commits?hl=en.

Reply via email to