This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new b943090  JEXL-335: JUnit version updated, changes.xml Task #JEXL-335 - 
Update to Junit 4.13.1
     new d3fdd31  Merge origin/master
b943090 is described below

commit b943090af0057b63ae93c412d6293b4071a505b0
Author: henrib <hen...@apache.org>
AuthorDate: Sun Oct 18 17:58:32 2020 +0200

    JEXL-335: JUnit version updated, changes.xml
    Task #JEXL-335 - Update to Junit 4.13.1
---
 commons-jexl.iml          | 20 ++++++++++++++++++++
 src/site/xdoc/changes.xml |  3 +++
 2 files changed, 23 insertions(+)

diff --git a/commons-jexl.iml b/commons-jexl.iml
new file mode 100644
index 0000000..47af6b7
--- /dev/null
+++ b/commons-jexl.iml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module 
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" 
type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
+    <output url="file://$MODULE_DIR$/target/classes" />
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" 
isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" 
type="java-resource" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" 
isTestSource="true" />
+      <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/java" 
isTestSource="false" generated="true" />
+      <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/jjtree" 
isTestSource="false" generated="true" />
+      <excludeFolder url="file://$MODULE_DIR$/target" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="Maven: 
commons-logging:commons-logging:1.2" level="project" />
+    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13.1" 
level="project" />
+    <orderEntry type="library" scope="TEST" name="Maven: 
org.hamcrest:hamcrest-core:1.3" level="project" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 4dbd90e..2744115 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -26,6 +26,9 @@
     </properties>
     <body>
         <release version="3.2" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-335">
+                Update JUnit to 4.13.1
+            </action>
             <action dev="henrib" type="add" issue="JEXL-334">
                 Remove offensive terminology from code and API
             </action>

Reply via email to