David, any reason why you changed the version for the portlet-api_spec_1.0 to
1.0.0-SNAPSHOT (see below)?
[email protected] wrote:
Author: djencks
Date: Mon May 11 16:31:09 2009
New Revision: 773618
URL: http://svn.apache.org/viewvc?rev=773618&view=rev
Log:
PORTALS-14 Hardcode versions into maven-bundle-plugin configuration, finish
converting to use package-info.java files, specficy java v. 1.4 in 1.0 pom
Modified: portals/portlet-spec/trunk/portlet-api-1.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-1.0/pom.xml?rev=773618&r1=773617&r2=773618&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-1.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-1.0/pom.xml Mon May 11 16:31:09 2009
@@ -17,12 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<!--
- A basic Maven 2 build for the JSR-186 sources.
- Use 'mvn package' to create the jar in the target directory or
- 'mvn install' to package the jar and install it in
- your local Maven repository.
- -->
+
+
<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/maven-v4_0_0.xsd">
@@ -35,11 +31,10 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>portlet-api_1.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>