This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 8a38ff7  Fix versioning of external dependency cpplite-mi
     new 3ee4feb  Merge pull request #2709 from 
matthiasblaesing/cpplite-snapshot-version
8a38ff7 is described below

commit 8a38ff754fa0baf1b2b42cf6e90373912f9ae29b
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sun Jan 24 18:03:27 2021 +0100

    Fix versioning of external dependency cpplite-mi
    
    Publishing fails with "-SNAPSHOT" dependencies. This PR uses the id of
    the originating mercurial commit as version.
---
 cpplite/cpplite.debugger/external/binaries-list                       | 2 +-
 ...i-1.0-SNAPSHOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +-
 cpplite/cpplite.debugger/nbproject/project.properties                 | 4 ++--
 cpplite/cpplite.debugger/nbproject/project.xml                        | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cpplite/cpplite.debugger/external/binaries-list 
b/cpplite/cpplite.debugger/external/binaries-list
index 9b72b03..f6368fb 100644
--- a/cpplite/cpplite.debugger/external/binaries-list
+++ b/cpplite/cpplite.debugger/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-7E2B3E2AB5EBCABF3971F118A4D288A7E5DAC1DF cpplite-mi-1.0-SNAPSHOT.jar
+2BF984B5372F003D3E6C2E96A34F45D659168534 
eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be
diff --git 
a/cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt 
b/cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt
similarity index 99%
rename from 
cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt
rename to cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt
index ae4715c..31901a8 100644
--- a/cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt
+++ b/cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt
@@ -1,6 +1,6 @@
 Name: CND Debugger parts
 Description: CND Debugger parts that didn't go through the Apache IP Clearance 
yet
-Version: 1.0-SNAPSHOT
+Version: f8f8250283be
 License: CDDL-1.0
 Origin: NetBeans
 
diff --git a/cpplite/cpplite.debugger/nbproject/project.properties 
b/cpplite/cpplite.debugger/nbproject/project.properties
index f10d97b..cff7099 100644
--- a/cpplite/cpplite.debugger/nbproject/project.properties
+++ b/cpplite/cpplite.debugger/nbproject/project.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-release.external/cpplite-mi-1.0-SNAPSHOT.jar=modules/ext/cpplite-mi-1.0-SNAPSHOT.jar
-file.reference.cpplite-mi-1.0-SNAPSHOT.jar=release/modules/ext/cpplite-mi-1.0-SNAPSHOT.jar
+release.external/cpplite-mi-f8f8250283be.jar=modules/ext/cpplite-mi-f8f8250283be.jar
+file.reference.cpplite-mi-f8f8250283be.jar=release/modules/ext/cpplite-mi-f8f8250283be.jar
 javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
diff --git a/cpplite/cpplite.debugger/nbproject/project.xml 
b/cpplite/cpplite.debugger/nbproject/project.xml
index dd714fd..d360c06 100644
--- a/cpplite/cpplite.debugger/nbproject/project.xml
+++ b/cpplite/cpplite.debugger/nbproject/project.xml
@@ -190,8 +190,8 @@
                 <package>org.netbeans.modules.cpplite.debugger.api</package>
             </friend-packages>
             <class-path-extension>
-                
<runtime-relative-path>ext/cpplite-mi-1.0-SNAPSHOT.jar</runtime-relative-path>
-                
<binary-origin>external/cpplite-mi-1.0-SNAPSHOT.jar</binary-origin>
+                
<runtime-relative-path>ext/cpplite-mi-f8f8250283be.jar</runtime-relative-path>
+                
<binary-origin>external/cpplite-mi-f8f8250283be.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to