Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Nov 26, 2013
1 parent 912dbc3 commit 8d03f77
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 78 deletions.
4 changes: 0 additions & 4 deletions assembly/bundle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@
<source>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>${project.build.directory}/${project.artifactId}-${project.version}-javadoc.jar</source>
<outputDirectory>/</outputDirectory>
</file>
</files>
</assembly>
Binary file added dist/atlantic-1.0.0.zip
Binary file not shown.
82 changes: 9 additions & 73 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.theme</groupId>
<artifactId>atlantic</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<zk.version>7.0.0-SNAPSHOT</zk.version>
<zk.version>7.0.0</zk.version>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-${project.version}-FL-${maven.build.timestamp}</packname>
<packname>-${project.version}</packname>
</properties>
<packaging>jar</packaging>
<name>The atlantic Theme</name>
Expand All @@ -25,6 +25,11 @@
<name>ZK CE Repository</name>
<url>http://mavensync.zkoss.org/maven2</url>
</repository>
<repository>
<id>ZK EE Eval</id>
<name>ZK EE Eval Repository</name>
<url>http://mavensync.zkoss.org/eval/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down Expand Up @@ -56,7 +61,7 @@
<plugin>
<groupId>org.zkoss.maven</groupId>
<artifactId>zkless-engine-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
<executions>
<execution>
<id>compile-less</id>
Expand Down Expand Up @@ -102,27 +107,6 @@
</instructions>
</configuration>
</plugin>
<!-- Build javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<reportOutputDirectory>${project.basedir}/target/javadoc</reportOutputDirectory>
<destDir>atlantic</destDir>
<show>protected</show>
</configuration>
<goals>
<goal>javadoc</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Pack zips -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -141,19 +125,6 @@
</descriptors>
</configuration>
</execution>
<!-- Build javadoc.jar -->
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>assembly/javadoc.xml</descriptor>
</descriptors>
</configuration>
</execution>
<!-- Build bin.zip -->
<execution>
<id>bin</id>
Expand Down Expand Up @@ -200,40 +171,5 @@
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<versionRange>
[1.7,)
</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
5 changes: 4 additions & 1 deletion zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
--------
atlantic 0.8.0-SNAPSHOT
Atlantic 1.0.0
Nov 26 2013
* Features:
Support ZK 7.0.0

* Bugs:
* Upgrade Notes:

0 comments on commit 8d03f77

Please sign in to comment.