Merge tag 'commons-parent-49'

Tag commons-parent-49 from RC2
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 5c06abc..30f2f47 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,62 @@
+              Apache Commons Parent 49
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 49
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+New features:
+o                   Add commons.pmd.version
+o                   Add commons.checkstyle-plugin.version
+o                   Add property commons.release.4.desc (see Apache Commons Pool.)
+o                   Add property commons.release.4.binary.suffix (see Apache Commons Pool.)
+
+Fixed Bugs:
+o                   Downdate felix plugin to work on Java 7
+o                   commons.scmPubUrl was not built properly, e.g. using 'pool' instead of 'commons-pool'
+
+Changes:
+o                   maven-site-plugin 3.7.1 -> 3.8.2
+o                   commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1
+o                   commons-build-plugin 1.10 -> 1.11
+o                   Update maven-project-info-reports-plugin's Apache Commons BCEL from 6.3 to 6.3.1.
+o                   japicmp-maven-plugin 0.13.0 -> 0.13.1
+o                   maven-bundle-plugin 4.1.0 -> 4.2.0
+o                   japicmp-maven-plugin 0.13.1 -> 0.14.0
+o                   japicmp-maven-plugin should not break builds on source incompatible changes by default.
+o                   commons.compiler.version 3.8.0 ->3.8.1.
+o                   Add properties commons.javadoc6.java.link through commons.javadoc12.java.link
+o                   Add properties commons.javadoc.javaee5.link through commons.javadoc.javaee7.link
+o                   Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2
+o                   commons.jar-plugin.version 3.1.1 -> 3.1.2
+o                   Add profile java-1.12
+o                   maven-source-plugin 3.0.1 -> 3.1.0
+o                   japicmp-maven-plugin 0.14.0 -> 0.14.1
+o                   commons.wagon-ssh.version 3.3.2 -> 3.3.3
+o                   commons.javadoc.version 3.1.0 -> 3.1.1
+o                   Add missing source config for Javadoc plugin.
+o                   Adding Java 8 default methods should not break binary compatibility.
+o                   Set Javadoc source option to Maven compiler source setting.
+o                   jacoco-maven-plugin 0.8.3 -> 0.8.4.
+o                   commons-release-plugin 1.6 -> 1.7.
+o                   animal-sniffer-maven-plugin 1.17 -> 1.18.
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+
+Have fun!
+-Apache Commons Parent team
+
+-----------------------------------------------------------------------------
+
               Apache Commons Parent 48
                   RELEASE NOTES
 
@@ -52,10 +111,6 @@
 
 https://commons.apache.org/commons-parent-pom.html
 
-
-Have fun!
--Apache Commons Parent team
-
 -----------------------------------------------------------------------------
 
               Apache Commons Parent 47
@@ -316,3 +371,4 @@
 patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
 
 https://commons.apache.org/commons-parent-pom.html
+
diff --git a/pom.xml b/pom.xml
index cfb7632..d45e04c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>49-SNAPSHOT</version>
+  <version>49</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
@@ -994,7 +994,6 @@
           <linksource>true</linksource>
           <!-- prevent svnpub to be too much noisy -->
           <notimestamp>true</notimestamp>
-          <source>${maven.compiler.source}</source>
           <links>
             <link>${commons.javadoc.java.link}</link>
             <link>${commons.javadoc.javaee.link}</link>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f486097..7490337 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@
 
     <body>
     
-        <release version="49" date="YYYY-MM-DD" description="TBD">
+        <release version="49" date="2019-09-10" description="Release version 49">
             <action type="update" dev="chtompki">maven-site-plugin 3.7.1 -> 3.8.2</action>
             <action type="update" dev="chtompki">commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1</action>
             <action type="update" dev="chtompki">commons-build-plugin 1.10 -> 1.11</action>