Skip to content

Commit 7977897

Browse files
committed
Bump project version to 2.1-SNAPSHOT and add MIT license information in pom.xml.
1 parent 04d7760 commit 7977897

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.beehive.gpullama3</groupId>
88
<artifactId>gpu-llama3</artifactId>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>2.1-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>
@@ -70,4 +70,11 @@
7070
</plugin>
7171
</plugins>
7272
</build>
73+
<licenses>
74+
<license>
75+
<name>MIT License</name>
76+
<url>https://opensource.org/licenses/MIT</url>
77+
<distribution>repo</distribution>
78+
</license>
79+
</licenses>
7380
</project>

0 commit comments

Comments
 (0)