Skip to content

Commit

Permalink
Using lowercase for artifactId to publish as GitHub Package
Browse files Browse the repository at this point in the history
  • Loading branch information
johspaeth committed Sep 24, 2023
1 parent afaf0e7 commit de70196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>pathExpression</artifactId>
<version>1.0.1-SNAPSHOT</version>
<artifactId>pathexpression</artifactId>
<version>1.0.1</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit de70196

Please sign in to comment.