Skip to content

Commit b43de60

Browse files
committed
[maven-release-plugin] prepare release 0.1.2
1 parent c1037e0 commit b43de60

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

backend/scribble-web-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble.tools.web</groupId>
2525
<artifactId>scribble-web-parent</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.scribble.tools.web</groupId>
2323
<artifactId>scribble-web-parent</artifactId>
24-
<version>0.1.2-SNAPSHOT</version>
24+
<version>0.1.2</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.scribble.tools.web</groupId>
2424
<artifactId>scribble-web-parent</artifactId>
25-
<version>0.1.2-SNAPSHOT</version>
25+
<version>0.1.2</version>
2626
<packaging>pom</packaging>
2727
<name>Scribble Web</name>
2828

@@ -68,7 +68,7 @@
6868
<connection>scm:git:[email protected]:scribble/scribble-web.git</connection>
6969
<developerConnection>scm:git:[email protected]:scribble/scribble-web.git</developerConnection>
7070
<url>https://github.com/scribble/scribble-web</url>
71-
<tag>head</tag>
71+
<tag>0.1.2</tag>
7272
</scm>
7373

7474
<dependencyManagement>

tools/scribble-tools-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble.tools.web</groupId>
2525
<artifactId>scribble-web-parent</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

tools/scribble-tools-cm-filesystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble.tools.web</groupId>
2525
<artifactId>scribble-web-parent</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

tools/scribble-tools-cm-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble.tools.web</groupId>
2525
<artifactId>scribble-web-parent</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

tools/scribble-tools-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble.tools.web</groupId>
2525
<artifactId>scribble-web-parent</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.scribble.tools.web</groupId>
2323
<artifactId>scribble-web-parent</artifactId>
24-
<version>0.1.2-SNAPSHOT</version>
24+
<version>0.1.2</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)