Hi Robby,

thank you for your quick reply, but It doesn't work. I added:

     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-compiler-plugin</artifactId>
       <version>2.0</version>
       <configuration>
         <source>1.4</source>
         <target>1.4</target>
       </configuration>
     </plugin>

to my pom.xml of myBlock, did a "mvn clean install", and looked into my newly generated jar file in the target directory, but the version in the manifets file ist still the same. 1.5.0_... Could it be path issue?

cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to