Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Aug 17, 2023
2 parents 0db9549 + 349bade commit 3a36d32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with semanticcms-dia-all. If not, see <https://www.gnu.org/licenses/>.
</parent>

<groupId>com.semanticcms</groupId><artifactId>semanticcms-dia-all-book</artifactId><version>2.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<packaging>jar</packaging>

<properties>
<module.name>com.semanticcms.dia.all.book</module.name>
Expand Down Expand Up @@ -152,6 +152,14 @@ along with semanticcms-dia-all. If not, see <https://www.gnu.org/licenses/>.
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/module-info.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with semanticcms-dia-all. If not, see <https://www.gnu.org/licenses/>.
</parent>

<groupId>com.semanticcms</groupId><artifactId>semanticcms-dia-all</artifactId><version>2.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<packaging>jar</packaging>

<properties>
<module.name>com.semanticcms.dia.all</module.name>
Expand Down

0 comments on commit 3a36d32

Please sign in to comment.