File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/pl/project13/maven/git Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 *
1414 * You should have received a copy of the GNU Lesser General Public License
1515 * along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
16- */
16+ */
1717
1818package pl .project13 .maven .git ;
1919
@@ -631,8 +631,8 @@ public void runGitDescribeWithMatchOption(boolean useNativeGit) throws Exception
631631 setProjectToExecuteMojoIn (targetProject );
632632
633633 Map <String ,String > gitTagMap = new HashMap <String ,String >();
634- gitTagMap .put ("v2.1.11 " , "56c5a491720ce35ae8f8626be1d3414728f1b953 " );
635- gitTagMap .put ("v2.1.12 " , "e9879658209ee81d7bf50ceedd028737f0b1cd0c " );
634+ gitTagMap .put ("v2.1.14 " , "29dc3016a3aace7149b3b50dc92573b0915ba125 " );
635+ gitTagMap .put ("v2.1.15 " , "b899499b3cf549238a8a30799faee47b3505b5bf " );
636636
637637 for (Map .Entry <String ,String > entry : gitTagMap .entrySet ()) {
638638 String gitDescribeMatchNeedle = entry .getKey ();
You can’t perform that action at this time.
0 commit comments