Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scriptella-parent-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejboy committed Oct 4, 2019
1 parent 75972fb commit 51c1086
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>scriptella-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>scriptella-drivers</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.scriptella</groupId>
<artifactId>scriptella-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<packaging>pom</packaging>

<name>Scriptella</name>
Expand Down Expand Up @@ -62,7 +62,8 @@
<connection>scm:git:git://github.com/scriptella/scriptella-etl.git</connection>
<developerConnection>scm:git:git@github.com:scriptella/scriptella-etl.git</developerConnection>
<url>https://github.com/scriptella/scriptella-etl/tree/master</url>
</scm>
<tag>scriptella-parent-1.2</tag>
</scm>
<issueManagement>
<url>https://github.com/scriptella/scriptella-etl/issues</url>
<system>GitHub Issues</system>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>scriptella-tools</artifactId>
Expand Down

0 comments on commit 51c1086

Please sign in to comment.