File tree 5 files changed +13
-19
lines changed
5 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.exabrial</groupId >
6
6
<artifactId >form-binding-parent</artifactId >
7
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >form-binding-api</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.exabrial</groupId >
6
6
<artifactId >form-binding-parent</artifactId >
7
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >form-binding-jaxrs</artifactId >
15
15
<dependency >
16
16
<groupId >com.github.exabrial</groupId >
17
17
<artifactId >form-binding-api</artifactId >
18
- <version >1.2.0-SNAPSHOT </version >
18
+ <version >1.2.0</version >
19
19
<scope >compile</scope >
20
20
</dependency >
21
21
22
22
<dependency >
23
23
<groupId >com.github.exabrial</groupId >
24
24
<artifactId >form-binding</artifactId >
25
- <version >1.2.0-SNAPSHOT </version >
25
+ <version >1.2.0</version >
26
26
<scope >runtime</scope >
27
27
</dependency >
28
28
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.exabrial</groupId >
6
6
<artifactId >form-binding-parent</artifactId >
7
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >form-binding-test-module</artifactId >
15
15
<dependency >
16
16
<groupId >com.github.exabrial</groupId >
17
17
<artifactId >form-binding-api</artifactId >
18
- <version >1.2.0-SNAPSHOT </version >
18
+ <version >1.2.0</version >
19
19
<scope >compile</scope >
20
20
</dependency >
21
21
</dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project
3
- xmlns=" http://maven.apache.org/POM/4.0.0"
4
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<parent >
8
5
<groupId >com.github.exabrial</groupId >
9
6
<artifactId >form-binding-parent</artifactId >
10
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
11
8
</parent >
12
9
<packaging >jar</packaging >
13
10
<artifactId >form-binding</artifactId >
18
15
<dependency >
19
16
<groupId >com.github.exabrial</groupId >
20
17
<artifactId >form-binding-api</artifactId >
21
- <version >1.2.0-SNAPSHOT </version >
18
+ <version >1.2.0</version >
22
19
<scope >compile</scope >
23
20
</dependency >
24
21
<dependency >
37
34
<dependency >
38
35
<groupId >com.github.exabrial</groupId >
39
36
<artifactId >form-binding-test-module</artifactId >
40
- <version >1.2.0-SNAPSHOT </version >
37
+ <version >1.2.0</version >
41
38
<scope >test</scope >
42
39
</dependency >
43
40
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project
3
- xmlns=" http://maven.apache.org/POM/4.0.0"
4
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<groupId >com.github.exabrial</groupId >
8
5
<artifactId >form-binding-parent</artifactId >
9
- <version >1.2.0-SNAPSHOT </version >
6
+ <version >1.2.0</version >
10
7
<packaging >pom</packaging >
11
8
<description >Form URL Encoding binding</description >
12
9
<name >${project.artifactId} </name >
16
13
<
connection >scm:git:ssh://
[email protected] /exabrial/form-binding.git</
connection >
17
14
<
developerConnection >scm:git:ssh://
[email protected] /exabrial/form-binding.git</
developerConnection >
18
15
<url >https://github.com/exabrial/form-binding/tree/master</url >
19
- <tag >HEAD </tag >
16
+ <tag >form-binding-parent-1.2.0 </tag >
20
17
</scm >
21
18
22
19
<properties >
You can’t perform that action at this time.
0 commit comments