Skip to content

Commit

Permalink
Change pom version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Feb 6, 2010
1 parent 1e6f8e6 commit 78eebb2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jruby.extras</groupId>
<artifactId>jnr-x86asm</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>jnr-x86asm</name>
<description>A pure-java X86 and X86_64 assembler</description>
<url>http://jnr.kenai.com</url>
Expand Down Expand Up @@ -76,23 +76,8 @@
</dependency>
</dependencies>
<build>
<!--
<directory>build</directory>
<outputDirectory>build/classes</outputDirectory>
<testOutputDirectory>build/test/classes</testOutputDirectory>
-->
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<!--
<resources>
<resource>
<directory>src/com/kenai/jaffl/provider/jffi</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
-->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 78eebb2

Please sign in to comment.