Re: Correlation between tagging and versioning

2007-01-12 Thread Yann Le Du

What is this dependency ? Can't you use a timestamped version like
2.0-20050406.035304-1 or something ?

- Yann

2007/1/11, moraleslos [EMAIL PROTECTED]:



I'm reading the maven release:prepare and noticed that it will not build
because of SNAPSHOT dependencies.  In my multiproject, I'm using a
dependency that is currently in SNAPSHOT release and won't be upgraded for
a
while.Is there a way to bypass this since this 3rd party dependency's
release version is out of my control?

-los


Yann Le Du-4 wrote:

 Hi Los,

 maven-release-plugin is your friend :
 http://maven.apache.org/plugins/maven-release-plugin/

 Tag version and POM version must indeed match.

 - Yann

 2007/1/11, moraleslos [EMAIL PROTECTED]:


 I'm about to tag my code in my repository to the maven-recommended
 x.x.x-y-z format-- probably at 1.0.0-alpha-1.  I was wondering how
 this
 correlates to the version used in my POMs-- currently at 1.0-SNAPSHOT.
 Shouldn't they match, or are they suppose to be different?  I'm new to
 the
 tagging/branching of code for release so if anyone has any suggestions,
I
 would appreciate it.  I just would like to know how maven2 can help
 facilitate in code releases since it has some project management
 functionality built in.  Thanks in advance.

 -los
 --
 View this message in context:

http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8272307
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





--
View this message in context:
http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8286933
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Correlation between tagging and versioning

2007-01-12 Thread Nick Stolwijk
Most of the time when this happens and it is an open source project I 
check out the source and release it to our company repository with our 
companyname in the version. ie. project-1.1.1-name-1.


Hth,

Nick S.

Yann Le Du wrote:

What is this dependency ? Can't you use a timestamped version like
2.0-20050406.035304-1 or something ?

- Yann

2007/1/11, moraleslos [EMAIL PROTECTED]:



I'm reading the maven release:prepare and noticed that it will not build
because of SNAPSHOT dependencies.  In my multiproject, I'm using a
dependency that is currently in SNAPSHOT release and won't be 
upgraded for

a
while.Is there a way to bypass this since this 3rd party 
dependency's

release version is out of my control?

-los


Yann Le Du-4 wrote:

 Hi Los,

 maven-release-plugin is your friend :
 http://maven.apache.org/plugins/maven-release-plugin/

 Tag version and POM version must indeed match.

 - Yann

 2007/1/11, moraleslos [EMAIL PROTECTED]:


 I'm about to tag my code in my repository to the maven-recommended
 x.x.x-y-z format-- probably at 1.0.0-alpha-1.  I was wondering 
how

 this
 correlates to the version used in my POMs-- currently at 
1.0-SNAPSHOT.
 Shouldn't they match, or are they suppose to be different?  I'm 
new to

 the
 tagging/branching of code for release so if anyone has any 
suggestions,

I
 would appreciate it.  I just would like to know how maven2 can help
 facilitate in code releases since it has some project management
 functionality built in.  Thanks in advance.

 -los
 --
 View this message in context:

http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8272307 


 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





--
View this message in context:
http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8286933 


Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Correlation between tagging and versioning

2007-01-11 Thread Yann Le Du

Hi Los,

maven-release-plugin is your friend :
http://maven.apache.org/plugins/maven-release-plugin/

Tag version and POM version must indeed match.

- Yann

2007/1/11, moraleslos [EMAIL PROTECTED]:



I'm about to tag my code in my repository to the maven-recommended
x.x.x-y-z format-- probably at 1.0.0-alpha-1.  I was wondering how
this
correlates to the version used in my POMs-- currently at 1.0-SNAPSHOT.
Shouldn't they match, or are they suppose to be different?  I'm new to the
tagging/branching of code for release so if anyone has any suggestions, I
would appreciate it.  I just would like to know how maven2 can help
facilitate in code releases since it has some project management
functionality built in.  Thanks in advance.

-los
--
View this message in context:
http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8272307
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Correlation between tagging and versioning

2007-01-11 Thread moraleslos

Hi Yann,

Thanks for the reply.  I guess what I was looking for is if I needed to do
everything, e.g. tagging, through maven2 or can I do that in SVN and then
sync the releases with maven2?

-los



Yann Le Du-4 wrote:
 
 Hi Los,
 
 maven-release-plugin is your friend :
 http://maven.apache.org/plugins/maven-release-plugin/
 
 Tag version and POM version must indeed match.
 
 - Yann
 
 2007/1/11, moraleslos [EMAIL PROTECTED]:


 I'm about to tag my code in my repository to the maven-recommended
 x.x.x-y-z format-- probably at 1.0.0-alpha-1.  I was wondering how
 this
 correlates to the version used in my POMs-- currently at 1.0-SNAPSHOT.
 Shouldn't they match, or are they suppose to be different?  I'm new to
 the
 tagging/branching of code for release so if anyone has any suggestions, I
 would appreciate it.  I just would like to know how maven2 can help
 facilitate in code releases since it has some project management
 functionality built in.  Thanks in advance.

 -los
 --
 View this message in context:
 http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8272307
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8278049
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Correlation between tagging and versioning

2007-01-11 Thread moraleslos

I'm reading the maven release:prepare and noticed that it will not build
because of SNAPSHOT dependencies.  In my multiproject, I'm using a
dependency that is currently in SNAPSHOT release and won't be upgraded for a
while.Is there a way to bypass this since this 3rd party dependency's
release version is out of my control?  

-los


Yann Le Du-4 wrote:
 
 Hi Los,
 
 maven-release-plugin is your friend :
 http://maven.apache.org/plugins/maven-release-plugin/
 
 Tag version and POM version must indeed match.
 
 - Yann
 
 2007/1/11, moraleslos [EMAIL PROTECTED]:


 I'm about to tag my code in my repository to the maven-recommended
 x.x.x-y-z format-- probably at 1.0.0-alpha-1.  I was wondering how
 this
 correlates to the version used in my POMs-- currently at 1.0-SNAPSHOT.
 Shouldn't they match, or are they suppose to be different?  I'm new to
 the
 tagging/branching of code for release so if anyone has any suggestions, I
 would appreciate it.  I just would like to know how maven2 can help
 facilitate in code releases since it has some project management
 functionality built in.  Thanks in advance.

 -los
 --
 View this message in context:
 http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8272307
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/Correlation-between-tagging-and-versioning-tf2957108s177.html#a8286933
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]