File tree 9 files changed +12
-12
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 +12
-12
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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 3
3
<parent >
4
4
<groupId >org.contextmapper.dsl</groupId >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
- <version >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.repository</artifactId >
9
9
<packaging >eclipse-repository</packaging >
95
95
<configuration >
96
96
<target >
97
97
<ant antfile =" ${basedir}/bintray.ant" target =" get-composite-metadata" >
98
- <reference torefid =" maven.runtime.classpath" refid =" maven.runtime.classpath" />
98
+ <reference torefid =" maven.runtime.classpath" refid =" maven.runtime.classpath" />
99
99
</ant >
100
100
</target >
101
101
</configuration >
110
110
<configuration >
111
111
<target >
112
112
<ant antfile =" ${basedir}/bintray.ant" target =" push-to-bintray" >
113
- <reference torefid =" maven.runtime.classpath" refid =" maven.runtime.classpath" />
113
+ <reference torefid =" maven.runtime.classpath" refid =" maven.runtime.classpath" />
114
114
</ant >
115
115
</target >
116
116
</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
6
+ <version >5.6.3</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 >5.6.3-SNAPSHOT </version >
4
+ <version >5.6.3</version >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
6
<packaging >pom</packaging >
7
7
36
36
<scm >
37
37
<connection >scm:git:https://${env.GITHUB_USERNAME} :${env.GITHUB_PASSWORD} @github.com/ContextMapper/context-mapper-dsl.git</connection >
38
38
<developerConnection >scm:git:https://${env.GITHUB_USERNAME} :${env.GITHUB_PASSWORD} @github.com/ContextMapper/context-mapper-dsl.git</developerConnection >
39
- <tag >HEAD </tag >
39
+ <tag >v5.6.3 </tag >
40
40
</scm >
41
41
42
42
<build >
You can’t perform that action at this time.
0 commit comments