Closed mihnita closed 7 years ago
Figured out how to update a pull request :-)
Updated version to 2.3.2
Updated Java version to 1.2 This seems crazy old, please change as you wish, or let me know what version to use. I went with 1.2 based on the version of the .class files in the last public release in maven (2.3.0)
javap -v -cp kxml2-2.3.0.jar org.kxml2.io.KXmlParser | grep version
The results is
minor version: 0
major version: 46
and that matches Java 1.2
Updated library version to 2.5.0 and JKD version to 1.3
Also disabled the failing test case.
@RunWith
and@Test
, and still extendingTestCase
) Wasn't sure if you want to move to JUnit 4. Cleaner to be a separate change anyway.kxml2-2.3.1-sources.jar
The naming convention is different from the old one, but more "standard" (kxml2-2.3.1-sources.jar
instead ofkxml2-src-2.3.1.zip
)