You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Claude Brisson <cl...@renegat.net> on 2016/10/11 12:11:48 UTC

[VOTE] Release velocity-master 2

Hi.

Before staging the release candidate for velocity-engine, I must first 
release the version 2 of velocity-master.

It only contains a pom.xml with the list of PMCs and devs, and enumerate 
the mailing lists, and can be seen here:

http://svn.apache.org/viewvc/velocity/maven/tags/velocity-master-2/pom.xml?revision=1764228&view=markup

There are two changes from version 1:

  - added Sergiu Dumitriu as a developer
  - upgraded parent apache pom from v10 to v18

(I don't know where snapshots and prepared releases do land on 
https://repository.apache.org , I was unable to find them on 
https://repository.apache.org after the release:prepare call, which 
apparently went smoothly, maybe there is some delay... or maybe an empty 
parent pom doesn't produce anything...).


[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __________________

I'm +1.


    Claude


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.

On 11/10/2016 14:43, Mike Kienenberger wrote:
> On Tue, Oct 11, 2016 at 8:11 AM, Claude Brisson <cl...@renegat.net> wrote:
>> (I don't know where snapshots and prepared releases do land on
>> https://repository.apache.org , I was unable to find them on
>> https://repository.apache.org after the release:prepare call, which
>> apparently went smoothly, maybe there is some delay... or maybe an empty
>> parent pom doesn't produce anything...).
> Here's where the myfaces pom ended up on the last release (Nov 2015).
> Maybe this can be of some help?
>
> https://repository.apache.org/content/groups/staging/org/apache/myfaces/myfaces/16/

Yes, but 
https://repository.apache.org/content/groups/staging/org/apache/velocity/ 
doesn't even have a /master/ subdirectory...

>
>
> There are some checksum files which have today's timestamp here, but I
> don't see anything else:
>
> https://repository.apache.org/content/groups/staging/org/apache/velocity/velocity/
> https://repository.apache.org/content/groups/staging/org/apache/velocity/velocity-tools/

Only maven metadata stuff were updated.

> I would have expected to see a velocity/2 directory based on what MyFaces did.

I think the whole process relies on svnpubsub, and implies some delay... 
we'll see if something shows up within 24 hours...


   Claude

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Mike Kienenberger <mk...@gmail.com>.
On Tue, Oct 11, 2016 at 8:11 AM, Claude Brisson <cl...@renegat.net> wrote:
> (I don't know where snapshots and prepared releases do land on
> https://repository.apache.org , I was unable to find them on
> https://repository.apache.org after the release:prepare call, which
> apparently went smoothly, maybe there is some delay... or maybe an empty
> parent pom doesn't produce anything...).

Here's where the myfaces pom ended up on the last release (Nov 2015).
Maybe this can be of some help?

https://repository.apache.org/content/groups/staging/org/apache/myfaces/myfaces/16/



There are some checksum files which have today's timestamp here, but I
don't see anything else:

https://repository.apache.org/content/groups/staging/org/apache/velocity/velocity/
https://repository.apache.org/content/groups/staging/org/apache/velocity/velocity-tools/

I would have expected to see a velocity/2 directory based on what MyFaces did.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Antonio Petrelli <an...@gmail.com>.
2016-10-11 15:23 GMT+02:00 Claude Brisson <cl...@renegat.net>:

> Oh, but I *did* call release:perform.
>

OK I'm seeing it, it's called:
orgapachevelocity-1000
Now you have to close it, so nothing else can be deployed to it.

Antonio

Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
On 11/10/2016 16:02, Mike Kienenberger wrote:

> I took a look at the MyFaces release page, which in turn points to the
> following url.  Starting at this section, it does look like you now
> have all of the pieces you need in place:  prepare the release,
> perform the release, close the respository, take the vote.
>
> http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release

Yes, that's the guide I was following.

I just closed the staging repository (I was looking in the wrong place 
in the GUI).


   Claude

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Mike Kienenberger <mk...@gmail.com>.
I took a look at the MyFaces release page, which in turn points to the
following url.  Starting at this section, it does look like you now
have all of the pieces you need in place:  prepare the release,
perform the release, close the respository, take the vote.

http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release

3 - Prepare the release

mvn release:clean
mvn release:prepare

Note: Preparing the release will create the new tag in SVN,
automatically checking in on your behalf.

Note: If you're located in Europe then release:prepare may fail with
'Unable to tag SCM' and ' svn: No such revision X '. Wait 10 seconds
and run mvn release:prepare again.

4 - Stage the release for a vote

mvn release:perform

The release will automatically be inserted into a temporary staging
repository for you. See the Nexus staging documentation for full
details.

Now you must close the staging repository to indicate to Nexus that
the build is done and to make the artifacts available. Follow the
steps in Closing the Staged Repository to close your new repository,
this will allow your community to VOTE on the staged atrifacts.


On Tue, Oct 11, 2016 at 9:45 AM, Antonio Petrelli
<an...@gmail.com> wrote:
> 2016-10-11 15:31 GMT+02:00 Sergiu Dumitriu <se...@gmail.com>:
>
>> That's normal, that URL points to a virtual push-only directory, and you
>> also need a staging ID to identify which staging repo to push to. When
>> using the browser, a new random ID was generated. It seems that nexus is
>> behind it, you must log in and look at the staging repos to actually
>> publish the staged release.
>>
>
> But before publishing (release) the package, it must be closed, the vote
> should end and, if succesful, you can release it.
>
> Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Antonio Petrelli <an...@gmail.com>.
2016-10-11 15:31 GMT+02:00 Sergiu Dumitriu <se...@gmail.com>:

> That's normal, that URL points to a virtual push-only directory, and you
> also need a staging ID to identify which staging repo to push to. When
> using the browser, a new random ID was generated. It seems that nexus is
> behind it, you must log in and look at the staging repos to actually
> publish the staged release.
>

But before publishing (release) the package, it must be closed, the vote
should end and, if succesful, you can release it.

Antonio

Re: [VOTE] Release velocity-master 2

Posted by Sergiu Dumitriu <se...@gmail.com>.
That's normal, that URL points to a virtual push-only directory, and you
also need a staging ID to identify which staging repo to push to. When
using the browser, a new random ID was generated. It seems that nexus is
behind it, you must log in and look at the staging repos to actually
publish the staged release.

On Oct 11, 2016 9:23 AM, "Claude Brisson" <cl...@renegat.net> wrote:

> Oh, but I *did* call release:perform. Here's the log:
>
> > mvn release:perform
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Building Velocity - Master POM 3-SNAPSHOT
> [INFO] ------------------------------------------------------------
> ------------
> [INFO]
> [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @
> velocity-master ---
> [INFO] Checking out the project to perform the release ...
> [INFO] Executing: /bin/sh -c cd /home/claude/projects/velocity/master/trunk/pom/target
> && svn --non-interactive checkout https://svn.apache.org/repos/a
> sf/velocity/maven/tags/velocity-master-2 /home/claude/projects/velocity
> /master/trunk/pom/target/checkout
> [INFO] Working directory: /home/claude/projects/velocity
> /master/trunk/pom/target
> [INFO] Invoking perform goals in directory /home/claude/projects/velocity
> /master/trunk/pom/target/checkout
> [INFO] Executing goals 'deploy'...
> [WARNING] Maven will be executed in interactive mode, but no input stream
> has been configured for this MavenInvoker instance.
> [INFO] [INFO] Scanning for projects...
> [INFO] [INFO]
> [INFO] [INFO] ------------------------------------------------------------
> ------------
> [INFO] [INFO] Building Velocity - Master POM 2
> [INFO] [INFO] ------------------------------------------------------------
> ------------
> [INFO] [INFO]
> [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process
> (process-resource-bundles) @ velocity-master ---
> [INFO] [INFO]
> [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor
> (attach-descriptor) @ velocity-master ---
> [INFO] [INFO]
> [INFO] [INFO] --- maven-assembly-plugin:2.6:single
> (source-release-assembly) @ velocity-master ---
> [INFO] [INFO] Building zip: /home/claude/projects/velocity
> /master/trunk/pom/target/checkout/target/velocity-
> master-2-source-release.zip
> [INFO] [INFO]
> [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources)
> @ velocity-master ---
> [INFO] [INFO]
> [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @
> velocity-master ---
> [INFO] [INFO] Not executing Javadoc as the project is not a Java
> classpath-capable package
> [INFO] [INFO]
> [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @
> velocity-master ---
>
> You need a passphrase to unlock the secret key for
> user: "Claude Brisson <cb...@apache.org>"
> 2048-bit RSA key, ID 7A98B809, created 2016-10-08
>
>
> You need a passphrase to unlock the secret key for
> user: "Claude Brisson <cb...@apache.org>"
> 2048-bit RSA key, ID 7A98B809, created 2016-10-08
>
> [INFO] [INFO]
> [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @
> velocity-master ---
> [INFO] [INFO] Installing /home/claude/projects/velocity
> /master/trunk/pom/target/checkout/pom.xml to
> /home/claude/.m2/repository/org/apache/velocity/velocity-mas
> ter/2/velocity-master-2.pom
> [INFO] [INFO] Installing /home/claude/projects/velocity
> /master/trunk/pom/target/checkout/target/velocity-master-2-source-release.zip
> to /home/claude/.m2/repository/org/apache/velocity/velocity-mas
> ter/2/velocity-master-2-source-release.zip
> [INFO] [INFO] Installing /home/claude/projects/velocity
> /master/trunk/pom/target/checkout/target/velocity-master-2.pom.asc to
> /home/claude/.m2/repository/org/apache/velocity/velocity-mas
> ter/2/velocity-master-2.pom.asc
> [INFO] [INFO] Installing /home/claude/projects/velocity
> /master/trunk/pom/target/checkout/target/velocity-
> master-2-source-release.zip.asc to /home/claude/.m2/repository/or
> g/apache/velocity/velocity-master/2/velocity-master-2-source
> -release.zip.asc
> [INFO] [INFO]
> [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @
> velocity-master ---
> [INFO] Uploading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2.pom
> [INFO] 2/8 KB
> [INFO] 4/8 KB
> [INFO] 6/8 KB
> [INFO] 8/8 KB
> [INFO]
> [INFO] Uploaded: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2.pom (8 KB at 2.0 KB/sec)
> [INFO] Downloading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/maven-metadata.xml
> [INFO]
> [INFO] Uploading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/maven-metadata.xml
> [INFO] 306/306 B
> [INFO]
> [INFO] Uploaded: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/maven-metadata.xml (306 B at 0.2 KB/sec)
> [INFO] Uploading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2-source-release.zip
> [INFO] 2/7 KB
> [INFO] 4/7 KB
> [INFO] 6/7 KB
> [INFO] 7/7 KB
> [INFO]
> [INFO] Uploaded: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2-source-release.zip (7 KB at 3.7 KB/sec)
> [INFO] Uploading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2.pom.asc
> [INFO] 473/473 B
> [INFO]
> [INFO] Uploaded: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2.pom.asc (473 B at 1.1 KB/sec)
> [INFO] Uploading: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2-source-release.zip.asc
> [INFO] 473/473 B
> [INFO]
> [INFO] Uploaded: https://repository.apache.org/
> service/local/staging/deploy/maven2/org/apache/velocity/velo
> city-master/2/velocity-master-2-source-release.zip.asc (473 B at 0.8
> KB/sec)
> [INFO] [INFO] ------------------------------------------------------------
> ------------
> [INFO] [INFO] BUILD SUCCESS
> [INFO] [INFO] ------------------------------------------------------------
> ------------
> [INFO] [INFO] Total time: 11.381 s
> [INFO] [INFO] Finished at: 2016-10-11T13:39:54+02:00
> [INFO] [INFO] Final Memory: 31M/439M
> [INFO] [INFO] ------------------------------------------------------------
> ------------
> [INFO] Cleaning up after release...
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 17.920 s
> [INFO] Finished at: 2016-10-11T13:39:54+02:00
> [INFO] Final Memory: 15M/302M
> [INFO] ------------------------------------------------------------
> ------------
>
>
> According to this log, files where uploaded into :
>
> https://repository.apache.org/service/local/staging/deploy/m
> aven2/org/apache/velocity/velocity-master/2/
>
> but every request in this directory gives:
>
> <nexus-error>
>   <errors>
>     <error>
>       <id>*</id>
>       <msg>
>         Staging of Repository within profile ID='90b804389a1df' is not yet
> started!
>       </msg>
>     </error>
>   </errors>
> </nexus-error>
>
>
>   Claude
>
>
> On 11/10/2016 14:50, Antonio Petrelli wrote:
>
>> 2016-10-11 14:11 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>>
>> (I don't know where snapshots and prepared releases do land on
>>> https://repository.apache.org , I was unable to find them on
>>> https://repository.apache.org after the release:prepare call, which
>>> apparently went smoothly, maybe there is some delay... or maybe an empty
>>> parent pom doesn't produce anything...).
>>>
>>> Hello
>> you have to use release:perform to publish into the repository and it will
>> become a staging repository.
>>
>> Antonio
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>

Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
Oh, but I *did* call release:perform. Here's the log:

 > mvn release:perform
[INFO] Scanning for projects...
[INFO]
[INFO] 
------------------------------------------------------------------------
[INFO] Building Velocity - Master POM 3-SNAPSHOT
[INFO] 
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ 
velocity-master ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd 
/home/claude/projects/velocity/master/trunk/pom/target && svn 
--non-interactive checkout 
https://svn.apache.org/repos/asf/velocity/maven/tags/velocity-master-2 
/home/claude/projects/velocity/master/trunk/pom/target/checkout
[INFO] Working directory: 
/home/claude/projects/velocity/master/trunk/pom/target
[INFO] Invoking perform goals in directory 
/home/claude/projects/velocity/master/trunk/pom/target/checkout
[INFO] Executing goals 'deploy'...
[WARNING] Maven will be executed in interactive mode, but no input 
stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Velocity - Master POM 2
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ velocity-master ---
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor 
(attach-descriptor) @ velocity-master ---
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single 
(source-release-assembly) @ velocity-master ---
[INFO] [INFO] Building zip: 
/home/claude/projects/velocity/master/trunk/pom/target/checkout/target/velocity-master-2-source-release.zip
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) 
@ velocity-master ---
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ 
velocity-master ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java 
classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ 
velocity-master ---

You need a passphrase to unlock the secret key for
user: "Claude Brisson <cb...@apache.org>"
2048-bit RSA key, ID 7A98B809, created 2016-10-08


You need a passphrase to unlock the secret key for
user: "Claude Brisson <cb...@apache.org>"
2048-bit RSA key, ID 7A98B809, created 2016-10-08

[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
velocity-master ---
[INFO] [INFO] Installing 
/home/claude/projects/velocity/master/trunk/pom/target/checkout/pom.xml 
to 
/home/claude/.m2/repository/org/apache/velocity/velocity-master/2/velocity-master-2.pom
[INFO] [INFO] Installing 
/home/claude/projects/velocity/master/trunk/pom/target/checkout/target/velocity-master-2-source-release.zip 
to 
/home/claude/.m2/repository/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip
[INFO] [INFO] Installing 
/home/claude/projects/velocity/master/trunk/pom/target/checkout/target/velocity-master-2.pom.asc 
to 
/home/claude/.m2/repository/org/apache/velocity/velocity-master/2/velocity-master-2.pom.asc
[INFO] [INFO] Installing 
/home/claude/projects/velocity/master/trunk/pom/target/checkout/target/velocity-master-2-source-release.zip.asc 
to 
/home/claude/.m2/repository/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ 
velocity-master ---
[INFO] Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2.pom
[INFO] 2/8 KB
[INFO] 4/8 KB
[INFO] 6/8 KB
[INFO] 8/8 KB
[INFO]
[INFO] Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2.pom 
(8 KB at 2.0 KB/sec)
[INFO] Downloading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/maven-metadata.xml
[INFO]
[INFO] Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/maven-metadata.xml
[INFO] 306/306 B
[INFO]
[INFO] Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/maven-metadata.xml 
(306 B at 0.2 KB/sec)
[INFO] Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip
[INFO] 2/7 KB
[INFO] 4/7 KB
[INFO] 6/7 KB
[INFO] 7/7 KB
[INFO]
[INFO] Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip 
(7 KB at 3.7 KB/sec)
[INFO] Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2.pom.asc
[INFO] 473/473 B
[INFO]
[INFO] Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2.pom.asc 
(473 B at 1.1 KB/sec)
[INFO] Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip.asc
[INFO] 473/473 B
[INFO]
[INFO] Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/velocity-master-2-source-release.zip.asc 
(473 B at 0.8 KB/sec)
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 11.381 s
[INFO] [INFO] Finished at: 2016-10-11T13:39:54+02:00
[INFO] [INFO] Final Memory: 31M/439M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 17.920 s
[INFO] Finished at: 2016-10-11T13:39:54+02:00
[INFO] Final Memory: 15M/302M
[INFO] 
------------------------------------------------------------------------


According to this log, files where uploaded into :

https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/velocity/velocity-master/2/

but every request in this directory gives:

<nexus-error>
   <errors>
     <error>
       <id>*</id>
       <msg>
         Staging of Repository within profile ID='90b804389a1df' is not 
yet started!
       </msg>
     </error>
   </errors>
</nexus-error>


   Claude


On 11/10/2016 14:50, Antonio Petrelli wrote:
> 2016-10-11 14:11 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>
>> (I don't know where snapshots and prepared releases do land on
>> https://repository.apache.org , I was unable to find them on
>> https://repository.apache.org after the release:prepare call, which
>> apparently went smoothly, maybe there is some delay... or maybe an empty
>> parent pom doesn't produce anything...).
>>
> Hello
> you have to use release:perform to publish into the repository and it will
> become a staging repository.
>
> Antonio
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Antonio Petrelli <an...@gmail.com>.
2016-10-11 14:11 GMT+02:00 Claude Brisson <cl...@renegat.net>:

> (I don't know where snapshots and prepared releases do land on
> https://repository.apache.org , I was unable to find them on
> https://repository.apache.org after the release:prepare call, which
> apparently went smoothly, maybe there is some delay... or maybe an empty
> parent pom doesn't produce anything...).
>

Hello
you have to use release:perform to publish into the repository and it will
become a staging repository.

Antonio

Re: [VOTE][RESULT] Release velocity-master 2

Posted by Nathan Bubna <nb...@gmail.com>.
+1 Thanks, Claude!

On Fri, Oct 14, 2016 at 8:02 AM, Claude Brisson <cl...@renegat.net> wrote:

> Here's the new release candidate after updating commiters/PMC infos:
>
> https://repository.apache.org/content/repositories/orgapache
> velocity-1001/org/apache/velocity/velocity-master/2/velocity-master-2.pom
>
> 3 binding votes (Sergiu, Nathan, Claude), granted that the small changes
> didn't affect the votes. I publish the artifact.
>
>
>   Claude
>
>
> On 14/10/2016 16:16, Claude Brisson wrote:
>
>> Remove Antonio from the PMC, as he asked to go emeritus.
>>
>> I just checked if I had enough karma to do it myself (editing of
>> private/committers/board/committee-info.txt), and it worked.
>>
>> So no worry, Nathan, nothing to do for you :-)
>>
>>   Claude
>>
>>
>> On 14/10/2016 15:29, Nathan Bubna wrote:
>>
>>> Uh, oh. What do i need to do here? Sorry guys, not meaning to be
>>> slacking.
>>>
>>> On Fri, Oct 14, 2016 at 6:14 AM, Antonio Petrelli <
>>> antonio.petrelli@gmail.com> wrote:
>>>
>>> 2016-10-14 14:56 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>>>>
>>>> Ah, and Antonio asked to become emeritus (but the change hasn't been
>>>>> pushed upwards, I think only Nathan can do it).
>>>>>
>>>>> Yep :-)
>>>>
>>>> Antonio
>>>>
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail: dev-help@velocity.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>

Re: [VOTE][RESULT] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
Here's the new release candidate after updating commiters/PMC infos:

https://repository.apache.org/content/repositories/orgapachevelocity-1001/org/apache/velocity/velocity-master/2/velocity-master-2.pom

3 binding votes (Sergiu, Nathan, Claude), granted that the small changes 
didn't affect the votes. I publish the artifact.


   Claude

On 14/10/2016 16:16, Claude Brisson wrote:
> Remove Antonio from the PMC, as he asked to go emeritus.
>
> I just checked if I had enough karma to do it myself (editing of 
> private/committers/board/committee-info.txt), and it worked.
>
> So no worry, Nathan, nothing to do for you :-)
>
>   Claude
>
>
> On 14/10/2016 15:29, Nathan Bubna wrote:
>> Uh, oh. What do i need to do here? Sorry guys, not meaning to be 
>> slacking.
>>
>> On Fri, Oct 14, 2016 at 6:14 AM, Antonio Petrelli <
>> antonio.petrelli@gmail.com> wrote:
>>
>>> 2016-10-14 14:56 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>>>
>>>> Ah, and Antonio asked to become emeritus (but the change hasn't been
>>>> pushed upwards, I think only Nathan can do it).
>>>>
>>> Yep :-)
>>>
>>> Antonio
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
Remove Antonio from the PMC, as he asked to go emeritus.

I just checked if I had enough karma to do it myself (editing of 
private/committers/board/committee-info.txt), and it worked.

So no worry, Nathan, nothing to do for you :-)

   Claude


On 14/10/2016 15:29, Nathan Bubna wrote:
> Uh, oh. What do i need to do here? Sorry guys, not meaning to be slacking.
>
> On Fri, Oct 14, 2016 at 6:14 AM, Antonio Petrelli <
> antonio.petrelli@gmail.com> wrote:
>
>> 2016-10-14 14:56 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>>
>>> Ah, and Antonio asked to become emeritus (but the change hasn't been
>>> pushed upwards, I think only Nathan can do it).
>>>
>> Yep :-)
>>
>> Antonio
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Nathan Bubna <nb...@gmail.com>.
Uh, oh. What do i need to do here? Sorry guys, not meaning to be slacking.

On Fri, Oct 14, 2016 at 6:14 AM, Antonio Petrelli <
antonio.petrelli@gmail.com> wrote:

> 2016-10-14 14:56 GMT+02:00 Claude Brisson <cl...@renegat.net>:
>
> > Ah, and Antonio asked to become emeritus (but the change hasn't been
> > pushed upwards, I think only Nathan can do it).
> >
>
> Yep :-)
>
> Antonio
>

Re: [VOTE] Release velocity-master 2

Posted by Antonio Petrelli <an...@gmail.com>.
2016-10-14 14:56 GMT+02:00 Claude Brisson <cl...@renegat.net>:

> Ah, and Antonio asked to become emeritus (but the change hasn't been
> pushed upwards, I think only Nathan can do it).
>

Yep :-)

Antonio

Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
Well, since it's not the only modification, I'll do it.


On 14/10/2016 15:02, Mike Kienenberger wrote:
> Don't revert on my behalf.   It doesn't matter to me if I'm listed as
> a committer in the pom, and it can always be corrected in a future
> release.
>
> But did you ever publish the staging URL?  I don't remember seeing it.
>
> On Fri, Oct 14, 2016 at 8:56 AM, Claude Brisson <cl...@renegat.net> wrote:
>> I change my vote to -1: I forgot Mike as new commiter... (sorry about that,
>> Mike!). Also, Dishara (who worked on the JSR 223 scripting) is not listed.
>>
>> Ah, and Antonio asked to become emeritus (but the change hasn't been pushed
>> upwards, I think only Nathan can do it).
>>
>> If you don't mind, I'll revert and redo the release procedure, keeping your
>> votes (3 binding votes from Sergiu, Nathan and myself), and publishing the
>> master pom artifact directly with those little changes. If this democratic
>> rules breaching does disturb anyone, please chime in.
>>
>>    Claude
>>
>>
>>
>> On 11/10/2016 14:11, Claude Brisson wrote:
>>> Hi.
>>>
>>> Before staging the release candidate for velocity-engine, I must first
>>> release the version 2 of velocity-master.
>>>
>>> It only contains a pom.xml with the list of PMCs and devs, and enumerate
>>> the mailing lists, and can be seen here:
>>>
>>>
>>> http://svn.apache.org/viewvc/velocity/maven/tags/velocity-master-2/pom.xml?revision=1764228&view=markup
>>>
>>> There are two changes from version 1:
>>>
>>>   - added Sergiu Dumitriu as a developer
>>>   - upgraded parent apache pom from v10 to v18
>>>
>>> (I don't know where snapshots and prepared releases do land on
>>> https://repository.apache.org , I was unable to find them on
>>> https://repository.apache.org after the release:prepare call, which
>>> apparently went smoothly, maybe there is some delay... or maybe an empty
>>> parent pom doesn't produce anything...).
>>>
>>>
>>> [ ] +1 Let's do it
>>> [ ] +0 Have fun; i don't care.
>>> [ ] -0  Not sure about this, but i won't stop you.
>>> [ ] -1 No, because __________________
>>>
>>> I'm +1.
>>>
>>>
>>>     Claude
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>>> For additional commands, e-mail: dev-help@velocity.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail: dev-help@velocity.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Mike Kienenberger <mk...@gmail.com>.
Don't revert on my behalf.   It doesn't matter to me if I'm listed as
a committer in the pom, and it can always be corrected in a future
release.

But did you ever publish the staging URL?  I don't remember seeing it.

On Fri, Oct 14, 2016 at 8:56 AM, Claude Brisson <cl...@renegat.net> wrote:
> I change my vote to -1: I forgot Mike as new commiter... (sorry about that,
> Mike!). Also, Dishara (who worked on the JSR 223 scripting) is not listed.
>
> Ah, and Antonio asked to become emeritus (but the change hasn't been pushed
> upwards, I think only Nathan can do it).
>
> If you don't mind, I'll revert and redo the release procedure, keeping your
> votes (3 binding votes from Sergiu, Nathan and myself), and publishing the
> master pom artifact directly with those little changes. If this democratic
> rules breaching does disturb anyone, please chime in.
>
>   Claude
>
>
>
> On 11/10/2016 14:11, Claude Brisson wrote:
>>
>> Hi.
>>
>> Before staging the release candidate for velocity-engine, I must first
>> release the version 2 of velocity-master.
>>
>> It only contains a pom.xml with the list of PMCs and devs, and enumerate
>> the mailing lists, and can be seen here:
>>
>>
>> http://svn.apache.org/viewvc/velocity/maven/tags/velocity-master-2/pom.xml?revision=1764228&view=markup
>>
>> There are two changes from version 1:
>>
>>  - added Sergiu Dumitriu as a developer
>>  - upgraded parent apache pom from v10 to v18
>>
>> (I don't know where snapshots and prepared releases do land on
>> https://repository.apache.org , I was unable to find them on
>> https://repository.apache.org after the release:prepare call, which
>> apparently went smoothly, maybe there is some delay... or maybe an empty
>> parent pom doesn't produce anything...).
>>
>>
>> [ ] +1 Let's do it
>> [ ] +0 Have fun; i don't care.
>> [ ] -0  Not sure about this, but i won't stop you.
>> [ ] -1 No, because __________________
>>
>> I'm +1.
>>
>>
>>    Claude
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail: dev-help@velocity.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Claude Brisson <cl...@renegat.net>.
I change my vote to -1: I forgot Mike as new commiter... (sorry about 
that, Mike!). Also, Dishara (who worked on the JSR 223 scripting) is not 
listed.

Ah, and Antonio asked to become emeritus (but the change hasn't been 
pushed upwards, I think only Nathan can do it).

If you don't mind, I'll revert and redo the release procedure, keeping 
your votes (3 binding votes from Sergiu, Nathan and myself), and 
publishing the master pom artifact directly with those little changes. 
If this democratic rules breaching does disturb anyone, please chime in.

   Claude


On 11/10/2016 14:11, Claude Brisson wrote:
> Hi.
>
> Before staging the release candidate for velocity-engine, I must first 
> release the version 2 of velocity-master.
>
> It only contains a pom.xml with the list of PMCs and devs, and 
> enumerate the mailing lists, and can be seen here:
>
> http://svn.apache.org/viewvc/velocity/maven/tags/velocity-master-2/pom.xml?revision=1764228&view=markup 
>
>
> There are two changes from version 1:
>
>  - added Sergiu Dumitriu as a developer
>  - upgraded parent apache pom from v10 to v18
>
> (I don't know where snapshots and prepared releases do land on 
> https://repository.apache.org , I was unable to find them on 
> https://repository.apache.org after the release:prepare call, which 
> apparently went smoothly, maybe there is some delay... or maybe an 
> empty parent pom doesn't produce anything...).
>
>
> [ ] +1 Let's do it
> [ ] +0 Have fun; i don't care.
> [ ] -0  Not sure about this, but i won't stop you.
> [ ] -1 No, because __________________
>
> I'm +1.
>
>
>    Claude
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: [VOTE] Release velocity-master 2

Posted by Nathan Bubna <nb...@gmail.com>.
+1

On Tue, Oct 11, 2016 at 5:11 AM, Claude Brisson <cl...@renegat.net> wrote:

> Hi.
>
> Before staging the release candidate for velocity-engine, I must first
> release the version 2 of velocity-master.
>
> It only contains a pom.xml with the list of PMCs and devs, and enumerate
> the mailing lists, and can be seen here:
>
> http://svn.apache.org/viewvc/velocity/maven/tags/velocity-ma
> ster-2/pom.xml?revision=1764228&view=markup
>
> There are two changes from version 1:
>
>  - added Sergiu Dumitriu as a developer
>  - upgraded parent apache pom from v10 to v18
>
> (I don't know where snapshots and prepared releases do land on
> https://repository.apache.org , I was unable to find them on
> https://repository.apache.org after the release:prepare call, which
> apparently went smoothly, maybe there is some delay... or maybe an empty
> parent pom doesn't produce anything...).
>
>
> [ ] +1 Let's do it
> [ ] +0 Have fun; i don't care.
> [ ] -0  Not sure about this, but i won't stop you.
> [ ] -1 No, because __________________
>
> I'm +1.
>
>
>    Claude
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>

Re: [VOTE] Release velocity-master 2

Posted by Sergiu Dumitriu <se...@gmail.com>.
+1

release:prepare only publishes the tag, unless configured not to do that
automatically. release:perform builds and publishes the artifacts.

On Oct 11, 2016 8:12 AM, "Claude Brisson" <cl...@renegat.net> wrote:

Hi.

Before staging the release candidate for velocity-engine, I must first
release the version 2 of velocity-master.

It only contains a pom.xml with the list of PMCs and devs, and enumerate
the mailing lists, and can be seen here:

http://svn.apache.org/viewvc/velocity/maven/tags/velocity-ma
ster-2/pom.xml?revision=1764228&view=markup

There are two changes from version 1:

 - added Sergiu Dumitriu as a developer
 - upgraded parent apache pom from v10 to v18

(I don't know where snapshots and prepared releases do land on
https://repository.apache.org , I was unable to find them on
https://repository.apache.org after the release:prepare call, which
apparently went smoothly, maybe there is some delay... or maybe an empty
parent pom doesn't produce anything...).


[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __________________

I'm +1.


   Claude


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org