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 0fdece6 + e49481b commit 096bdac
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+9 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 1 files
+9 −1 book/pom.xml
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 pragmatickm-task. If not, see <https://www.gnu.org/licenses/>.
</parent>

<groupId>com.pragmatickm</groupId><artifactId>pragmatickm-task-book</artifactId><version>2.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<packaging>jar</packaging>

<properties>
<module.name>com.pragmatickm.task.book</module.name>
Expand Down Expand Up @@ -152,6 +152,14 @@ along with pragmatickm-task. 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 model
Submodule model updated 2 files
+9 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion renderer-html
Submodule renderer-html updated 2 files
+9 −1 book/pom.xml
+9 −1 pom.xml
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+9 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+9 −1 book/pom.xml
+9 −1 pom.xml
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+9 −1 book/pom.xml
+9 −1 pom.xml
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+9 −1 book/pom.xml
+9 −1 pom.xml

0 comments on commit 096bdac

Please sign in to comment.