Skip to content

Commit e3a6bd2

Browse files
author
Travis CI User
committed
[maven-release-plugin] prepare release v0.0.2
1 parent 5e80191 commit e3a6bd2

File tree

9 files changed

+13
-17
lines changed

9 files changed

+13
-17
lines changed

org.contextmapper.dsl.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.feature</artifactId>
99
<packaging>eclipse-feature</packaging>

org.contextmapper.dsl.ide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.ide</artifactId>
99
<packaging>eclipse-plugin</packaging>

org.contextmapper.dsl.repository/pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>org.contextmapper.dsl</groupId>
75
<artifactId>org.contextmapper.dsl.parent</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
97
</parent>
108
<artifactId>org.contextmapper.dsl.repository</artifactId>
119
<packaging>eclipse-repository</packaging>
@@ -87,8 +85,7 @@
8785
<phase>prepare-package</phase>
8886
<configuration>
8987
<target>
90-
<ant antfile="${basedir}/bintray.ant"
91-
target="get-composite-metadata">
88+
<ant antfile="${basedir}/bintray.ant" target="get-composite-metadata">
9289
</ant>
9390
</target>
9491
</configuration>
@@ -102,8 +99,7 @@
10299
<phase>verify</phase>
103100
<configuration>
104101
<target>
105-
<ant antfile="${basedir}/bintray.ant"
106-
target="push-to-bintray">
102+
<ant antfile="${basedir}/bintray.ant" target="push-to-bintray">
107103
</ant>
108104
</target>
109105
</configuration>

org.contextmapper.dsl.target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.target</artifactId>
99
<packaging>eclipse-target-definition</packaging>

org.contextmapper.dsl.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.tests</artifactId>
99
<packaging>eclipse-test-plugin</packaging>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.ui.tests</artifactId>
99
<packaging>eclipse-test-plugin</packaging>

org.contextmapper.dsl.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl.ui</artifactId>
99
<packaging>eclipse-plugin</packaging>

org.contextmapper.dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.contextmapper.dsl</groupId>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<artifactId>org.contextmapper.dsl</artifactId>
99
<packaging>eclipse-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.contextmapper.dsl</groupId>
4-
<version>0.0.2-SNAPSHOT</version>
4+
<version>0.0.2</version>
55
<artifactId>org.contextmapper.dsl.parent</artifactId>
66
<packaging>pom</packaging>
77

@@ -35,7 +35,7 @@
3535
<scm>
3636
<connection>scm:git:https://${env.GITHUB_USERNAME}:${env.GITHUB_PASSWORD}@github.com/stefan-ka/context-mapping-dsl.git</connection>
3737
<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>
3939
</scm>
4040

4141
<build>

0 commit comments

Comments
 (0)