Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Oct 10, 2024
1 parent ff48814 commit 9bb6ed3
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 46 deletions.
6 changes: 1 addition & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Framework BoM</name>
Expand Down Expand Up @@ -398,8 +398,4 @@

</dependencies>
</dependencyManagement>

<scm>
<tag>v1.14.20</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions calabash-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>calabash-adapter</artifactId>
<version>6.2.0</version>
<version>6.2.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 :: Calabash adapter for the XProc API</name>
Expand Down
4 changes: 2 additions & 2 deletions common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>common-utils</artifactId>
<version>6.1.0</version>
<version>6.1.1-SNAPSHOT</version>

<packaging>bundle</packaging>
<name>DAISY Pipeline 2 :: Common Utilities</name>
Expand Down
4 changes: 2 additions & 2 deletions framework-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>framework-core</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>DAISY Pipeline 2 :: Framework Core</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions framework-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>framework-persistence</artifactId>
<version>2.1.10</version>
<version>2.1.11-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions logging-appender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>logging-appender</artifactId>
<version>2.1.4</version>
<version>2.1.5-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 :: Logging Appender</name>
Expand Down
2 changes: 1 addition & 1 deletion modules-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
12 changes: 4 additions & 8 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>org.daisy</groupId>
<artifactId>daisy</artifactId>
<version>4</version>
<relativePath />
<relativePath/>
</parent>

<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Framework Parent POM</name>
Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -266,7 +266,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute />
<execute/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -363,8 +363,4 @@
</snapshots>
</repository>
</repositories>

<scm>
<tag>v1.14.20</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions persistence-derby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<groupId>org.daisy.pipeline</groupId>
<artifactId>persistence-derby</artifactId>
<version>2.0.11</version>
<version>2.0.12-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 :: Apache Derby Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion persistence-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.daisy.pipeline</groupId>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-aggregator</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Framework Aggregator</name>
Expand All @@ -21,27 +21,27 @@
<connection>scm:git:git@github.com:daisy/pipeline-framework.git</connection>
<url>scm:git:git@github.com:daisy/pipeline-framework.git</url>
<developerConnection>scm:git:git@github.com:daisy/pipeline-framework.git</developerConnection>
<tag>v1.14.20</tag>
<tag>HEAD</tag>
</scm>

<modules>
<module>bom</module>
<module>parent</module>
<!--<module>utils/clientlib-java-jaxb</module>-->
<!--<module>utils/xproc-engine-daisy-pipeline</module>-->
<!--<module>utils/xproc-engine-daisy-pipeline-logging</module>-->
<module>utils/clientlib-java-jaxb</module>
<module>utils/xproc-engine-daisy-pipeline</module>
<module>utils/xproc-engine-daisy-pipeline-logging</module>
<module>saxon-adapter</module>
<module>calabash-adapter</module>
<module>common-utils</module>
<module>framework-core</module>
<module>framework-persistence</module>
<module>logging-appender</module>
<!--<module>modules-registry</module>-->
<module>modules-registry</module>
<module>persistence-derby</module>
<!--<module>persistence-mysql</module>-->
<module>persistence-mysql</module>
<module>webservice</module>
<!--<module>woodstox-osgi-adapter</module>-->
<!--<module>xproc-api</module>-->
<module>woodstox-osgi-adapter</module>
<module>xproc-api</module>
</modules>

<build>
Expand All @@ -61,4 +61,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions saxon-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>saxon-adapter</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 :: Adapter for Saxon</name>
Expand Down
2 changes: 1 addition & 1 deletion utils/clientlib-java-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.daisy.pipeline</groupId>
Expand Down
2 changes: 1 addition & 1 deletion utils/xproc-engine-daisy-pipeline-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/xproc-engine-daisy-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>webservice</artifactId>
<version>3.5.0</version>
<version>3.5.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 :: Web Service</name>
Expand Down
2 changes: 1 addition & 1 deletion woodstox-osgi-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xproc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-parent</artifactId>
<version>1.14.20-SNAPSHOT</version>
<version>1.14.21-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down

0 comments on commit 9bb6ed3

Please sign in to comment.