Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rollno748 committed Aug 23, 2023
1 parent 08f19a4 commit b5fb0f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.perftalks.jmeter.pluginsmanager</groupId>
<artifactId>jmeter-local-plugins-manager</artifactId>
<version>2.0</version>
<version>1.0</version>
<properties>
<log-4j-version>2.8.2</log-4j-version>
<jackson-mapper-version>LATEST</jackson-mapper-version>
Expand Down Expand Up @@ -43,12 +43,9 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>com.perftalks.jmeter.app.PluginsManager</mainClass>
<mainClass>com.perftalks.jmeter.app.AppRunner</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b5fb0f1

Please sign in to comment.