Skip to content

Commit

Permalink
renamed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
uwol committed Mar 29, 2018
1 parent ca691e9 commit f0b125d
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
Expand Up @@ -2,7 +2,7 @@
<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>
<name>ComputationalEconomy</name>
<name>computational-economy</name>
<groupId>io.github.uwol</groupId>
<artifactId>computational-economy</artifactId>
<packaging>jar</packaging>
Expand All @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<finalName>ComputationalEconomy</finalName>
<finalName>computational-economy</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f0b125d

Please sign in to comment.