Changed the version from 1.0 to 1.0-SNAPSHOT

master
Abhinav Sarkar 2010-05-27 03:08:56 +05:30
parent 150b0c6992
commit 0a3d3116fd
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target/*

View File

@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.abhinavsarkar.spelhelper</groupId> <groupId>net.abhinavsarkar</groupId>
<artifactId>SpelHelper</artifactId> <artifactId>SpelHelper</artifactId>
<version>1.0</version> <version>1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>SpelHelper</name> <name>SpelHelper</name>
@ -48,7 +48,7 @@
<version>2.3.1</version> <version>2.3.1</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.5</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>