Changed the version from 1.0 to 1.0-SNAPSHOT
This commit is contained in:
parent
150b0c6992
commit
0a3d3116fd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
target/*
|
6
pom.xml
6
pom.xml
@ -2,9 +2,9 @@
|
||||
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>
|
||||
|
||||
<groupId>net.abhinavsarkar.spelhelper</groupId>
|
||||
<groupId>net.abhinavsarkar</groupId>
|
||||
<artifactId>SpelHelper</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>SpelHelper</name>
|
||||
@ -48,7 +48,7 @@
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.5</target>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user