Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-03-05 08:34:13 +0000
committerAlexander Kurtakov2021-03-05 08:34:33 +0000
commit02594c0dee31fddf9c9ca8e2dba182f4e1dd702f (patch)
tree8ed0e1ea8975ccbe42014643782a42bd56b8f850 /bundles/org.eclipse.equinox.p2.updatechecker
parent6762801a33b62822cb9e3c0a0b7b96faff4a586e (diff)
downloadrt.equinox.p2-02594c0dee31fddf9c9ca8e2dba182f4e1dd702f.tar.gz
rt.equinox.p2-02594c0dee31fddf9c9ca8e2dba182f4e1dd702f.tar.xz
rt.equinox.p2-02594c0dee31fddf9c9ca8e2dba182f4e1dd702f.zip
Bug 571689 - POM and product version change for 4.20 releaseI20210305-0820
Change-Id: I3adc2961dfcfb7cc647efdc9655303ab12f5836f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatechecker')
-rw-r--r--bundles/org.eclipse.equinox.p2.updatechecker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml b/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
index 65a903012..edbc2d3de 100644
--- a/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.19.0-SNAPSHOT</version>
+ <version>4.20.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top