Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsdoc3-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phasebash committed May 23, 2013
1 parent 65a942d commit d362100
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jsdoc3-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jsdoc3-maven-plugin</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3-rhino</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion jsdoc3-rhino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jsdoc3-rhino</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

<name>JsDoc3 Maven Plugin</name>
<description>A Maven Plugin to Generate JsDoc3 Documentation.</description>
Expand Down Expand Up @@ -58,7 +58,8 @@
<connection>scm:git:git@github.com:phasebash/jsdoc3-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:phasebash/jsdoc3-maven-plugin.git</developerConnection>
<url>git@github.com:phasebash/jsdoc3-maven-plugin.git</url>
</scm>
<tag>jsdoc3-1.0.4</tag>
</scm>

<developers>
<developer>
Expand Down

0 comments on commit d362100

Please sign in to comment.