Skip to content

Commit 1513479

Browse files
author
Travis CI User
committed
[maven-release-plugin] prepare release v0.0.1
1 parent 9fb5df4 commit 1513479

File tree

9 files changed

+30
-38
lines changed

9 files changed

+30
-38
lines changed

org.contextmapper.dsl.feature/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.feature</artifactId>
109
<packaging>eclipse-feature</packaging>

org.contextmapper.dsl.ide/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.ide</artifactId>
109
<packaging>eclipse-plugin</packaging>

org.contextmapper.dsl.repository/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.repository</artifactId>
109
<packaging>eclipse-repository</packaging>
@@ -35,7 +34,7 @@
3534
</goals>
3635
</pluginExecutionFilter>
3736
<action>
38-
<ignore></ignore>
37+
<ignore />
3938
</action>
4039
</pluginExecution>
4140
</pluginExecutions>

org.contextmapper.dsl.target/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.target</artifactId>
109
<packaging>eclipse-target-definition</packaging>

org.contextmapper.dsl.tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.tests</artifactId>
109
<packaging>eclipse-test-plugin</packaging>

org.contextmapper.dsl.ui.tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.ui.tests</artifactId>
109
<packaging>eclipse-test-plugin</packaging>

org.contextmapper.dsl.ui/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl.ui</artifactId>
109
<packaging>eclipse-plugin</packaging>

org.contextmapper.dsl/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.contextmapper.dsl</groupId>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
87
</parent>
98
<artifactId>org.contextmapper.dsl</artifactId>
109
<packaging>eclipse-plugin</packaging>
@@ -135,7 +134,7 @@
135134
</goals>
136135
</pluginExecutionFilter>
137136
<action>
138-
<ignore></ignore>
137+
<ignore />
139138
</action>
140139
</pluginExecution>
141140
</pluginExecutions>

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.contextmapper.dsl</groupId>
5-
<version>0.0.1-SNAPSHOT</version>
4+
<version>0.0.1</version>
65
<artifactId>org.contextmapper.dsl.parent</artifactId>
76
<packaging>pom</packaging>
87

@@ -15,10 +14,10 @@
1514
<!-- Tycho settings -->
1615
<tycho-version>1.2.0</tycho-version>
1716
<!-- Define overridable properties for tycho-surefire-plugin -->
18-
<platformSystemProperties></platformSystemProperties>
19-
<moduleProperties></moduleProperties>
20-
<systemProperties></systemProperties>
21-
<tycho.testArgLine></tycho.testArgLine>
17+
<platformSystemProperties />
18+
<moduleProperties />
19+
<systemProperties />
20+
<tycho.testArgLine />
2221
<jacoco.reportPath>./target/jacoco.exec</jacoco.reportPath>
2322
</properties>
2423
<modules>
@@ -35,7 +34,8 @@
3534
<scm>
3635
<connection>scm:git:https://${env.GITHUB_USERNAME}:${env.GITHUB_PASSWORD}@github.com/stefan-ka/context-mapping-dsl.git</connection>
3736
<developerConnection>scm:git:https://${env.GITHUB_USERNAME}:${env.GITHUB_PASSWORD}@github.com/stefan-ka/context-mapping-dsl.git</developerConnection>
38-
</scm>
37+
<tag>v0.0.1</tag>
38+
</scm>
3939

4040
<build>
4141
<plugins>
@@ -208,7 +208,7 @@
208208
</goals>
209209
</pluginExecutionFilter>
210210
<action>
211-
<ignore></ignore>
211+
<ignore />
212212
</action>
213213
</pluginExecution>
214214
<pluginExecution>
@@ -230,7 +230,7 @@
230230
</goals>
231231
</pluginExecutionFilter>
232232
<action>
233-
<ignore></ignore>
233+
<ignore />
234234
</action>
235235
</pluginExecution>
236236
<pluginExecution>
@@ -249,7 +249,7 @@
249249
</goals>
250250
</pluginExecutionFilter>
251251
<action>
252-
<ignore></ignore>
252+
<ignore />
253253
</action>
254254
</pluginExecution>
255255
<pluginExecution>
@@ -271,7 +271,7 @@
271271
</goals>
272272
</pluginExecutionFilter>
273273
<action>
274-
<ignore></ignore>
274+
<ignore />
275275
</action>
276276
</pluginExecution>
277277
</pluginExecutions>

0 commit comments

Comments
 (0)