Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsdoc3-1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phasebash committed Aug 7, 2013
1 parent 9db10f4 commit f82b4fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>jsdoc3-rhino</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<licenses>
Expand All @@ -19,7 +18,7 @@

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

<name>JsDoc3 Maven Plugin</name>
<description>A Maven Plugin to Generate JsDoc3 Documentation.</description>
Expand Down Expand Up @@ -61,7 +60,7 @@
<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>
<tag>HEAD</tag>
<tag>jsdoc3-1.0.5</tag>
</scm>

<developers>
Expand Down

0 comments on commit f82b4fb

Please sign in to comment.