File tree 9 files changed +13
-17
lines changed
org.contextmapper.dsl.feature
org.contextmapper.dsl.ide
org.contextmapper.dsl.repository
org.contextmapper.dsl.target
org.contextmapper.dsl.tests
org.contextmapper.dsl.ui.tests
9 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.feature</artifactId >
9
9
<packaging >eclipse-feature</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.ide</artifactId >
9
9
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<parent >
6
4
<groupId >org.contextmapper.dsl</groupId >
7
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
8
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
9
7
</parent >
10
8
<artifactId >org.contextmapper.dsl.repository</artifactId >
11
9
<packaging >eclipse-repository</packaging >
87
85
<phase >prepare-package</phase >
88
86
<configuration >
89
87
<target >
90
- <ant antfile =" ${basedir}/bintray.ant"
91
- target=" get-composite-metadata" >
88
+ <ant antfile =" ${basedir}/bintray.ant" target =" get-composite-metadata" >
92
89
</ant >
93
90
</target >
94
91
</configuration >
102
99
<phase >verify</phase >
103
100
<configuration >
104
101
<target >
105
- <ant antfile =" ${basedir}/bintray.ant"
106
- target=" push-to-bintray" >
102
+ <ant antfile =" ${basedir}/bintray.ant" target =" push-to-bintray" >
107
103
</ant >
108
104
</target >
109
105
</configuration >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.target</artifactId >
9
9
<packaging >eclipse-target-definition</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.tests</artifactId >
9
9
<packaging >eclipse-test-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.ui.tests</artifactId >
9
9
<packaging >eclipse-test-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.ui</artifactId >
9
9
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >0.0.2-SNAPSHOT </version >
6
+ <version >0.0.2</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl</artifactId >
9
9
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 1
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/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.contextmapper.dsl</groupId >
4
- <version >0.0.2-SNAPSHOT </version >
4
+ <version >0.0.2</version >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
6
<packaging >pom</packaging >
7
7
35
35
<scm >
36
36
<connection >scm:git:https://${env.GITHUB_USERNAME} :${env.GITHUB_PASSWORD} @github.com/stefan-ka/context-mapping-dsl.git</connection >
37
37
<developerConnection >scm:git:https://${env.GITHUB_USERNAME} :${env.GITHUB_PASSWORD} @github.com/stefan-ka/context-mapping-dsl.git</developerConnection >
38
- <tag >HEAD </tag >
38
+ <tag >v0.0.2 </tag >
39
39
</scm >
40
40
41
41
<build >
You can’t perform that action at this time.
0 commit comments