Skip to content

Commit

Permalink
chore: add generated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Mar 25, 2024
1 parent b306a8e commit 45d022d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3,781 deletions.
51 changes: 51 additions & 0 deletions code/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.expediagroup.sdk</groupId>
<artifactId>expediagroup-sdk-generators</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<name>EG SDK Tooling :: Generators</name>
<description>Code generators for building an SDK</description>
<url>https://github.com/ExpediaGroup/expediagroup-java-sdk-generators</url>
<inceptionYear>2022</inceptionYear>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<developers>
<developer>
<name>Expedia Group Committers</name>
<organization>Expedia Group</organization>
<organizationUrl>https://expediagroup.com</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:[email protected]:ExpediaGroup/expediagroup-java-sdk-generators.git</connection>
<developerConnection>scm:git:[email protected]:ExpediaGroup/expediagroup-java-sdk-generators.git</developerConnection>
<url>https://github.com/ExpediaGroup/expediagroup-java-sdk-generators</url>
</scm>

<distributionManagement>
<repository>
<id>oss-sonatype</id>
<name>Sonatype Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>oss-sonatype</id>
<name>Sonatype Nexus Snapshots Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>
Loading

0 comments on commit 45d022d

Please sign in to comment.