File tree 10 files changed +18
-18
lines changed
org.contextmapper.dsl.feature
org.contextmapper.dsl.ide
org.contextmapper.dsl.ide.tests
org.contextmapper.dsl.repository
org.contextmapper.dsl.target
org.contextmapper.dsl.tests
org.contextmapper.dsl.ui.tests
10 files changed +18
-18
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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.ide.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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl.repository</artifactId >
9
9
<packaging >eclipse-repository</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</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 >6.7.0-SNAPSHOT </version >
6
+ <version >6.7.0</version >
7
7
</parent >
8
8
<artifactId >org.contextmapper.dsl</artifactId >
9
9
<packaging >eclipse-plugin</packaging >
134
134
</goals >
135
135
</pluginExecutionFilter >
136
136
<action >
137
- <ignore ></ ignore >
137
+ <ignore / >
138
138
</action >
139
139
</pluginExecution >
140
140
</pluginExecutions >
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 >6.7.0-SNAPSHOT </version >
4
+ <version >6.7.0</version >
5
5
<artifactId >org.contextmapper.dsl.parent</artifactId >
6
6
<packaging >pom</packaging >
7
7
14
14
<!-- Tycho settings -->
15
15
<tycho-version >2.7.5</tycho-version >
16
16
<!-- Define overridable properties for tycho-surefire-plugin -->
17
- <platformSystemProperties ></ platformSystemProperties >
18
- <moduleProperties ></ moduleProperties >
19
- <systemProperties ></ systemProperties >
20
- <additionalTestArguments ></ additionalTestArguments >
17
+ <platformSystemProperties / >
18
+ <moduleProperties / >
19
+ <systemProperties / >
20
+ <additionalTestArguments / >
21
21
<maven-antrun-plugin .version>3.1.0</maven-antrun-plugin .version>
22
22
</properties >
23
23
<modules >
35
35
<scm >
36
36
<connection >scm:git:https://${env.GH_CI_USERNAME} :${env.GH_CI_TOKEN} @github.com/ContextMapper/context-mapper-dsl.git</connection >
37
37
<developerConnection >scm:git:https://${env.GH_CI_USERNAME} :${env.GH_CI_TOKEN} @github.com/ContextMapper/context-mapper-dsl.git</developerConnection >
38
- <tag >HEAD </tag >
38
+ <tag >v6.7.0 </tag >
39
39
</scm >
40
40
41
41
<dependencyManagement >
244
244
</goals >
245
245
</pluginExecutionFilter >
246
246
<action >
247
- <ignore ></ ignore >
247
+ <ignore / >
248
248
</action >
249
249
</pluginExecution >
250
250
</pluginExecutions >
380
380
</profile >
381
381
</profiles >
382
382
383
- <dependencies ></ dependencies >
383
+ <dependencies / >
384
384
</project >
You can’t perform that action at this time.
0 commit comments