Skip to content

Commit 09085f1

Browse files
author
S L
committed
Due the shallow clone of the travis the tests currently fail
1 parent 5a104c7 commit 09085f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

1818
package 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();

0 commit comments

Comments
 (0)