Revision: 1851
Author: [email protected]
Date: Tue Feb 16 02:11:51 2010
Log: Update version numbers to 0.2.4-SNAPSHOT for next release
http://code.google.com/p/simal/source/detail?r=1851
Modified:
/trunk/uk.ac.osswatch.simal.core/pom.xml
/trunk/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties
/trunk/uk.ac.osswatch.simal.rest/pom.xml
/trunk/uk.ac.osswatch.simal.web/pom.xml
=======================================
--- /trunk/uk.ac.osswatch.simal.core/pom.xml Thu Feb 4 01:17:42 2010
+++ /trunk/uk.ac.osswatch.simal.core/pom.xml Tue Feb 16 02:11:51 2010
@@ -26,7 +26,7 @@
<groupId>uk.ac.osswatch</groupId>
<artifactId>simal-core</artifactId>
- <version>0.2.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Simal core</name>
=======================================
---
/trunk/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties
Thu Feb 4 02:03:33 2010
+++
/trunk/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties
Tue Feb 16 02:11:51 2010
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-simal.version=0.2.3-SNAPSHOT
+simal.version=0.2.4-SNAPSHOT
simal.test=false
#simal.repository.dir=[the directory in which to store the simal
repository, defaults to user.dir]
simal.repository.filename=simal
=======================================
--- /trunk/uk.ac.osswatch.simal.rest/pom.xml Tue Feb 16 01:53:18 2010
+++ /trunk/uk.ac.osswatch.simal.rest/pom.xml Tue Feb 16 02:11:51 2010
@@ -5,7 +5,7 @@
<groupId>uk.ac.osswatch</groupId>
<artifactId>simal-rest</artifactId>
<packaging>jar</packaging>
- <version>0.2.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</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.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
=======================================
--- /trunk/uk.ac.osswatch.simal.web/pom.xml Tue Feb 16 01:53:18 2010
+++ /trunk/uk.ac.osswatch.simal.web/pom.xml Tue Feb 16 02:11:51 2010
@@ -6,7 +6,7 @@
<groupId>uk.ac.osswatch</groupId>
<artifactId>simal-webapp</artifactId>
<packaging>war</packaging>
- <version>0.2.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</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.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>uk.ac.osswatch</groupId>
<artifactId>simal-rest</artifactId>
- <version>0.2.3-SNAPSHOT</version>
+ <version>0.2.4-SNAPSHOT</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.