Skip to content

Commit

Permalink
final 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Grove committed Nov 10, 2014
1 parent dccdfa7 commit 61c37b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jperf.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down
21 changes: 19 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.jperf</groupId>
<artifactId>jperf</artifactId>
<name>jperf</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -19,7 +19,7 @@

<organization>
<name>Andy Grove</name>
<url>http://theotherandygrove.com/java</url>
<url>http://theotherandygrove.com</url>
</organization>

<dependencies>
Expand Down Expand Up @@ -60,6 +60,23 @@
</configuration>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 61c37b6

Please sign in to comment.