Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12Move rpmstubby into rpm.Alexander Kurtakov1-50/+0
It doesn't deserve it's own module as it's too small. It really belongs with rpm and would even better to be part of rpm feature as people don't find it this way. Change-Id: I0becc5c0bbc6f3845b6fc66b65ad35e8701fdf89 Reviewed-on: https://git.eclipse.org/r/19704 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov1-2/+1
Subprojects parent poms are losing their versions as they are always the same as the parent pom version and thus only introduce noise. Change-Id: I6388f33c5e68d8c061cf57c7c09612817e189e30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19310 Tested-by: Hudson CI
2013-11-06Remove useless prerequisite from child poms.Alexander Kurtakov1-4/+0
The parent pom already sets that we require at least maven 3 so there is no need to duplicate it. The change_ver.sh scripts are remnant from the past when using tycho for changing versions was not well known. Change-Id: Ia3d26a3c7975a0b877dcb04e4b016992ca125c18 Reviewed-on: https://git.eclipse.org/r/18153 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston1-2/+2
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-02-06Remove maven assembly plugin configs.Alexander Kurtakov1-13/+0
The plugins are more interconnected now and that results in separate tarballs not being useful separately. CGit also provides tarballs for the the entire project. Noone objected to this on the mailing list. Change-Id: Idff1e6a380ca1af6116935faaebd79748e8983ee Reviewed-on: https://git.eclipse.org/r/10190 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2012-12-13Bump up Linux Tools master snapshot release to 2.0.0.Jeff Johnston1-2/+2
Change-Id: I5b9ab2cf7a5408714a33626d20aca0b06bfbf8fc Reviewed-on: https://git.eclipse.org/r/9162 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-2/+2
Change-Id: If9b07241d8072b474835123100ff0657b573b492
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes1-2/+2
Since our 0.10 release is schedule and the stable-0.10 branch was already created we're updating the versions for our next release. I was recomended to updated it to 0.11 instead of 1.0 because we are still in incubation.
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston1-2/+2
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard1-2/+2
2011-08-23Make POM versions 0.9.0-SNAPSHOTAndrew Overholt1-2/+2
In each pom.xml file, make the parent version 0.9.0-SNAPSHOT and make it 0.9.0-SNAPSHOT in the main (ex. autotools/pom.xml, lttng/pom.xml, etc.) POMs.
2011-04-14Fix up the problems I have created.Alexander Kurtakov1-0/+1
Versionless parent has been deffered to Maven 3.1.
2011-04-12Drop version from module parents. Alexander Kurtakov1-1/+0
We want the master version to be inherited.
2011-04-12Remove rpmstubby site(not wanted) and source feature(useless).Alexander Kurtakov1-2/+0
2011-04-12Add assembly tarball generation support.Alexander Kurtakov1-0/+13
2011-03-31Fix copyrights in maven filesAndrew Overholt1-1/+4
2011-03-29Make all POMs use 0.8.0 as versionAndrew Overholt1-1/+1
2011-03-10Fix typo: LinuxTools -> Linux ToolsAndrew Overholt1-1/+1
2011-03-10Add repo and source feature to rpmstubby moduleChris Aniszczyk1-1/+3
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-03-08Add rpmstubby to the tycho-based buildChris Aniszczyk1-0/+52
Signed-off-by: Chris Aniszczyk <zx@redhat.com>

    Back to the top