You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/10/07 10:43:30 UTC

[sling-feature-converter-maven-plugin] 10/23: Test Version cannot match Plugin Version during a release

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git

commit 86ecb24f6b9eeb1cbc80abf407b872b9d098203a
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Fri Dec 20 15:59:57 2019 -0800

    Test Version cannot match Plugin Version during a release
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfb9837..3ccac7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,8 @@
                     <postBuildHookScript>verify</postBuildHookScript>
                     <scriptVariables>
                         <plugin.group>${project.groupId}</plugin.group>
-                        <plugin.version>${project.version}</plugin.version>
+                        <!-- The version of the test version which should match the plugin version but maybe off during a release -->
+                        <plugin.version>1.0.2</plugin.version>
                     </scriptVariables>
                 </configuration>
                 <executions>