Skip to content

Commit 84d3d64

Browse files
committed
Prepare pom.xml for deployment to GitHub Packages
1 parent 9ad1a54 commit 84d3d64

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

pom.xml

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

77
<groupId>pl.szelagi</groupId>
88
<artifactId>SessionAPI</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>2.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SessionAPI</name>
@@ -51,6 +51,26 @@
5151
</resources>
5252
</build>
5353

54+
<!-- deploy -->
55+
<distributionManagement>
56+
<repository>
57+
<id>github</id>
58+
<url>https://maven.pkg.github.com/Szelagi/SessionAPI</url>
59+
</repository>
60+
</distributionManagement>
61+
62+
<scm>
63+
<url>https://github.com/Szelagi/SessionAPI</url>
64+
<connection>scm:git:git://github.com/Szelagi/SessionAPI.git</connection>
65+
</scm>
66+
67+
<developers>
68+
<developer>
69+
<id>Szelagi</id>
70+
<name>Kamil Szelągiewicz</name>
71+
</developer>
72+
</developers>
73+
5474
<repositories>
5575
<repository>
5676
<id>papermc-repo</id>
@@ -113,11 +133,12 @@
113133
</exclusions>
114134
</dependency>
115135

116-
<!-- Zaleznosc do javax.annotation -->
136+
<!-- javax.annotation -->
117137
<dependency>
118138
<groupId>javax.annotation</groupId>
119139
<artifactId>javax.annotation-api</artifactId>
120140
<version>1.3.2</version>
121141
</dependency>
122142
</dependencies>
143+
123144
</project>

0 commit comments

Comments
 (0)