Skip to content

Commit 4f341ea

Browse files
committed
Ready for release
1 parent 829186f commit 4f341ea

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pom.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,22 @@
99
OpenAPI-generator for TypeScript interfaces using the browser native fetch API.
1010
Generates direct mapping of APIs as interfaces and test-data generators for DTOs
1111
</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>
1328

1429
<build>
1530
<plugins>
@@ -118,6 +133,11 @@
118133
<releaseProfiles>release</releaseProfiles>
119134
</configuration>
120135
</plugin>
136+
<plugin>
137+
<groupId>org.apache.maven.plugins</groupId>
138+
<artifactId>maven-deploy-plugin</artifactId>
139+
<version>2.8.2</version>
140+
</plugin>
121141
</plugins>
122142
</build>
123143
<dependencies>

0 commit comments

Comments
 (0)