File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >pl.szelagi</groupId >
8
8
<artifactId >SessionAPI</artifactId >
9
- <version >1.0 -SNAPSHOT</version >
9
+ <version >2.1 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >SessionAPI</name >
51
51
</resources >
52
52
</build >
53
53
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
+
54
74
<repositories >
55
75
<repository >
56
76
<id >papermc-repo</id >
113
133
</exclusions >
114
134
</dependency >
115
135
116
- <!-- Zaleznosc do javax.annotation -->
136
+ <!-- javax.annotation -->
117
137
<dependency >
118
138
<groupId >javax.annotation</groupId >
119
139
<artifactId >javax.annotation-api</artifactId >
120
140
<version >1.3.2</version >
121
141
</dependency >
122
142
</dependencies >
143
+
123
144
</project >
You can’t perform that action at this time.
0 commit comments