Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 6494134

Browse files
author
Justin Grant
committed
[maven-release-plugin] prepare for next development iteration
1 parent 60496c8 commit 6494134

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

closure-compiler-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>closure-compiler-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

closure-testing-library/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>closure-testing-library</artifactId>
99
<packaging>jar</packaging>

closure-testing-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>closure-testing-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

closure-testing-report-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>closure-testing-report-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

jsar-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jlgrock.javascript-framework</groupId>
66
<artifactId>maven-javascript-framework-plugins</artifactId>
7-
<version>1.18.3</version>
7+
<version>1.18.4-SNAPSHOT</version>
88
</parent>
99
<artifactId>jsar-maven-plugin</artifactId>
1010
<packaging>maven-plugin</packaging>

jsdependency-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>jsdependency-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

jsdocs-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>jsdocs-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>
@@ -205,7 +205,7 @@
205205
<url>http://github.com/andygibson/${github.project.name}</url>
206206
<connection>scm:git:git://github.com/jlgrock/${github.project.name}.git</connection>
207207
<developerConnection>scm:git:[email protected]:jlgrock/${github.project.name}.git</developerConnection>
208-
<tag>maven-javascript-framework-plugins-1.18.3</tag>
208+
<tag>HEAD</tag>
209209
</scm>
210210

211211
<ciManagement>

jspreprocessor-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>jspreprocessor-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:git://github.com/jlgrock/JavascriptFramework/jspreprocessor-maven-plugin</connection>
4444
<developerConnection>scm:git:git://github.com/jlgrock/JavascriptFramework/jspreprocessor-maven-plugin</developerConnection>
4545
<url>https://github.com/jlgrock/JavascriptFramework</url>
46-
<tag>maven-javascript-framework-plugins-1.18.3</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848
<issueManagement>
4949
<system>GitHub Issues</system>

maven-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.github.jlgrock.javascript-framework</groupId>
44
<artifactId>maven-javascript-framework-plugins</artifactId>
5-
<version>1.18.3</version>
5+
<version>1.18.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>maven-utils</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.github.jlgrock.javascript-framework</groupId>
1212
<artifactId>maven-javascript-framework-plugins</artifactId>
13-
<version>1.18.3</version>
13+
<version>1.18.4-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>JavaScript Framework</name>
1616
<description>A compilation of javascript plugins written for the explicit purpose to work well with the Google Closure Compiler and the Google Closure Library</description>
@@ -400,7 +400,7 @@
400400
<url>http://github.com/jlgrock/${github.project.name}</url>
401401
<connection>scm:git:git://github.com/jlgrock/${github.project.name}.git</connection>
402402
<developerConnection>scm:git:[email protected]:jlgrock/${github.project.name}.git</developerConnection>
403-
<tag>maven-javascript-framework-plugins-1.18.3</tag>
403+
<tag>HEAD</tag>
404404
</scm>
405405

406406
<ciManagement>

source-archive-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>source-archive-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

source-overlay-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.jlgrock.javascript-framework</groupId>
55
<artifactId>maven-javascript-framework-plugins</artifactId>
6-
<version>1.18.3</version>
6+
<version>1.18.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>source-overlay-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

0 commit comments

Comments
 (0)