blob: 68527787411aef0fe59acd43a3030f2ac0d7c705 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012 Eclipse Foundation.
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Distribution License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/org/documents/edl-v10.php
Carsten Hammer121f1d82019-07-05 20:43:21 +02008
Thomas Watson0c5882c2012-05-22 13:41:26 -05009 Contributors:
10 Igor Fedorenko - initial implementation
11-->
Thomas Watson8b767d42013-03-27 09:42:24 -050012<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Thomas Watson0c5882c2012-05-22 13:41:26 -050013 <modelVersion>4.0.0</modelVersion>
14
15 <parent>
16 <artifactId>rt.equinox.bundles</artifactId>
17 <groupId>org.eclipse.equinox.bundles</groupId>
Kit Lo438d9782021-09-05 19:43:11 -040018 <version>4.22.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050019 <relativePath>../../</relativePath>
20 </parent>
21
Thomas Watson55c89972013-02-25 11:02:24 -060022 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <artifactId>org.eclipse.equinox.security.ui</artifactId>
Alexander Kurtakovc7b9e472021-09-17 15:38:43 +030024 <version>1.3.100-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050025 <packaging>eclipse-plugin</packaging>
26
27</project>