glassfish-corba-csiv2-idl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-csiv2-idl</artifactId>
<version>6.0.0-M1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License
v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License v. 2.0 are satisfied: GNU General Public License v2.0
w/Classpath exception which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause OR GPL-2.0 WITH
Classpath-exception-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-csiv2-idl</artifactId>
<version>6.0.0-M1</version>
<name>Generated CSIv2 APIs</name>
<description>A CORBA ORB Implementation for Glassfish</description>
<url>https://projects.eclipse.org/proposals/eclipse-orb/glassfish-corba-csiv2-idl</url>
<licenses>
<license>
<name>EDL 1.0</name>
<url>https://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>russgold</id>
<name>Russell Gold</name>
<email>russell.gold@oracle.com</email>
</developer>
<developer>
<name>Harshad Vilekar</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/orb.git/glassfish-corba-csiv2-idl</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/orb.git/glassfish-corba-csiv2-idl</developerConnection>
<tag>6.0.0-M1</tag>
<url>https://github.com/eclipse-ee4j/orb/glassfish-corba-csiv2-idl</url>
</scm>
<dependencies>
<dependency>
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-omgapi</artifactId>
<version>6.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>6.1.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>