Skip to content

Commit 4def4da

Browse files
committed
[maven-release-plugin] prepare release 0.1.1
1 parent b1c8b82 commit 4def4da

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.1-SNAPSHOT</version>
26+
<version>0.1.1</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.1-SNAPSHOT</version>
24+
<version>0.1.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

modules/scribble-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.1-SNAPSHOT</version>
26+
<version>0.1.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

modules/scribble-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.1-SNAPSHOT</version>
26+
<version>0.1.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

modules/scribble-web-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.1-SNAPSHOT</version>
26+
<version>0.1.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

modules/scribble-web-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.1-SNAPSHOT</version>
26+
<version>0.1.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

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.1-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
<packaging>pom</packaging>
2727
<name>Scribble Web</name>
2828

@@ -69,7 +69,7 @@
6969
<connection>scm:git:[email protected]:scribble/scribble-web.git</connection>
7070
<developerConnection>scm:git:[email protected]:scribble/scribble-web.git</developerConnection>
7171
<url>https://github.com/scribble/scribble-web</url>
72-
<tag>head</tag>
72+
<tag>0.1.1</tag>
7373
</scm>
7474

7575
<dependencyManagement>

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.1-SNAPSHOT</version>
24+
<version>0.1.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)