|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<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/xsd/maven-4.0.0.xsd"> |
5 | 3 | <modelVersion>4.0.0</modelVersion>
|
6 | 4 | <groupId>com.github.exabrial</groupId>
|
7 | 5 | <artifactId>form-binding-parent</artifactId>
|
8 |
| - <version>1.3.0-SNAPSHOT</version> |
| 6 | + <version>1.3.0</version> |
9 | 7 | <packaging>pom</packaging>
|
10 | 8 | <description>Form URL Encoding binding</description>
|
11 | 9 | <name>${project.artifactId}</name>
|
|
15 | 13 | < connection>scm:git:ssh:// [email protected]/exabrial/form-binding.git</ connection>
|
16 | 14 | < developerConnection>scm:git:ssh:// [email protected]/exabrial/form-binding.git</ developerConnection>
|
17 | 15 | <url>https://github.com/exabrial/form-binding/tree/master</url>
|
18 |
| - <tag>HEAD</tag> |
| 16 | + <tag>form-binding-parent-1.3.0</tag> |
19 | 17 | </scm>
|
20 | 18 |
|
21 | 19 | <properties>
|
|
161 | 159 | <dependency>
|
162 | 160 | <groupId>com.github.exabrial</groupId>
|
163 | 161 | <artifactId>form-binding-api</artifactId>
|
164 |
| - <version>1.3.0-SNAPSHOT</version> |
| 162 | + <version>1.3.0</version> |
165 | 163 | </dependency>
|
166 | 164 | <dependency>
|
167 | 165 | <groupId>com.github.exabrial</groupId>
|
168 | 166 | <artifactId>form-binding-test-module</artifactId>
|
169 |
| - <version>1.3.0-SNAPSHOT</version> |
| 167 | + <version>1.3.0</version> |
170 | 168 | </dependency>
|
171 | 169 | <dependency>
|
172 | 170 | <groupId>com.github.exabrial</groupId>
|
173 | 171 | <artifactId>form-binding</artifactId>
|
174 |
| - <version>1.3.0-SNAPSHOT</version> |
| 172 | + <version>1.3.0</version> |
175 | 173 | </dependency>
|
176 | 174 | <dependency>
|
177 | 175 | <groupId>com.github.exabrial</groupId>
|
178 | 176 | <artifactId>form-binding-jaxrs</artifactId>
|
179 |
| - <version>1.3.0-SNAPSHOT</version> |
| 177 | + <version>1.3.0</version> |
180 | 178 | </dependency>
|
181 | 179 |
|
182 | 180 | <dependency>
|
|
0 commit comments