You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/06/18 22:32:34 UTC

[tomee] 03/03: Correct version number replaced in error

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 4a21ec06b918b906f910c8647401ba9cffdc8f79
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Jun 18 23:23:20 2020 +0100

    Correct version number replaced in error
---
 examples/vaadin-lts-v10-simple/pom.xml | 16 ----------------
 jakartaee9/pom.xml                     |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/examples/vaadin-lts-v10-simple/pom.xml b/examples/vaadin-lts-v10-simple/pom.xml
index 756cbca..6d3c12a 100644
--- a/examples/vaadin-lts-v10-simple/pom.xml
+++ b/examples/vaadin-lts-v10-simple/pom.xml
@@ -117,22 +117,6 @@ http://maven.apache.org/plugins/maven-deploy-plugin/
           <failOnMissingWebXml>false</failOnMissingWebXml>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.tomitribe.transformer</groupId>
-        <artifactId>org.eclipse.transformer.maven</artifactId>
-        <version>0.1.1a</version>
-        <configuration>
-          <classifier>jakartaee9</classifier>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
   <profiles>
diff --git a/jakartaee9/pom.xml b/jakartaee9/pom.xml
index 6b66458..8f81e60 100644
--- a/jakartaee9/pom.xml
+++ b/jakartaee9/pom.xml
@@ -304,7 +304,7 @@
       <plugin>
         <groupId>org.tomitribe.transformer</groupId>
         <artifactId>org.eclipse.transformer.maven</artifactId>
-        <version>0.1.1aa</version>
+        <version>0.1.1a</version>
         <executions>
           <execution>
             <goals>