`
fanrey
  • 浏览: 254991 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

How to specify the timestamp for a snapshot version

 
阅读更多
Usually we specify the SNAPSHOT version to get the latest jars. For example,
  <dependencies>

    <dependency>
      <groupId>exa</groupId>
      <type>jar</type>
      <artifactId>app-mbeans-core</artifactId>
      <version>3.3.0-SNAPSHOT</version>
    </dependency>
   
  </dependencies>

But if we want to use one old SNAPSHOT version via timestamp, it is as follows:
  <dependencies>

    <dependency>
      <groupId>exa</groupId>
      <type>jar</type>
      <artifactId>app-mbeans-core</artifactId>
      <version>3.3.0-20111028.094530-5</version>
    </dependency>
   
  </dependencies>

  
分享到:
评论

相关推荐

    a project model for the FreeBSD Project.7z

    A project model for the FreeBSD Project Niklas Saers Copyright © 2002-2005 Niklas Saers [ Split HTML / Single HTML ] Table of Contents Foreword 1 Overview 2 Definitions 2.1. Activity 2.2. Process ...

    VclZip pro v3.10.1

    PLEASE TAKE A LOOK AT THE "WHAT's NEW IN THIS VERSION" LINK IN THE HELP FILE AS IT HAS CONVENIENT LINKS TO ALL OF THE NEW TOPICS. ==================== Version 3.10 Build 1 - Several bug fixes. - ...

    The Essential Guide to HTML5

    You can use a facility similar to cookies to store information on the client computer. And you can use new elements, such as header and footer, to help structure your documents. This book is based ...

    Step by Step From the Data Model to BI

    本教程"Step by Step From the Data Model to BI"旨在帮助初学者逐步理解并掌握BW的建模过程。下面将详细阐述相关知识点。 首先,我们从数据模型开始。在BW中,数据模型是数据仓库的基础,它定义了如何组织和存储...

    UE(官方下载)

    How to check your JavaScript source code for common mistakes without actually running the script or opening the web page Character properties at your fingertips Access the properties of a character ...

    SSD7 选择题。Multiple-Choice

    (a) the name of the table and the amount of storage space to be allocated to the table (b) the name of the table, the names of the table's attributes, the data types of the table's attributes, the ...

    itk,错误:use /Zm to specify a higher limit解决办法

    use /Zm to specify a higher limit ``` 此错误表明编译器内部堆栈空间已达到限制,导致编译无法继续。通常这种问题出现在包含大量头文件或者依赖复杂模板元编程的大型项目中。下面将详细介绍如何解决这一问题。 ...

    Universal-USB-Installer

    these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the...

    WizFlow网页编辑

    any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ...

    hibernate-shards.jar

    any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ...

    Java邮件开发Fundamentals of the JavaMail API

    Instructions on how to download and install the JavaMail API are contained in the course. In addition, you will need a development environment such as the JDK 1.1.6+ or the Java 2 Platform, Standard...

    Running IPv6 2006

    This is a book about running the IPv6 protocol in ...relevant Request For Comment documents that specify the IPv6 standards. See Appendix A for a list of IPv6-related RFCs and how to obtain RFCs.

    Systems Modeling Language (SysML®) v2 Request For Proposal (RFP)

    many of the limitations of the current version of OMG SysML® to enable the more effective application of model-based systems engineering (MBSE). In particular, the emphasis for SysML v2 is to ...

    OMG 系统建模语言 (OMG SysML™) 1.6.pdf 英文版

    The purpose of this International Standard is to specify the Systems Modeling Language (SysML), a general-purpose modeling language for systems engineering. Its intent is to specify the language so ...

    OutlookAttachView v2.73

    o Added option to specify a custom date/time format for the filename in the 'Copy Selected Files To...' option, for example: %msgdate:yyyyMMdd% , %msgtime:HHmmss% * Version 1.67 o ...

    Senfore_DragDrop_v4.1

    would be a good idea to have a quick look at the demos. The library has been completely rewritten and a lot of new features has been added. ------------------------------------------- 4. Known ...

    Introduction to iUMLite 2.20

    Sequence diagrams are used to model the interactions between domains and are essential for capturing the flow of control within a single use case. To create a sequence diagram: - Define the ...

    计算机网络第六版答案

    Hence, it becomes possible for the attacker to issue a command to all the nodes, that target a single node (for example, all nodes in the botnet might be commanded by the attacker to send a TCP SYN ...

Global site tag (gtag.js) - Google Analytics