jenkinsci / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM
MIT License
16 stars 31 forks source link

"SNAPSHOT" added to pom.xml to compile in maven #2

Closed ravelus closed 12 years ago

ravelus commented 12 years ago

to compile in release mode

slide commented 12 years ago

You are the "owner" of this plugin, you don't need to use pull requests to submit changes, just push to the master (create a remote if you need to).

ravelus commented 12 years ago

Ok, I wanted to create a tag, but I don't know how to do that...

git tag -a mytag

git push --tags origin master

and I don't get my new tag in GitHub...