google-code-export / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
1 stars 1 forks source link

trunk pom.xml is still 1.1-experiment/1.1-alpha #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The pom.xml of trunk [1] is still showing signs of being the pom.xml of 
1.1-experimental.

By the way, isn't is easier for everyone to stick to the maven guidelines and 
name it 1.1-SNAPSHOT?

[1] 
http://code.google.com/p/wiquery/source/browse/trunk/pom.xml?spec=svn412&r=412

Original issue reported on code.google.com by hielke.hoeve on 20 Sep 2010 at 8:21

GoogleCodeExporter commented 9 years ago
I do agree we should stick to the guidelines... and use 1.0.SNAPSHOT and 
1.1.SNAPSHOT for current development versions... 

It would be nice if we could get snapshots built automatically and deployed to 
our SVN repo. So, that other projects could point to them. 

Ernesto

Original comment by reier...@gmail.com on 20 Sep 2010 at 9:35

GoogleCodeExporter commented 9 years ago
trunk is now 1.1-SNAPSHOT, even if we aren't going to do snapshot releases we 
don't want to accidentally override the fixed version 1.1-alpha.
(since no-one else commented on this I assume this is ok)

Original comment by richardj...@gmail.com on 30 Sep 2010 at 12:11

GoogleCodeExporter commented 9 years ago
Richard,

Thanks for taking care of this. Mind there is a 

wiquery-examples-1.1-experiment

project that depended on 1.1-alpha. Shouldn't this one also be dependent on 
1.1-SNAPSHOT?

Regards,

Ernesto

Original comment by reier...@gmail.com on 30 Sep 2010 at 12:18

GoogleCodeExporter commented 9 years ago
hmm, im not sure about the examples project, we might want it dependant on a 
fixed version, so it wont break, or we might want it dependant on the snapshot 
so we can see if things change.

Original comment by richardj...@gmail.com on 30 Sep 2010 at 12:21

GoogleCodeExporter commented 9 years ago
Richard,

I suggested we should version them as well as we do wiquery

trunk/wiquery
trunk/wiquery-examples

and 

branch/wiquery-1.0.x
branch/wiquery-examples-1.0.x

But it seems this might be to big a refactory. Right now we (at least me and 
Julien I think?) are using it as a test case for new (or existing) 
functionality, so it should point to trunk.

Regards,

Ernesto

Original comment by reier...@gmail.com on 30 Sep 2010 at 12:30

GoogleCodeExporter commented 9 years ago
The problem with depending on the snapshot is that if someone checks out the 
examples, their code will not run, since we don't host the snapshot in maven.

I believe issue-96 is also kind of related to this.

Im not too bothered either way though since I don't use the examples, I'll let 
you and Julien take care of this one if its ok?

Original comment by richardj...@gmail.com on 30 Sep 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Yes, IMHO issue-96 should be the correct way to FIX this. Right now 
wiquery-examples-1.1-experiment is dependent on snapshot. I will fix it when 
I'm back home. 

Thanks for your time.

Ernesto    

Original comment by reier...@gmail.com on 30 Sep 2010 at 12:49