Skip to content

Commit

Permalink
Updated >project< artifact to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Apr 11, 2022
1 parent bc4e02a commit b30e3f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
11 changes: 5 additions & 6 deletions appserver/tests/appserv-tests/util/reportbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>ant-tests</artifactId>
<version>6.2.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish.devtests</groupId>
<version>4.0-SNAPSHOT</version>
<artifactId>report-builder</artifactId>
<packaging>jar</packaging>
<name>report-builder</name>
<build>
<finalName>${artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
Expand All @@ -42,7 +41,7 @@
<phase>install</phase>
<configuration>
<tasks>
<copy file="target/${artifactId}.jar" tofile="../../lib/reportbuilder.jar"/>
<copy file="target/${project.artifactId}.jar" tofile="../../lib/reportbuilder.jar"/>
</tasks>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/quicklook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
<version>1.0.7</version>
<relativePath/>
</parent>
<groupId>org.glassfish.quicklook</groupId>
Expand Down
3 changes: 1 addition & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -955,7 +955,6 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-main-aggregator</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.2.6-SNAPSHOT-brekeke</version>
<packaging>pom</packaging>

<name>GlassFish Project</name>
Expand Down Expand Up @@ -134,9 +134,9 @@
<module>appserver</module>
<module>nucleus/hk2/config-generator</module>
<module>docs</module>
<module>appserver/admingui/devtests</module>
<module>appserver/extras/embedded/common</module>
<module>nucleus/tests</module>
<module>appserver/tests/appserv-tests/util/reportbuilder</module>
<module>appserver/tests/tck</module>
</modules>
</profile>

Expand Down

0 comments on commit b30e3f6

Please sign in to comment.