File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 9
9
OpenAPI-generator for TypeScript interfaces using the browser native fetch API.
10
10
Generates direct mapping of APIs as interfaces and test-data generators for DTOs
11
11
</description >
12
- <version >0.1.2-SNAPSHOT</version >
12
+ <version >0.1.0-SNAPSHOT</version >
13
+
14
+ <url >https://github.com/jhannes/openapi-generator-typescript-fetch-api/blob/main/README.md</url >
15
+ <licenses >
16
+ <license >
17
+ <name >The Apache Licence, version 2.0</name >
18
+ <url >http://www.apache.org/licenses/LICENSE-2.0</url >
19
+ </license >
20
+ </licenses >
21
+ <developers >
22
+ <developer >
23
+ <name >Johannes Brodwall</name >
24
+ <email >jhannes@gmail.com</email >
25
+ <organizationUrl >https://github.com/jhannes</organizationUrl >
26
+ </developer >
27
+ </developers >
13
28
14
29
<build >
15
30
<plugins >
118
133
<releaseProfiles >release</releaseProfiles >
119
134
</configuration >
120
135
</plugin >
136
+ <plugin >
137
+ <groupId >org.apache.maven.plugins</groupId >
138
+ <artifactId >maven-deploy-plugin</artifactId >
139
+ <version >2.8.2</version >
140
+ </plugin >
121
141
</plugins >
122
142
</build >
123
143
<dependencies >
You can’t perform that action at this time.
0 commit comments