summaryrefslogtreecommitdiffstats
path: root/gerrit-util-ssl/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 2.7v2.7Dave Borowitz2013-09-181-1/+1
| | | | Change-Id: I49a7fc97fd6d4f199c25774faa50ec4a826ae64a
* Start 2.7 developmentShawn Pearce2013-03-211-1/+1
| | | | Change-Id: I08dc590bb1f62af67d88eb11313d5d4cfe2423c4
* Update versions in pom's to start Gerrit 2.6 developmentEdwin Kempin2012-08-221-1/+1
| | | | | Change-Id: I4fb8cb41250c5b640a8d9e47caf97dc4670ff428 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Update parent version in pom.xml's to 2.5-SNAPSHOTEdwin Kempin2012-05-031-1/+1
| | | | | Change-Id: I3b2f0f532fc10b98657de117c80113fe0eac3bc4 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Change version in pom.xml to 2.4-SNAPSHOTSasa Zivkov2012-04-181-1/+1
| | | | | | | | The 2.3 was released and what we have in the master branch is targeted for 2.4. Change-Id: Idca8a12aaef1dc5ea5f628b3640881e66f04dc9c Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
* Update poms to Gerrit 2.3-SNAPSHOTv2.3-rc0Martin Fick2012-02-221-1/+1
| | | | Change-Id: I6f54a783959c58fb75114251e07a6871bc889904
* Change version to 2.2-SNAPSHOTShawn O. Pearce2011-05-311-1/+1
| | | | | Change-Id: I1d3e6c42bc678536162a81d2b13372659a1c3dec Signed-off-by: Shawn O. Pearce <sop@google.com>
* Fix all of our pom.xml versions to be 2.1-SNAPSHOTShawn O. Pearce2010-08-121-1/+1
| | | | | | | | | | I meant to keep reusing the 2.1 version number for the entire 2.1 series during development, but botched it during the 2.1.4 development cycle and set it to 2.1.4-SNAPSHOT by mistake. Put it back to 2.1-SNAPSHOT since 2.1.4 is released. Change-Id: I37e206c0609bf3fd94a5aab8ea301c98b7fb013e Signed-off-by: Shawn O. Pearce <sop@google.com>
* Start 2.1.4 developmentShawn O. Pearce2010-06-211-1/+1
| | | | | Change-Id: I71719c85b0d50707333517b8ef956853b04efa14 Signed-off-by: Shawn O. Pearce <sop@google.com>
* gerrit 2.1.3v2.1.3Shawn O. Pearce2010-06-211-1/+1
| | | | | Change-Id: I93386d5b71e8361219c03d95ab7476dc46e7d6b0 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Start next release developmentShawn O. Pearce2009-12-211-1/+1
| | | | | Change-Id: I5a69e2b7a3e64664f0ca32649d153cb8cde27b27 Signed-off-by: Shawn O. Pearce <sop@google.com>
* gerrit 2.1v2.1Shawn O. Pearce2009-12-211-1/+1
| | | | | Change-Id: Ic864f71b0899af24334c76b8558c2757a2f79750 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Call the next version 2.1Shawn O. Pearce2009-12-121-1/+1
| | | | | | | | We've changed so much since the 2.0.24 release that I'm really not comfortable calling it 2.0.25. Change-Id: I9cf28b0a97e0f74838bf893b79ce3105e0a7bfdb Signed-off-by: Shawn O. Pearce <sop@google.com>
* Rewrite our build as modular maven componentsShawn O. Pearce2009-11-111-0/+34
This refactoring splits the code up into different components, with their own per-component CLASSPATH. By moving all of our classes into isolated components we can better isolate the classpaths and try to avoid unexpected dependency problems. It also allows us to more clearly define which components are used by the GWT UI and thus must be compiled under GWT, and which components are run on the server and can therefore use more of the J2SE API. Change-Id: I833cc22bacc5655d1c9099ed7c2b0e0a5b08855a Signed-off-by: Shawn O. Pearce <sop@google.com>