[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/clerezza/branches/20130710-release@1502367 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index ad5a84f..59f07df 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -24,19 +24,19 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>jaxrs.rdf.providers</artifactId>
<packaging>bundle</packaging>
- <version>0.14</version>
+ <version>0.15-SNAPSHOT</version>
<name>Clerezza - JAX-RS MessageBodyProviders for RDF</name>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
diff --git a/jaxrs.utils/pom.xml b/jaxrs.utils/pom.xml
index 92d32ce..1c2916f 100644
--- a/jaxrs.utils/pom.xml
+++ b/jaxrs.utils/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>jaxrs.utils</artifactId>
<packaging>bundle</packaging>
- <version>0.8</version>
+ <version>0.9-SNAPSHOT</version>
<name>Clerezza - JAX-RS Utilities</name>
<description>Utility classes for JAX-RS (see the Javadoc)</description>
<dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index dad417d..73ccc27 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -30,7 +30,7 @@
<packaging>pom</packaging>
<name>Clerezza - Parent for all</name>
<url>http://clerezza.apache.org/mvn-site/</url>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<description>The direct or indirect parent of all Clerezza Artifacts</description>
<properties>
<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -556,7 +556,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.storage</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -592,9 +592,9 @@
<scm>
- <url>http://svn.apache.org/viewvc/clerezza/tags/release20130710-reactor-0.3/clerezza</url>
- <connection>scm:svn:http://svn.apache.org/repos/asf/clerezza/tags/release20130710-reactor-0.3/parent</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/tags/release20130710-reactor-0.3/parent</developerConnection>
+ <url>http://svn.apache.org/viewvc/clerezza</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/clerezza/trunk/parent/</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/trunk/parent/</developerConnection>
</scm>
<!-- lets generate reports -->
diff --git a/pom.xml b/pom.xml
index 764fa7c..5063dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<packaging>pom</packaging>
<name>Clerezza - Reelase 20130710 Reactor build (root)</name>
<url>http://incubator.apache.org/clerezza/mvn-site/</url>
- <version>0.3</version>
+ <version>0.4-SNAPSHOT</version>
<description>A recator to build all of clerezza</description>
<licenses>
<license>
@@ -168,9 +168,9 @@
<scm>
- <url>http://svn.apache.org/viewvc/clerezza/tags/release20130710-reactor-0.3</url>
- <connection>scm:svn:https://svn.apache.org/repos/asf/clerezza/tags/release20130710-reactor-0.3</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/tags/release20130710-reactor-0.3</developerConnection>
+ <url>http://svn.apache.org/viewvc/clerezza</url>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/clerezza/branches/20130710-release/</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/branches/20130710-release/</developerConnection>
</scm>
</project>
diff --git a/rdf.core.test/pom.xml b/rdf.core.test/pom.xml
index 7d24cff..0796be6 100644
--- a/rdf.core.test/pom.xml
+++ b/rdf.core.test/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core.test</artifactId>
<packaging>jar</packaging>
- <version>0.14</version>
+ <version>0.15-SNAPSHOT</version>
<name>Clerezza - SCB Testutils</name>
<description>Utilities to test SCB implementations</description>
<dependencies>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
diff --git a/rdf.core/pom.xml b/rdf.core/pom.xml
index f4b2837..f5373be 100644
--- a/rdf.core/pom.xml
+++ b/rdf.core/pom.xml
@@ -22,13 +22,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
<packaging>bundle</packaging>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
<name>Clerezza - SCB Core</name>
<description>Interfaces and utilities to access RDF Graphs</description>
<dependencies>
diff --git a/rdf.cris/core/pom.xml b/rdf.cris/core/pom.xml
index e82689b..1f48743 100644
--- a/rdf.cris/core/pom.xml
+++ b/rdf.cris/core/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris.core</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Clerezza - RDF Composite Resource Index Service Core</name>
<properties>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris.ontologies</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
diff --git a/rdf.cris/ontologies/pom.xml b/rdf.cris/ontologies/pom.xml
index 3d13589..6a077b9 100644
--- a/rdf.cris/ontologies/pom.xml
+++ b/rdf.cris/ontologies/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris.ontologies</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Clerezza - RDF Composite Resource Index Service Ontologies</name>
<description>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/rdf.cris/pom.xml b/rdf.cris/pom.xml
index 7182825..5682049 100644
--- a/rdf.cris/pom.xml
+++ b/rdf.cris/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.cris</artifactId>
<packaging>pom</packaging>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
<name>Clerezza - RDF Composite Resource Index Service</name>
<description>
A service indexing selected properties of resources of a defined type.
diff --git a/rdf.jena.commons/pom.xml b/rdf.jena.commons/pom.xml
index a402fb3..b47eba8 100644
--- a/rdf.jena.commons/pom.xml
+++ b/rdf.jena.commons/pom.xml
@@ -24,20 +24,20 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.commons</artifactId>
<packaging>bundle</packaging>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<name>Clerezza - SCB Jena Commons</name>
<description>Common classes needed by Jena adaptors</description>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
diff --git a/rdf.jena.facade/pom.xml b/rdf.jena.facade/pom.xml
index 35ea379..318207d 100644
--- a/rdf.jena.facade/pom.xml
+++ b/rdf.jena.facade/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.facade</artifactId>
<packaging>bundle</packaging>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
<name>Clerezza - Jena API on SCB</name>
<description>An implementation of the Jena API based on triamodel, allows to
run code written against the Jena API on a Triamodel store.</description>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.commons</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wymiwyg</groupId>
diff --git a/rdf.jena.parser/pom.xml b/rdf.jena.parser/pom.xml
index 6418cc5..cca4f00 100644
--- a/rdf.jena.parser/pom.xml
+++ b/rdf.jena.parser/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.parser</artifactId>
<packaging>bundle</packaging>
- <version>0.11</version>
+ <version>0.12-SNAPSHOT</version>
<name>Clerezza - SCB Jena based Parser</name>
<description>A ParserProvider based on jena</description>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.facade</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/rdf.jena.serializer/pom.xml b/rdf.jena.serializer/pom.xml
index e7c40a9..f65ea8b 100644
--- a/rdf.jena.serializer/pom.xml
+++ b/rdf.jena.serializer/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.serializer</artifactId>
<packaging>bundle</packaging>
- <version>0.10</version>
+ <version>0.11-SNAPSHOT</version>
<name>Clerezza - SCB Jena based Serializer</name>
<description>A SerializingProvider based on jena</description>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.facade</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/rdf.jena.sparql/pom.xml b/rdf.jena.sparql/pom.xml
index 2b8347e..ce1fb8f 100644
--- a/rdf.jena.sparql/pom.xml
+++ b/rdf.jena.sparql/pom.xml
@@ -24,13 +24,13 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.sparql</artifactId>
<packaging>bundle</packaging>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<name>Clerezza - SCB Jena SPARQL engine</name>
<description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
<dependencies>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.facade</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
diff --git a/rdf.jena.storage/pom.xml b/rdf.jena.storage/pom.xml
index 04ff02b..5556113 100644
--- a/rdf.jena.storage/pom.xml
+++ b/rdf.jena.storage/pom.xml
@@ -24,20 +24,20 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.storage</artifactId>
<packaging>bundle</packaging>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<name>Clerezza - SCB Jena Storage Provider</name>
<description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.commons</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wymiwyg</groupId>
@@ -64,7 +64,7 @@
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.facade</artifactId>
<scope>test</scope>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/rdf.jena.tdb.storage/pom.xml b/rdf.jena.tdb.storage/pom.xml
index af62868..1db5b20 100644
--- a/rdf.jena.tdb.storage/pom.xml
+++ b/rdf.jena.tdb.storage/pom.xml
@@ -22,20 +22,20 @@
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.tdb.storage</artifactId>
<packaging>bundle</packaging>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<name>Clerezza - SCB Jena TDB Storage Provider</name>
<description>A Jena TDB based storage provider</description>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -50,17 +50,17 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.commons</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.storage</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.sparql</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
@@ -97,7 +97,7 @@
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core.test</artifactId>
<scope>test</scope>
- <version>0.14</version>
+ <version>0.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/rdf.web/pom.xml b/rdf.web/pom.xml
index 7f1c045..eb86286 100644
--- a/rdf.web/pom.xml
+++ b/rdf.web/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web</artifactId>
<packaging>pom</packaging>
- <version>0.9</version>
+ <version>0.10-SNAPSHOT</version>
<name>Clerezza - SCB Web Access</name>
<description>Allows access to SCB graphs over HTTP with JAX-RS</description>
<modules>
diff --git a/rdf.web/rdf.web.core/pom.xml b/rdf.web/rdf.web.core/pom.xml
index 92de206..0609124 100644
--- a/rdf.web/rdf.web.core/pom.xml
+++ b/rdf.web/rdf.web.core/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web</artifactId>
- <version>0.9</version>
+ <version>0.10-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web.core</artifactId>
<packaging>bundle</packaging>
- <version>0.3</version>
+ <version>0.4-SNAPSHOT</version>
<name>Clerezza - SCB Web Access Core</name>
<description>The core part of SCB Web Access</description>
<dependencies>
@@ -51,19 +51,19 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.serializer</artifactId>
<scope>test</scope>
- <version>0.10</version>
+ <version>0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.jena.parser</artifactId>
<scope>test</scope>
- <version>0.11</version>
+ <version>0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>jaxrs.utils</artifactId>
- <version>0.8</version>
+ <version>0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web.ontologies</artifactId>
- <version>0.3</version>
+ <version>0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
diff --git a/rdf.web/rdf.web.ontologies/pom.xml b/rdf.web/rdf.web.ontologies/pom.xml
index 4e77fb3..1734d7a 100644
--- a/rdf.web/rdf.web.ontologies/pom.xml
+++ b/rdf.web/rdf.web.ontologies/pom.xml
@@ -24,19 +24,19 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web</artifactId>
- <version>0.9</version>
+ <version>0.10-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web.ontologies</artifactId>
<packaging>bundle</packaging>
- <version>0.3</version>
+ <version>0.4-SNAPSHOT</version>
<name>Clerezza - SCB Web Access Ontologies</name>
<description>Ontologies defined for local use in SCB Web Access</description>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
- <version>0.13</version>
+ <version>0.14-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/scala-scripting/pom.xml b/scala-scripting/pom.xml
index 1f10e8f..c9efdbb 100644
--- a/scala-scripting/pom.xml
+++ b/scala-scripting/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>scala</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Scala OSGi Services</name>
<description>Provides bundles and services to allow compiling and executing scala code
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>script-engine</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -179,10 +179,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/release20130710-reactor-0.3/scala</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/release20130710-reactor-0.3/scala</developerConnection>
- <url>http://svn.apache.org/viewvc/maven/pom/tags/release20130710-reactor-0.3/scala</url>
- </scm>
</project>
\ No newline at end of file
diff --git a/scala-scripting/script-engine/pom.xml b/scala-scripting/script-engine/pom.xml
index c295ca8..4573334 100644
--- a/scala-scripting/script-engine/pom.xml
+++ b/scala-scripting/script-engine/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>scala</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</parent>
<artifactId>script-engine</artifactId>
<packaging>bundle</packaging>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
<artifactId>slf4j-scala-api</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/scala-scripting/tests/pom.xml b/scala-scripting/tests/pom.xml
index fd7d8c8..a3f0e83 100644
--- a/scala-scripting/tests/pom.xml
+++ b/scala-scripting/tests/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>scala</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>tests</artifactId>
@@ -85,12 +85,12 @@
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>script-engine</artifactId>
<scope>provided</scope>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
<artifactId>slf4j-scala-api</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/shell/pom.xml b/shell/pom.xml
index 982f177..b898cbe 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -24,18 +24,18 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>shell</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Clerezza - Shell Service</name>
<dependencies>
<dependency>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>script-engine</artifactId>
- <version>0.2</version>
+ <version>0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
<artifactId>slf4j-scala-api</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/slf4j-scala-api/pom.xml b/slf4j-scala-api/pom.xml
index 5768f4d..00a139b 100644
--- a/slf4j-scala-api/pom.xml
+++ b/slf4j-scala-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>org.apache.clerezza.ext</groupId>
<artifactId>slf4j-scala-api</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>SLF4J Scala API Module</name>