git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
To: Farrukh Najmi <farrukh@wellfleetsoftware.com>
Cc: "Shawn O. Pearce" <spearce@spearce.org>, git@vger.kernel.org
Subject: Re: ETA for release of gjit 0.4?
Date: Tue, 16 Dec 2008 04:56:42 +0100	[thread overview]
Message-ID: <200812160456.43222.robin.rosenberg.lists@dewire.com> (raw)
In-Reply-To: <4946DFBB.6030300@wellfleetsoftware.com>

måndag 15 december 2008 23:52:43 skrev Farrukh Najmi:
> 
> Hi Shawn,
> 
> I was wondering if there are any updates on my question on whether we 
> can have a 0.4 release of jgit (no SNAPSHOT).
> I am ready to release my software but maven wont let me release it 
> because its dependency jgit is a SNAPSHOT release.
> 
> As I recall you had planned to release 0.4 and make it available on the 
> maven repo at:
> 
> <http://egit.googlecode.com/svn/maven/snapshot-repository/org/spearce/jgit>
> 
> I do not see it there yet. Any chance of getting that today? Thanks.

I cannot deploy it seems (I get a 401 or dav not supported), but since we have a
tagged v0.4.0 commit you have a handle to make your own local deployment. It 
is at least defined what commit the v0.4.0 is. You'll need to modify the pom.xml
to make it name the jars properly, 

diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
index c370783..467e620 100644
--- a/jgit-maven/jgit/pom.xml
+++ b/jgit-maven/jgit/pom.xml
@@ -39,7 +39,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     <groupId>org.spearce</groupId>
     <artifactId>jgit</artifactId>
     <packaging>jar</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0</version>
     <name>jgit</name>
     <url>http://repo.or.cz/w/egit.git</url>
     <mailingLists>

-- robin

  reply	other threads:[~2008-12-16  3:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-05 14:34 ETA for release of gjit 0.4? Farrukh Najmi
2008-12-06 18:47 ` Robin Rosenberg
2008-12-06 18:57   ` Farrukh Najmi
2008-12-08 16:21     ` Shawn O. Pearce
2008-12-08 16:35       ` Farrukh Najmi
2008-12-15 22:52         ` Farrukh Najmi
2008-12-16  3:56           ` Robin Rosenberg [this message]
2008-12-16  4:17           ` Robin Rosenberg
2008-12-16  4:23             ` Robin Rosenberg
2009-01-14  3:14             ` Jonas Fonseca
2008-12-08 16:52   ` Shawn O. Pearce
2008-12-08 17:13     ` Shawn O. Pearce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812160456.43222.robin.rosenberg.lists@dewire.com \
    --to=robin.rosenberg.lists@dewire.com \
    --cc=farrukh@wellfleetsoftware.com \
    --cc=git@vger.kernel.org \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).