Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Nov 30, 2018
1 parent 756b85a commit 94d4219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.dependencytrack</groupId>
<artifactId>fortify-ssc-plugin</artifactId>
<packaging>jar</packaging>
<version>0.9.0</version> <!-- version must match (\\d+)(\\.\\d+)* therefore no -SNAPSHOT versions allowed -->
<version>1.0.0</version> <!-- version must match (\\d+)(\\.\\d+)* therefore no -SNAPSHOT versions allowed -->

<name>Dependency-Track Plugin for Fortify SSC</name>
<description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.dependencytrack</groupId>
<artifactId>public-api-java</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 94d4219

Please sign in to comment.