|
11 | 11 | <parent> |
12 | 12 | <groupId>com.bernardomg.maven</groupId> |
13 | 13 | <artifactId>base-pom</artifactId> |
14 | | - <version>1.4.0</version> |
| 14 | + <version>1.4.2</version> |
15 | 15 | </parent> |
16 | 16 |
|
17 | 17 | <!-- ********************************************** --> |
|
20 | 20 |
|
21 | 21 | <groupId>com.bernardomg.tabletop</groupId> |
22 | 22 | <artifactId>dice-cli</artifactId> |
23 | | - <version>1.2.0</version> |
| 23 | + <version>1.2.1</version> |
24 | 24 | <packaging>jar</packaging> |
25 | 25 |
|
26 | 26 | <name>Dice Notation Tools CLI</name> |
|
58 | 58 | <notifiers /> |
59 | 59 | </ciManagement> |
60 | 60 |
|
61 | | - <distributionManagement> |
62 | | - <repository> |
63 | | - <uniqueVersion>false</uniqueVersion> |
64 | | - <id>releases</id> |
65 | | - <name>Releases Repository</name> |
66 | | - <url>https://api.bintray.com/maven/bernardo-mg/maven/dice-notation-java-cli</url> |
67 | | - </repository> |
68 | | - <snapshotRepository> |
69 | | - <uniqueVersion>false</uniqueVersion> |
70 | | - <id>snapshots</id> |
71 | | - <name>Snapshots Repository</name> |
72 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
73 | | - </snapshotRepository> |
74 | | - </distributionManagement> |
75 | | - |
76 | 61 | <!-- ********************************************** --> |
77 | 62 | <!-- ****************** PROFILES ****************** --> |
78 | 63 | <!-- ********************************************** --> |
|
131 | 116 | <maven.test.skip>true</maven.test.skip> |
132 | 117 | </properties> |
133 | 118 | </profile> |
| 119 | + <profile> |
| 120 | + <!-- Github deployment profile. --> |
| 121 | + <id>deployment-github</id> |
| 122 | + <distributionManagement> |
| 123 | + <repository> |
| 124 | + <!-- Github repository --> |
| 125 | + <id>github</id> |
| 126 | + <name>GitHub Packages</name> |
| 127 | + <url>https://maven.pkg.github.com/Bernardo-MG/dice-notation-java-cli</url> |
| 128 | + </repository> |
| 129 | + </distributionManagement> |
| 130 | + </profile> |
134 | 131 | </profiles> |
135 | 132 |
|
136 | 133 | <!-- ********************************************** --> |
|
174 | 171 | <!-- ============================================== --> |
175 | 172 | <!-- =========== DEPENDENCIES VERSIONS ============ --> |
176 | 173 | <!-- ============================================== --> |
177 | | - <dice.version>2.1.0</dice.version> |
178 | | - <guava.version>30.1-jre</guava.version> |
| 174 | + <dice.version>2.1.2</dice.version> |
| 175 | + <guava.version>30.1.1-jre</guava.version> |
179 | 176 | <junit.jupiter.version>5.7.1</junit.jupiter.version> |
180 | | - <mockito.version>3.7.7</mockito.version> |
| 177 | + <mockito.version>3.11.0</mockito.version> |
181 | 178 | <picocli.version>4.6.1</picocli.version> |
182 | | - <log4j.version>2.14.0</log4j.version> |
| 179 | + <log4j.version>2.14.1</log4j.version> |
183 | 180 | <slf4j.version>1.7.30</slf4j.version> |
184 | 181 | <spring.boot.version>2.4.3</spring.boot.version> |
185 | 182 | <!-- ============================================== --> |
|
189 | 186 | <!-- ============================================== --> |
190 | 187 | <!-- ================= MAVEN SITE ================= --> |
191 | 188 | <!-- ============================================== --> |
192 | | - <site.skin.version>2.0.11</site.skin.version> |
| 189 | + <site.skin.version>2.2.0</site.skin.version> |
| 190 | + <githubArtifactURL><![CDATA[https://github.com/Bernardo-MG?tab=packages&repo_name=dice-notation-java-cli]]></githubArtifactURL> |
193 | 191 | <!-- ============================================== --> |
194 | 192 | <!-- ================= EXECUTABLE ================= --> |
195 | 193 | <!-- ============================================== --> |
|
0 commit comments