Skip to content

Commit 578ecac

Browse files
committed
Adding logging with slf4j, improved indentation of Mojo, corrected versioning number, removed unnecessary comments
1 parent 46662c4 commit 578ecac

File tree

2 files changed

+176
-200
lines changed

2 files changed

+176
-200
lines changed

tools/openapi-generator-maven-plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
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>
4+
<modelVersion>4.0.0</modelVersion> <groupId>org.openmrs.plugin</groupId>
75
<artifactId>openapi-generator-maven-plugin</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0.0-SNAPSHOT</version>
97
<packaging>maven-plugin</packaging>
108

119
<name>OpenAPI Generator Maven Plugin</name>

0 commit comments

Comments
 (0)