1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>pl.smsapi</groupId>
4 <artifactId>smsapi-lib</artifactId>
5 <packaging>jar</packaging>
6 <version>3.0.2-SNAPSHOT</version>
7 <name>smsapi-lib</name>
8 <url>http://www.smsapi.pl/</url>
9 <description>SMSAPI client library</description>
12 <url>https://github.com/smsapi/smsapi-java-client.git</url>
13 <connection>scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git</connection>
14 <developerConnection>scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git</developerConnection>
15 <tag>v3.0.0-RC13</tag>
20 <name>Apache License, Version 2.0</name>
21 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22 <distribution>repo</distribution>
28 <name>SMSAPI Support Team</name>
29 <email>tech@smsapi.pl</email>
34 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39 <groupId>org.json</groupId>
40 <artifactId>json</artifactId>
41 <version>20231013</version>
44 <groupId>commons-codec</groupId>
45 <artifactId>commons-codec</artifactId>
46 <version>1.10</version>
51 <groupId>junit</groupId>
52 <artifactId>junit</artifactId>
53 <version>4.13.1</version>
57 <groupId>org.hamcrest</groupId>
58 <artifactId>hamcrest-all</artifactId>
59 <version>1.3</version>
68 <directory>src/main/resources-filtered</directory>
69 <filtering>true</filtering>
76 <groupId>org.apache.maven.plugins</groupId>
77 <artifactId>maven-release-plugin</artifactId>
78 <version>3.1.1</version>
80 <tagNameFormat>v@{project.version}</tagNameFormat>
85 <groupId>org.apache.maven.plugins</groupId>
86 <artifactId>maven-compiler-plugin</artifactId>
87 <version>3.13.0</version>
95 <groupId>org.apache.maven.plugins</groupId>
96 <artifactId>maven-source-plugin</artifactId>
97 <version>3.3.1</version>
100 <id>attach-sources</id>
102 <goal>jar-no-fork</goal>
109 <groupId>org.apache.maven.plugins</groupId>
110 <artifactId>maven-javadoc-plugin</artifactId>
111 <version>3.10.0</version>
114 <id>attach-javadocs</id>
122 <doclint>all,-missing</doclint>
127 <groupId>org.apache.maven.plugins</groupId>
128 <artifactId>maven-gpg-plugin</artifactId>
129 <version>3.2.5</version>
132 <id>sign-artifacts</id>
133 <phase>verify</phase>
145 <groupId>org.sonatype.central</groupId>
146 <artifactId>central-publishing-maven-plugin</artifactId>
147 <version>0.5.0</version>
148 <extensions>true</extensions>
150 <publishingServerId>central</publishingServerId>
151 <autoPublish>true</autoPublish>
152 <waitUntil>published</waitUntil>
157 <groupId>org.apache.maven.plugins</groupId>
158 <artifactId>maven-resources-plugin</artifactId>
159 <version>3.3.1</version>
161 <propertiesEncoding>ISO-8859-1</propertiesEncoding>