Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.7.0 I-Build: I20170307-0800 - POM UPDATES REQUIRED

1.0.0-SNAPSHOT is mentioned in the .product file. Tycho’s pom-updater-plugin uses .product file to update pom.xml. What needs to be changed is update .product file al the same location

 

Recently I found a problem with Tycho in this area and got a fix in the 1.1.0-SNAPSHOT version. We are using 1.1.0-SNAPSHOT for our build. So the latest Tycho version uncovered this particular issue.

 

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=513248 for more details

 

Thanks

Sravan

 

From: Daniel Megert [mailto:daniel_megert@xxxxxxxxxx]
Sent: Tuesday, March 07, 2017 8:51 PM
To: Eclipse platform release engineering list. <platform-releng-dev@xxxxxxxxxxx>
Subject: Re: [platform-releng-dev] 4.7.0 I-Build: I20170307-0800 - POM UPDATES REQUIRED

 

-                 4.7.0-SNAPSHOT
+                 1.0.0-SNAPSHOT


That somehow looks strange to me.

Dani



From:        genie.releng@xxxxxxxxxxx
To:        platform-releng-dev@xxxxxxxxxxx
Date:        07.03.2017 16:04
Subject:        [platform-releng-dev] 4.7.0 I-Build: I20170307-0800 - POM UPDATES        REQUIRED
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx





Eclipse downloads:
  http://download.eclipse.org/eclipse/downloads/drops4/I20170307-0800/

   Build logs and/or test results (eventually):
     http://download.eclipse.org/eclipse/downloads/drops4/I20170307-0800/testResults.php

Software site repository:
  http://download.eclipse.org/eclipse/updates/4.7-I-builds

Specific (simple) site repository:
  http://download.eclipse.org/eclipse/updates/4.7-I-builds/I20170307-0800

Equinox downloads:
  http://download.eclipse.org/equinox/drops/I20170307-0800

POM Update Required (patches below can be applied on exported email, with git am --scissors --signoff (committerId) < /path/to/patchEmail):
  http://download.eclipse.org/eclipse/downloads/drops4/I20170307-0800/pom_updates/



-- >8 --
diff --git a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
index 36afbca..1a5d2fe 100644
--- a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
@@ -17,7 +17,7 @@

                 org.eclipse.equinox
                 org.eclipse.equinox.p2.tests.reconciler.product
-                 4.7.0-SNAPSHOT
+                 1.0.0-SNAPSHOT
                 eclipse-repository

                 
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

 



Back to the top