We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46662c4 commit 578ecacCopy full SHA for 578ecac
tools/openapi-generator-maven-plugin/pom.xml
@@ -1,11 +1,9 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
- <modelVersion>4.0.0</modelVersion>
5
-
6
- <groupId>org.openmrs.plugin</groupId>
+ <modelVersion>4.0.0</modelVersion> <groupId>org.openmrs.plugin</groupId>
7
<artifactId>openapi-generator-maven-plugin</artifactId>
8
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
9
<packaging>maven-plugin</packaging>
10
11
<name>OpenAPI Generator Maven Plugin</name>
0 commit comments