We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d383e commit fd2dfabCopy full SHA for fd2dfab
project/commons-jxpath.properties
@@ -1,4 +1,4 @@
1
url=https://github.com/apache/commons-jxpath.git
2
-ref=JXPATH_@_@
3
-version=1.3
+ref=rel/commons-jxpath-@.@.@
+version=1.4.0
4
rpm_name=apache-commons-jxpath
project/commons-jxpath.xml
@@ -8,7 +8,7 @@
8
<dependency>commons-beanutils</dependency>
9
<build>
10
<compiler>
11
- <addSourceRoot>src/java</addSourceRoot>
+ <addSourceRoot>src/main/java</addSourceRoot>
12
<excludeSourceMatching>/org/apache/commons/jxpath/servlet/.*</excludeSourceMatching>
13
<automaticModuleName>org.apache.commons.jxpath</automaticModuleName>
14
</compiler>
0 commit comments