|
7 | 7 | <parent>
|
8 | 8 | <groupId>at.favre.lib</groupId>
|
9 | 9 | <artifactId>common-parent</artifactId>
|
10 |
| - <version>15</version> |
| 10 | + <version>18</version> |
11 | 11 | </parent>
|
12 | 12 |
|
13 | 13 | <artifactId>hkdf</artifactId>
|
|
23 | 23 | <url>https://github.com/patrickfav/hkdf</url>
|
24 | 24 | <inceptionYear>2017</inceptionYear>
|
25 | 25 |
|
26 |
| - <repositories> |
27 |
| - <repository> |
28 |
| - <id>central</id> |
29 |
| - <name>Maven Central</name> |
30 |
| - <url>https://repo1.maven.org/maven2</url> |
31 |
| - <snapshots> |
32 |
| - <enabled>false</enabled> |
33 |
| - </snapshots> |
34 |
| - </repository> |
35 |
| - </repositories> |
36 |
| - |
37 |
| - <pluginRepositories> |
38 |
| - <pluginRepository> |
39 |
| - <id>central</id> |
40 |
| - <name>Maven Central</name> |
41 |
| - <url>https://repo1.maven.org/maven2</url> |
42 |
| - <snapshots> |
43 |
| - <enabled>false</enabled> |
44 |
| - </snapshots> |
45 |
| - </pluginRepository> |
46 |
| - </pluginRepositories> |
47 |
| - |
48 | 26 | <build>
|
49 | 27 | <plugins>
|
50 | 28 | <plugin>
|
|
121 | 99 | <dependency>
|
122 | 100 | <groupId>junit</groupId>
|
123 | 101 | <artifactId>junit</artifactId>
|
124 |
| - <version>4.13.2</version> |
125 | 102 | <scope>test</scope>
|
126 | 103 | </dependency>
|
127 | 104 | <dependency>
|
|
143 | 120 | </dependency>
|
144 | 121 | </dependencies>
|
145 | 122 |
|
146 |
| - <distributionManagement> |
147 |
| - <repository> |
148 |
| - <id>ossrh</id> |
149 |
| - <name>Central Repository OSSRH</name> |
150 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
151 |
| - </repository> |
152 |
| - </distributionManagement> |
153 |
| - |
154 | 123 | <scm>
|
155 |
| - <connection>https://github.com/patrickfav/hkdf.git</connection> |
156 |
| - <developerConnection>https://github.com/patrickfav/hkdf.git</developerConnection> |
157 |
| - <tag>HEAD</tag> |
| 124 | + <connection>scm:git:https://github.com/patrickfav/hkdf.git</connection> |
| 125 | + <developerConnection>scm:git:https://github.com/patrickfav/hkdf.git</developerConnection> |
158 | 126 | <url>https://github.com/patrickfav/hkdf</url>
|
159 | 127 | </scm>
|
160 | 128 |
|
|
164 | 132 | </issueManagement>
|
165 | 133 |
|
166 | 134 | <ciManagement>
|
167 |
| - <system>Travis</system> |
168 |
| - <url>https://travis-ci.com/patrickfav/hkdf</url> |
| 135 | + <system>Github Actions</system> |
| 136 | + <url>https://github.com/patrickfav/hkdf/actions</url> |
169 | 137 | </ciManagement>
|
170 | 138 | </project>
|
0 commit comments