Skip to content

Commit 45887d4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d7ca8b0 commit 45887d4

File tree

8 files changed

+11
-11
lines changed

8 files changed

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

dist/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
limitations under the License.
1818
1919
-->
20-
<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">
20+
<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">
2121
<parent>
2222
<groupId>org.scribble.tools.web</groupId>
2323
<artifactId>scribble-web-parent</artifactId>
24-
<version>0.1.0</version>
24+
<version>0.1.1-SNAPSHOT</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.0</version>
26+
<version>0.1.1-SNAPSHOT</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.0</version>
26+
<version>0.1.1-SNAPSHOT</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.0</version>
26+
<version>0.1.1-SNAPSHOT</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.0</version>
26+
<version>0.1.1-SNAPSHOT</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.0</version>
25+
<version>0.1.1-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727
<name>Scribble Web</name>
2828

@@ -56,7 +56,7 @@
5656
<connection>scm:git:[email protected]:scribble/scribble-web.git</connection>
5757
<developerConnection>scm:git:[email protected]:scribble/scribble-web.git</developerConnection>
5858
<url>https://github.com/scribble/scribble-web</url>
59-
<tag>0.1.0</tag>
59+
<tag>head</tag>
6060
</scm>
6161

6262
<dependencyManagement>

ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
limitations under the License.
1818
1919
-->
20-
<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">
20+
<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">
2121
<parent>
2222
<groupId>org.scribble.tools.web</groupId>
2323
<artifactId>scribble-web-parent</artifactId>
24-
<version>0.1.0</version>
24+
<version>0.1.1-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)