Skip to content

Commit

Permalink
POM.xml updated with project.version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshu Thanneeru committed Jun 25, 2021
1 parent 00e9fca commit 70bb298
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<mainClass>com.seshutechie.taxii2lib.tool.TaxiiTool</mainClass>
</manifest>
<manifestEntries>
<Application-Version>${version}</Application-Version>
<Application-Version>${project.version}</Application-Version>
<Built-By>Seshu.techie</Built-By>
</manifestEntries>
</archive>
Expand Down Expand Up @@ -58,12 +58,5 @@
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 70bb298

Please sign in to comment.