Skip to content

Commit 6c13595

Browse files
authored
Merge pull request #111 from sswguo/deps
Add project name for module npm-identities
2 parents cdb5450 + 0ae07cc commit 6c13595

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

npm-identities/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>atlas-npm-identities</artifactId>
2929

30+
<name>Atlas :: Maven Project-Graph :: NPM Identities Model</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>org.commonjava.atlas</groupId>
@@ -37,4 +39,4 @@
3739
<artifactId>java-semver</artifactId>
3840
</dependency>
3941
</dependencies>
40-
</project>
42+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.commonjava.boms</groupId>
8080
<artifactId>web-commons-bom</artifactId>
81-
<version>30</version>
81+
<version>31</version>
8282
<scope>import</scope>
8383
<type>pom</type>
8484
</dependency>

0 commit comments

Comments
 (0)