Skip to content

Commit

Permalink
Add Maven module names
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyd committed Mar 11, 2024
1 parent 1d75920 commit 342288b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions aaa4j-radius-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>aaa4j-radius-client</artifactId>
<name>AAA4J-RADIUS Client</name>
<dependencies>
<dependency>
<groupId>org.aaa4j.radius</groupId>
Expand Down
1 change: 1 addition & 0 deletions aaa4j-radius-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>aaa4j-radius-core</artifactId>
<name>AAA4J-RADIUS Core</name>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions aaa4j-radius-dictionary-freeradius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>aaa4j-radius-dictionary-freeradius</artifactId>
<name>AAA4J-RADIUS FreeRADIUS Dictionary</name>
<dependencies>
<dependency>
<groupId>org.aaa4j.radius</groupId>
Expand Down
1 change: 1 addition & 0 deletions aaa4j-radius-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>aaa4j-radius-server</artifactId>
<name>AAA4J-RADIUS Server</name>
<dependencies>
<dependency>
<groupId>org.aaa4j.radius</groupId>
Expand Down

0 comments on commit 342288b

Please sign in to comment.