You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/12/21 00:00:45 UTC

[sling-feature-converter-maven-plugin] branch master updated: Test Version cannot match Plugin Version during a release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86ecb24  Test Version cannot match Plugin Version during a release
86ecb24 is described below

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>