Skip to content

Commit

Permalink
[CI] raise revisions of published artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent 5b04c25 commit 9a4740d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
7 changes: 3 additions & 4 deletions job-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>[1.0,1.1)</version>
</parent>
<artifactId>job-api-model</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<properties>
<archetype>model</archetype>
</properties>
Expand All @@ -40,4 +39,4 @@ limitations under the License.
<version>${V.com.braintribe.gm}</version>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions job-scheduling-deployment-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>[1.0,1.1)</version>
</parent>
<artifactId>job-scheduling-deployment-model</artifactId>
<version>1.0.15</version>
<version>1.0.16</version>
<properties>
<archetype>model</archetype>
</properties>
Expand Down Expand Up @@ -66,4 +65,4 @@ limitations under the License.
<?tag asset ?>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions job-scheduling-initializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>[1.0,1.1)</version>
</parent>
<artifactId>job-scheduling-initializer</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<properties/>
<licenses>
<license>
Expand All @@ -44,4 +43,4 @@ limitations under the License.
<?tag asset ?>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions job-scheduling-quartz-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>[1.0,1.1)</version>
</parent>
<artifactId>job-scheduling-quartz-module</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<properties/>
<licenses>
<license>
Expand Down Expand Up @@ -76,4 +75,4 @@ limitations under the License.
<?tag asset?>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions job-scheduling-quartz-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>[1.0,1.1)</version>
</parent>
<artifactId>job-scheduling-quartz-processor</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<properties/>
<licenses>
<license>
Expand Down Expand Up @@ -76,4 +75,4 @@ limitations under the License.
<?tag asset ?>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tribefire.extension.job-scheduling</groupId>
<artifactId>parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<packaging>pom</packaging>
<properties>
<java.version>17</java.version>
Expand All @@ -38,4 +37,4 @@ limitations under the License.
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
</project>
</project>

0 comments on commit 9a4740d

Please sign in to comment.