Skip to content

Commit 1765ee8

Browse files
committed
BAEL-8198: fix artifact name
1 parent c2480ad commit 1765ee8

File tree

1 file changed

+2
-2
lines changed
  • patterns-modules/data-oriented-programming

1 file changed

+2
-2
lines changed

patterns-modules/data-oriented-programming/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55

66
<modelVersion>4.0.0</modelVersion>
7-
<artifactId>clean-architecture</artifactId>
7+
<artifactId>data-oriented-programming</artifactId>
88
<version>1.0</version>
9-
<name>data-oriented-programming</name>
9+
<name>Data-Oriented Programming</name>
1010
<description>Project for Data Oriented Programming in Java</description>
1111

1212
<parent>

0 commit comments

Comments
 (0)