From 4a39cfa628bebff2beb9649a3fa8125f1c7df800 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Vachette?=
<5880528+michaelva@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:59:15 +0900
Subject: [PATCH] Set Build and SCM Config
---
pom.xml | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index b3a8021..15f462b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,33 +5,32 @@
nuxeo-parent
2025.0.102
-
org.nuxeo.labs.thumbnail.ext
nuxeo-thumbnail-ext-parent
2025.0.0-SNAPSHOT
Nuxeo thumbnail ext parent
An extension for better thumbnail generation
pom
-
true
2025.*
-
nuxeo-thumbnail-ext-core
nuxeo-thumbnail-ext-package
-
-
+
+ scm:git:${project.scm.url}
+ scm:git:${project.scm.url}
+ https://github.com/nuxeo-sandbox/nuxeo-thumbnail-ext
+
-
@@ -46,7 +45,6 @@
-
maven-public
@@ -82,7 +80,6 @@
-
maven-public
@@ -95,4 +92,21 @@
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 3.1.1
+
+ SemVerVersionPolicy
+ @{project.version}
+ true
+ Release @{releaseLabel}
+ Post Release @{releaseLabel}
+ false
+
+
+
+