Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsdoc3-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phasebash committed May 1, 2013
1 parent d820440 commit 0fd0ebf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
14 changes: 5 additions & 9 deletions jsdoc3-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>

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

<artifactId>jsdoc3-maven-plugin</artifactId>
Expand Down Expand Up @@ -121,16 +119,14 @@
<configuration>
<target>
<echo message="unpacking jsdoc3 zip and removing binaries" />
<unzip src="${project.build.directory}/jsdoc3/master.zip"
dest="${project.build.directory}/jsdoc3/" />
<unzip src="${project.build.directory}/jsdoc3/master.zip" dest="${project.build.directory}/jsdoc3/" />

<!--<delete>-->
<!--<fileset dir="${project.build.directory}/jsdoc3/jsdoc-master"-->
<!--includes="**/*.jar"/>-->
<!--includes="**/*.jar" />-->
<!--</delete>-->

<zip destfile="${project.build.directory}/classes/com/github/jsdoc3/master.zip"
basedir="${project.build.directory}/jsdoc3/jsdoc-master"/>
<zip destfile="${project.build.directory}/classes/com/github/jsdoc3/master.zip" basedir="${project.build.directory}/jsdoc3/jsdoc-master" />
</target>
</configuration>
<goals>
Expand Down
12 changes: 4 additions & 8 deletions jsdoc3-rhino/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>
<parent>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jsdoc3-rhino</artifactId>
Expand Down Expand Up @@ -53,14 +51,12 @@
<!--
Unpack the master branch
-->
<unzip src="${project.build.directory}/jsdoc3/master.zip"
dest="${project.build.directory}/jsdoc3/" />
<unzip src="${project.build.directory}/jsdoc3/master.zip" dest="${project.build.directory}/jsdoc3/" />

<!--
What is yours is now mine
-->
<unzip src="${project.build.directory}/jsdoc3/jsdoc-master/rhino/js.jar"
dest="${project.build.directory}/classes"/>
<unzip src="${project.build.directory}/jsdoc3/jsdoc-master/rhino/js.jar" dest="${project.build.directory}/classes" />
</target>
</configuration>
<goals>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +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 @@ -20,7 +18,7 @@

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

<name>JsDoc3 Maven Plugin</name>
<description>A Maven Plugin to Generate JsDoc3 Documentation.</description>
Expand Down

0 comments on commit 0fd0ebf

Please sign in to comment.