The fact that you need to update the version number in filter.properties would mean that you can't use maven-release-plugin to manage the release end-to-end. However, I can't find any usages of the product.name and product.version properties, so it's probably safe to remove that file entirely.
Andreas On Fri, Dec 30, 2016 at 7:09 AM, <[email protected]> wrote: > Author: ravi > Date: Fri Dec 30 07:09:39 2016 > New Revision: 1776523 > > URL: http://svn.apache.org/viewvc?rev=1776523&view=rev > Log: > Updating scm for 3.0 and apache parent pom to latest version 18 > > Modified: > > synapse/branches/3.0/modules/core/src/test/resources/synapse-libraries/assembly/filter.properties > synapse/branches/3.0/pom.xml > > Modified: > synapse/branches/3.0/modules/core/src/test/resources/synapse-libraries/assembly/filter.properties > URL: > http://svn.apache.org/viewvc/synapse/branches/3.0/modules/core/src/test/resources/synapse-libraries/assembly/filter.properties?rev=1776523&r1=1776522&r2=1776523&view=diff > ============================================================================== > --- > synapse/branches/3.0/modules/core/src/test/resources/synapse-libraries/assembly/filter.properties > (original) > +++ > synapse/branches/3.0/modules/core/src/test/resources/synapse-libraries/assembly/filter.properties > Fri Dec 30 07:09:39 2016 > @@ -16,5 +16,5 @@ > # under the License. > > product.name=Apache Synapse > -product.version=2.2.0-SNAPSHOT > +product.version=3.0.0-SNAPSHOT > > > Modified: synapse/branches/3.0/pom.xml > URL: > http://svn.apache.org/viewvc/synapse/branches/3.0/pom.xml?rev=1776523&r1=1776522&r2=1776523&view=diff > ============================================================================== > --- synapse/branches/3.0/pom.xml (original) > +++ synapse/branches/3.0/pom.xml Fri Dec 30 07:09:39 2016 > @@ -27,7 +27,7 @@ > <parent> > <groupId>org.apache</groupId> > <artifactId>apache</artifactId> > - <version>9</version> > + <version>18</version> > </parent> > > <groupId>org.apache.synapse</groupId> > @@ -79,9 +79,9 @@ > </licenses> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java</developerConnection> > - <url>http://svn.apache.org/viewvc/synapse/trunk/java/</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/3.0</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/3.0</developerConnection> > + <url>http://svn.apache.org/viewvc/synapse/branches/3.0</url> > </scm> > > <organization> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
