Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasheelankumar committed Dec 21, 2018
1 parent 1788794 commit 5e386c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions maven/master-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<artifactId>jsf-extensions-master</artifactId>
<packaging>pom</packaging>
<name>Master POM</name>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<description>This is a master POM that is meant to be used by the various jsf-extensions modules. It contains information that is
common to all projects.</description>
<url>https://jsf-extensions.dev.java.net/</url>
Expand Down Expand Up @@ -144,7 +144,7 @@
<connection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</connection>
<developerConnection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</developerConnection>
<url>https://github.com/javaee/jsf-extensions</url>
<tag>jsf-extensions-0.1.1</tag>
<tag>HEAD</tag>
</scm>
<organization>
<name>Sun Microsystems, Inc</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
<parent>
<groupId>com.sun.faces.extensions.maven</groupId>
<artifactId>jsf-extensions-master</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>maven/master-pom/pom.xml</relativePath>
</parent>

<groupId>com.sun.faces.extensions</groupId>
<artifactId>jsf-extensions</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>

Expand All @@ -68,7 +68,7 @@
<connection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</connection>
<developerConnection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</developerConnection>
<url>https://github.com/javaee/jsf-extensions</url>
<tag>jsf-extensions-0.1.1</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>com.sun.faces.extensions</groupId>
<artifactId>jsf-extensions-dynamic-faces</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>
Expand Down
6 changes: 3 additions & 3 deletions run-time/avatar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
<parent>
<groupId>com.sun.faces.extensions.maven</groupId>
<artifactId>jsf-extensions-master</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../maven/master-pom/pom.xml</relativePath>
</parent>

<scm>
<connection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</connection>
<developerConnection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</developerConnection>
<url>https://github.com/javaee/jsf-extensions</url>
<tag>jsf-extensions-0.1.1</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down Expand Up @@ -211,7 +211,7 @@
<dependency>
<groupId>com.sun.faces.extensions</groupId>
<artifactId>jsf-extensions-common</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions run-time/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
<parent>
<groupId>com.sun.faces.extensions.maven</groupId>
<artifactId>jsf-extensions-master</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../maven/master-pom/pom.xml</relativePath>
</parent>

<scm>
<connection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</connection>
<developerConnection>scm:git:ssh://[email protected]/javaee/jsf-extensions.git</developerConnection>
<url>https://github.com/javaee/jsf-extensions</url>
<tag>jsf-extensions-0.1.1</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down

0 comments on commit 5e386c0

Please sign in to comment.