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 c9ff764 [maven-release-plugin] prepare release minho-0.1
c9ff764 is described below
commit c9ff7645ea5a7875b74defb7382daf818fbfc65f
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 4 11:25:32 2023 +0100
[maven-release-plugin] prepare release minho-0.1
---
boot/pom.xml | 6 ++----
pom.xml | 11 +++++------
services/minho-banner/pom.xml | 6 ++----
services/minho-camel/pom.xml | 6 ++----
services/minho-classpath/pom.xml | 6 ++----
services/minho-config-json/pom.xml | 6 ++----
services/minho-config-properties/pom.xml | 6 ++----
services/minho-extractor/pom.xml | 6 ++----
services/minho-http/pom.xml | 6 ++----
services/minho-jmx/pom.xml | 6 ++----
services/minho-jpa/pom.xml | 6 ++----
services/minho-osgi/pom.xml | 6 ++----
services/minho-rest/pom.xml | 6 ++----
services/minho-spring-boot/pom.xml | 6 ++----
services/pom.xml | 6 ++----
tooling/cli/pom.xml | 6 ++----
tooling/common/pom.xml | 6 ++----
tooling/maven/pom.xml | 6 ++----
tooling/pom.xml | 6 ++----
19 files changed, 41 insertions(+), 78 deletions(-)
diff --git a/boot/pom.xml b/boot/pom.xml
index 47a1990..4f7d97b 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>minho</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index f4e2194..9db0905 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -31,14 +29,14 @@
<groupId>org.apache.karaf.minho</groupId>
<artifactId>minho</artifactId>
<packaging>pom</packaging>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</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>1</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1672827906</project.build.outputTimestamp>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
@@ -47,7 +45,8 @@
<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>
- </scm>
+ <tag>minho-0.1</tag>
+ </scm>
<modules>
<module>boot</module>
diff --git a/services/minho-banner/pom.xml b/services/minho-banner/pom.xml
index 84b0f64..93cefa7 100644
--- a/services/minho-banner/pom.xml
+++ b/services/minho-banner/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-camel/pom.xml b/services/minho-camel/pom.xml
index e858370..8ee123f 100644
--- a/services/minho-camel/pom.xml
+++ b/services/minho-camel/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-classpath/pom.xml b/services/minho-classpath/pom.xml
index e80d074..57519df 100644
--- a/services/minho-classpath/pom.xml
+++ b/services/minho-classpath/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-config-json/pom.xml
b/services/minho-config-json/pom.xml
index b60d305..9ca19ff 100644
--- a/services/minho-config-json/pom.xml
+++ b/services/minho-config-json/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-config-properties/pom.xml
b/services/minho-config-properties/pom.xml
index d7b15fa..b058978 100644
--- a/services/minho-config-properties/pom.xml
+++ b/services/minho-config-properties/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-extractor/pom.xml b/services/minho-extractor/pom.xml
index 8b57d15..72bd588 100644
--- a/services/minho-extractor/pom.xml
+++ b/services/minho-extractor/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-http/pom.xml b/services/minho-http/pom.xml
index 688854e..0db2a2c 100644
--- a/services/minho-http/pom.xml
+++ b/services/minho-http/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-jmx/pom.xml b/services/minho-jmx/pom.xml
index c509fdf..469177c 100644
--- a/services/minho-jmx/pom.xml
+++ b/services/minho-jmx/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-jpa/pom.xml b/services/minho-jpa/pom.xml
index 3827212..9152275 100644
--- a/services/minho-jpa/pom.xml
+++ b/services/minho-jpa/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-osgi/pom.xml b/services/minho-osgi/pom.xml
index 842206b..fa1aa19 100644
--- a/services/minho-osgi/pom.xml
+++ b/services/minho-osgi/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-rest/pom.xml b/services/minho-rest/pom.xml
index 9d2b8cf..81cdb96 100644
--- a/services/minho-rest/pom.xml
+++ b/services/minho-rest/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/minho-spring-boot/pom.xml
b/services/minho-spring-boot/pom.xml
index bdf1544..0a5b002 100644
--- a/services/minho-spring-boot/pom.xml
+++ b/services/minho-spring-boot/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>services</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/services/pom.xml b/services/pom.xml
index 2464e27..5ade54c 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>minho</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/tooling/cli/pom.xml b/tooling/cli/pom.xml
index 5ad6f34..b8d8793 100644
--- a/tooling/cli/pom.xml
+++ b/tooling/cli/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>tooling</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/tooling/common/pom.xml b/tooling/common/pom.xml
index 4dd1415..94161e9 100644
--- a/tooling/common/pom.xml
+++ b/tooling/common/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>tooling</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 88e3aee..9643205 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>tooling</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 591e92d..f02c5ce 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -16,16 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.minho</groupId>
<artifactId>minho</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>