提交 7342b384 编写于 作者: 黄勇

Merge branch 'master' of git.oschina.net:huangyong/smart-framework

# Maven #
target
*.iml
\ No newline at end of file
# IDEA #
*.iml
# Eclipse #
.classpath
.project
.settings
\ No newline at end of file
......@@ -92,6 +92,18 @@
<build>
<finalName>smart-framework</finalName>
<plugins>
<!-- Compile -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册