Skip to content

Commit

Permalink
Refer Y build (#199)
Browse files Browse the repository at this point in the history
* Refer to Y build for tests

* Updated Copyright
  • Loading branch information
SarikaSinha committed Mar 13, 2023
1 parent 01003db commit 0cc7a9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2022 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
* This is an implementation of an early-draft specification developed under the Java
* Community Process (JCP) and is made available for testing and evaluation purposes
* only. The code is not compatible with any specification of the JCP.
Contributors:
Igor Fedorenko - initial implementation
-->
Expand Down Expand Up @@ -35,6 +39,10 @@
<profiles>
<profile>
<id>build-individual-bundles</id>
<properties>
<eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/Y-builds</eclipse-p2-repo.url>
<skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
<repositories>
<repository>
<releases>
Expand Down

0 comments on commit 0cc7a9e

Please sign in to comment.