Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Oct 12, 2016
1 parent 436648c commit f88efe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>build-tool-common</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>

<name>Build Tool Common</name>
<description>Manage a Build Info with artifact and dependencies</description>
Expand Down
@@ -1,11 +1,14 @@
package com.blackducksoftware.integration.build.utils;

import static org.junit.Assert.assertNotNull;

import org.junit.Test;

public class FilePathGavExtractorTest {
@Test
public void testExtractingMavenGav() {
final FilePathGavExtractor extractor = new FilePathGavExtractor();
assertNotNull(extractor);
}

}

0 comments on commit f88efe7

Please sign in to comment.