-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #85
- Loading branch information
Showing
71 changed files
with
3,153 additions
and
2,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?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 http://www.w3.org/2001/XMLSchema-instance https://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.fwmotion</groupId> | ||
<artifactId>3scale-cms-tools-parent</artifactId> | ||
<version>2.0.0-SNAPSHOT</version> | ||
<relativePath>../parent</relativePath> | ||
</parent> | ||
|
||
<artifactId>openapi-generator-template</artifactId> | ||
<version>2.0.0-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>3scale CMS Tools (OpenAPI-Generator Template Customizations)</name> | ||
<url>https://fwmotion.github.io/3scale-cms/openapi-generator-template</url> | ||
<description><![CDATA[ | ||
Customizations to the OpenAPI-Generator templates for use with generating | ||
code in the 3scale-cms project | ||
]]></description> | ||
|
||
<distributionManagement> | ||
<site> | ||
<id>fwmotion.github.io</id> | ||
<url>https://fwmotion.github.io/3scale-cms/cli</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
<properties> | ||
<project.build.outputTimestamp>1</project.build.outputTimestamp> | ||
</properties> | ||
|
||
</project> |
Oops, something went wrong.