Skip to content

Commit 9de116b

Browse files
committed
Minor update
1 parent 98f1ba5 commit 9de116b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>in.erail.cli</groupId>
5-
<artifactId>af</artifactId>
4+
<groupId>in.erail</groupId>
5+
<artifactId>api-framework-cli</artifactId>
66
<version>1.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<properties>
@@ -27,7 +27,6 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-compiler-plugin</artifactId>
30-
<!-- annotationProcessorPaths requires maven-compiler-plugin version 3.5 or higher -->
3130
<version>3.8.1</version>
3231
<configuration>
3332
<annotationProcessorPaths>

0 commit comments

Comments
 (0)