You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/01/04 09:33:54 UTC

[karaf-minho] branch main updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new b2ef4e0  [maven-release-plugin] prepare for next development iteration
b2ef4e0 is described below

commit b2ef4e066bebd589a14ce053ddcf9b0131e7f7d2
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jan 4 10:33:49 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 boot/pom.xml                             | 2 +-
 pom.xml                                  | 6 +++---
 services/minho-banner/pom.xml            | 2 +-
 services/minho-camel/pom.xml             | 2 +-
 services/minho-classpath/pom.xml         | 2 +-
 services/minho-config-json/pom.xml       | 2 +-
 services/minho-config-properties/pom.xml | 2 +-
 services/minho-extractor/pom.xml         | 2 +-
 services/minho-http/pom.xml              | 2 +-
 services/minho-jmx/pom.xml               | 2 +-
 services/minho-jpa/pom.xml               | 2 +-
 services/minho-osgi/pom.xml              | 2 +-
 services/minho-rest/pom.xml              | 2 +-
 services/minho-spring-boot/pom.xml       | 2 +-
 services/pom.xml                         | 2 +-
 tooling/cli/pom.xml                      | 2 +-
 tooling/common/pom.xml                   | 2 +-
 tooling/maven/pom.xml                    | 2 +-
 tooling/pom.xml                          | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/boot/pom.xml b/boot/pom.xml
index 4f7d97b..9944556 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>minho</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 533ea6c..8598f50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,21 +29,21 @@
     <groupId>org.apache.karaf.minho</groupId>
     <artifactId>minho</artifactId>
     <packaging>pom</packaging>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
     <name>Apache Karaf Minho</name>
 
     <properties>
         <lombok.version>1.18.24</lombok.version>
         <junit.version>5.9.1</junit.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <project.build.outputTimestamp>1672824803</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1672824829</project.build.outputTimestamp>
     </properties>
 
 		<scm>
 			<connection>scm:git:https://github.com/apache/karaf-minho</connection>
 			<developerConnection>scm:git:https://github.com/apache/karaf-minho</developerConnection>
 			<url>https://github.com/apache/karaf-minho</url>
-		  <tag>minho-0.1</tag>
+		  <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/services/minho-banner/pom.xml b/services/minho-banner/pom.xml
index 93cefa7..211f986 100644
--- a/services/minho-banner/pom.xml
+++ b/services/minho-banner/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-camel/pom.xml b/services/minho-camel/pom.xml
index 8ee123f..8e09df3 100644
--- a/services/minho-camel/pom.xml
+++ b/services/minho-camel/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-classpath/pom.xml b/services/minho-classpath/pom.xml
index 57519df..2ad679e 100644
--- a/services/minho-classpath/pom.xml
+++ b/services/minho-classpath/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-config-json/pom.xml b/services/minho-config-json/pom.xml
index 9ca19ff..9aafa4d 100644
--- a/services/minho-config-json/pom.xml
+++ b/services/minho-config-json/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-config-properties/pom.xml b/services/minho-config-properties/pom.xml
index b058978..830fc9a 100644
--- a/services/minho-config-properties/pom.xml
+++ b/services/minho-config-properties/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-extractor/pom.xml b/services/minho-extractor/pom.xml
index 72bd588..faca7d3 100644
--- a/services/minho-extractor/pom.xml
+++ b/services/minho-extractor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-http/pom.xml b/services/minho-http/pom.xml
index 0db2a2c..38f2435 100644
--- a/services/minho-http/pom.xml
+++ b/services/minho-http/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-jmx/pom.xml b/services/minho-jmx/pom.xml
index 1532c33..9196c98 100644
--- a/services/minho-jmx/pom.xml
+++ b/services/minho-jmx/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-jpa/pom.xml b/services/minho-jpa/pom.xml
index 9152275..b45d3e0 100644
--- a/services/minho-jpa/pom.xml
+++ b/services/minho-jpa/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-osgi/pom.xml b/services/minho-osgi/pom.xml
index fa1aa19..30b43cc 100644
--- a/services/minho-osgi/pom.xml
+++ b/services/minho-osgi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-rest/pom.xml b/services/minho-rest/pom.xml
index 81cdb96..f234572 100644
--- a/services/minho-rest/pom.xml
+++ b/services/minho-rest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/minho-spring-boot/pom.xml b/services/minho-spring-boot/pom.xml
index 0a5b002..343a165 100644
--- a/services/minho-spring-boot/pom.xml
+++ b/services/minho-spring-boot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>services</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/services/pom.xml b/services/pom.xml
index 5ade54c..db1c35e 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>minho</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/cli/pom.xml b/tooling/cli/pom.xml
index b8d8793..5e3dbaf 100644
--- a/tooling/cli/pom.xml
+++ b/tooling/cli/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>tooling</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/common/pom.xml b/tooling/common/pom.xml
index 94161e9..714756d 100644
--- a/tooling/common/pom.xml
+++ b/tooling/common/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>tooling</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 9643205..6262800 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>tooling</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/pom.xml b/tooling/pom.xml
index f02c5ce..2e69d9e 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.minho</groupId>
         <artifactId>minho</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>