Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit e83049c

Browse files
committed
up the version ⬆, and add mode info😊
1 parent 0fbbb6e commit e83049c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66

77
<groupId>com.anas.jdosattacker</groupId>
88
<artifactId>JDosAttacker</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
10+
<description>A Simple dos attack program implementation using java</description>
11+
12+
<licenses>
13+
<license>
14+
<name>Mozilla Public License 2.0</name>
15+
<url>http://www.mozilla.org/MPL/2.0/</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
1019

1120
<dependencies>
1221
<dependency>
@@ -27,4 +36,4 @@
2736
<sonar.organization>anas-elgarhy</sonar.organization>
2837
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2938
</properties>
30-
</project>
39+
</project>

0 commit comments

Comments
 (0)