Rename Javaslang module

This commit is contained in:
pivovarit 2017-01-01 12:30:14 +01:00
parent 4d8949f659
commit a660ae29bb
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>Javaslang</artifactId> <artifactId>javaslang</artifactId>
<version>1.0</version> <version>1.0</version>
<name>Javaslang</name> <name>javaslang</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>