update: commons-parent 48 -> 50
diff --git a/pom.xml b/pom.xml
index 08292c8..cd5024c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@
   <parent>

     <groupId>org.apache.commons</groupId>

     <artifactId>commons-parent</artifactId>

-    <version>48</version>

+    <version>50</version>

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>commons-configuration2</artifactId>

-  <version>2.7-SNAPSHOT</version>

+  <version>2.7</version>

   <name>Apache Commons Configuration</name>

 

   <inceptionYear>2001</inceptionYear>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a897329..8fb1c6f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-785" due-to="Gary Gregory">
         Update org.springframework:spring-* from 4.3.25.RELEASE to 4.3.26.RELEASE.
       </action>
+      <action dev="chtompki" type="update" due-to="Rob Tompkins">
+        Update org.apache.commons:commons-parent from 48 to 50
+      </action>
     </release>
     
     <release version="2.6" date="2019-09-13"