Skip to content

Commit

Permalink
Fixed mistake committed after recent experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Apr 11, 2022
1 parent 2282b1e commit f429eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

<name>GlassFish Project</name>
Expand Down Expand Up @@ -73,7 +73,6 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down

0 comments on commit f429eb6

Please sign in to comment.