提交 aba6f03f 编写于 作者: oldratlee's avatar oldratlee 🔥

rename: pom4intellij.xml -> pom4ide.xml

上级 fe149853
#!/bin/bash
cd "$(dirname "$(readlink -f "$0")")"/..
sed '
s#<source>1\.6</source>#<source>1.8</source>#
s#<target>1\.6</target>#<target>1.8</target>#
' pom.xml > pom4ide.xml
\ No newline at end of file
#!/bin/bash
cd "$(dirname "$(readlink -f $0)")"/..
sed 's#<source>1.6</source>#<source>1.8</source>#;s#<target>1.6</target>#<target>1.8</target>#' pom.xml > pom4intellij.xml
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册