|
6 | 6 |
|
7 | 7 | <groupId>com.safeheron</groupId> |
8 | 8 | <artifactId>api-sdk-java</artifactId> |
9 | | - <version>1.0.3</version> |
| 9 | + <version>1.0.4</version> |
10 | 10 | <name>api-sdk-java</name> |
11 | 11 | <description>Java SDK for Safeheron API</description> |
12 | 12 | <url>https://github.com/Safeheron/safeheron-api-sdk-java</url> |
13 | 13 | <packaging>jar</packaging> |
14 | 14 |
|
15 | 15 | <licenses> |
16 | 16 | <license> |
17 | | - <name>The Apache Software License, Version 2.0</name> |
18 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 17 | + <name>MIT License</name> |
| 18 | + <url>https://github.com/Safeheron/safeheron-api-sdk-java/blob/main/LICENSE</url> |
| 19 | + <distribution>repo</distribution> |
19 | 20 | </license> |
20 | 21 | </licenses> |
21 | 22 |
|
| 23 | + <developers> |
| 24 | + <developer> |
| 25 | + <name>Safeheron Support</name> |
| 26 | + <email>support@safeheron.com</email> |
| 27 | + <organization>Safeheron</organization> |
| 28 | + <organizationUrl>https://safeheron.com</organizationUrl> |
| 29 | + <roles> |
| 30 | + <role>Project Manager</role> |
| 31 | + <role>Architect</role> |
| 32 | + </roles> |
| 33 | + </developer> |
| 34 | + </developers> |
| 35 | + |
22 | 36 | <scm> |
23 | 37 | <connection>https://github.com/Safeheron/safeheron-api-sdk-java.git</connection> |
24 | 38 | <developerConnection>scm:git:ssh://git@github.com:Safeheron/safeheron-api-sdk-java.git |
|
100 | 114 | <dependency> |
101 | 115 | <groupId>org.apache.commons</groupId> |
102 | 116 | <artifactId>commons-lang3</artifactId> |
103 | | - <version>3.9</version> |
| 117 | + <version>3.18.0</version> |
104 | 118 | <scope>provided</scope> |
105 | 119 | </dependency> |
106 | 120 | <dependency> |
|
130 | 144 | <dependency> |
131 | 145 | <groupId>org.yaml</groupId> |
132 | 146 | <artifactId>snakeyaml</artifactId> |
133 | | - <version>1.33</version> |
| 147 | + <version>2.4</version> |
134 | 148 | <scope>test</scope> |
135 | 149 | </dependency> |
136 | 150 | </dependencies> |
|
147 | 161 | <autoPublish>true</autoPublish> |
148 | 162 | </configuration> |
149 | 163 | </plugin> |
| 164 | + <plugin> |
| 165 | + <groupId>org.apache.maven.plugins</groupId> |
| 166 | + <artifactId>maven-source-plugin</artifactId> |
| 167 | + <version>2.2.1</version> |
| 168 | + <executions> |
| 169 | + <execution> |
| 170 | + <id>attach-sources</id> |
| 171 | + <goals> |
| 172 | + <goal>jar-no-fork</goal> |
| 173 | + </goals> |
| 174 | + </execution> |
| 175 | + </executions> |
| 176 | + </plugin> |
150 | 177 | <plugin> |
151 | 178 | <groupId>org.apache.maven.plugins</groupId> |
152 | 179 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments