Skip to content

Commit

Permalink
[maven-release-plugin] prepare release drools-framework-parent-1.1.0.…
Browse files Browse the repository at this point in the history
…17-1
  • Loading branch information
samuelMangot committed Jan 31, 2014
1 parent aa11080 commit 6047cd3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion drools-framework-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.chtijbug.drools</groupId>
<artifactId>drools-framework-parent</artifactId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion drools-framework-rest-guvnor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>drools-framework-parent</artifactId>
<groupId>org.chtijbug.drools</groupId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drools-framework-runtime-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.chtijbug.drools</groupId>
<artifactId>drools-framework-parent</artifactId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion drools-framework-runtime-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>drools-framework-parent</artifactId>
<groupId>org.chtijbug.drools</groupId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>

<artifactId>drools-framework-runtime-entity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drools-framework-runtime-supervision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>drools-framework-parent</artifactId>
<groupId>org.chtijbug.drools</groupId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>
<artifactId>drools-framework-runtime-supervision</artifactId>
<name>runtime supervision project</name>
Expand Down
2 changes: 1 addition & 1 deletion drools-service-runner-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.chtijbug.drools</groupId>
<artifactId>drools-framework-parent</artifactId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>

<artifactId>drools-service-runner-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-guvnor-install-pojo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>drools-framework-parent</artifactId>
<groupId>org.chtijbug.drools</groupId>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.chtijbug.drools</groupId>
<artifactId>drools-framework-parent</artifactId>
<name>drools framework parent</name>
<version>1.1.0.17-1-SNAPSHOT</version>
<version>1.1.0.17-1</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -43,7 +43,8 @@
<connection>scm:git:git@github.com:chtiJBUG/drools-framework.git</connection>
<url>scm:git:git@github.com:chtiJBUG/drools-framework.git</url>
<developerConnection>scm:git:git@github.com:chtiJBUG/drools-framework.git</developerConnection>
</scm>
<tag>drools-framework-parent-1.1.0.17-1</tag>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://chtijbug.atlassian.net/</url>
Expand Down

0 comments on commit 6047cd3

Please sign in to comment.