Skip to content

Commit de70196

Browse files
committed
Using lowercase for artifactId to publish as GitHub Package
1 parent afaf0e7 commit de70196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>de.fraunhofer.iem</groupId>
4-
<artifactId>pathExpression</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
4+
<artifactId>pathexpression</artifactId>
5+
<version>1.0.1</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)