Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
contextmapper-ci committed Aug 16, 2023
1 parent 0d7efa2 commit d6daf1f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.ide.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.ide.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.target</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.contextmapper.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.contextmapper.dsl</groupId>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
</parent>
<artifactId>org.contextmapper.dsl</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.contextmapper.dsl</groupId>
<version>6.9.0-SNAPSHOT</version>
<version>6.9.0</version>
<artifactId>org.contextmapper.dsl.parent</artifactId>
<packaging>pom</packaging>

Expand Down Expand Up @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:https://${env.GH_CI_USERNAME}:${env.GH_CI_TOKEN}@github.com/ContextMapper/context-mapper-dsl.git</connection>
<developerConnection>scm:git:https://${env.GH_CI_USERNAME}:${env.GH_CI_TOKEN}@github.com/ContextMapper/context-mapper-dsl.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.9.0</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit d6daf1f

Please sign in to comment.