Emmanuel Lecharny schrieb: > So far, we don't have a 'release' element?. All we have is 'branches', 'tags', and 'trunk' (+ trunk-with-dependencies...)
We do have : https://svn.apache.org/repos/asf/directory/studio/ And the releases are gone to releases tree. > > It would be good to stick to this convention. > So +1 to move to 'tags' instead of 'relase' for studio. > > Felix Knecht wrote: > Before doing wrong I think to remember we decided to have no longer a > releases tree beside the trunk/tags/branches but > putting release tags to tags tree. For studio this is not yet the case > (see diff needed to patch). > > Index: pom.xml > =================================================================== > --- pom.xml (revision 696222) > +++ pom.xml (working copy) > @@ -1025,7 +1025,7 @@ > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > <configuration> > - > <tagBase>https://svn.apache.org/repos/asf/directory/studio/releases/</tagBase> > + > <tagBase>https://svn.apache.org/repos/asf/directory/studio/tags/</tagBase> > </configuration> > </plugin> > <plugin> > > Regards > Felix > > PS: > At least this saves me from the studio/sutdio-plugin tagging problem > ATM ;-) >>
