Skip to content

Commit

Permalink
[ci skip] prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellabaj authored and github-actions[bot] committed Oct 27, 2023
1 parent 3aa914b commit 2891e50
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 34 deletions.
2 changes: 1 addition & 1 deletion arice/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-project</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>ARICE API</name>
Expand Down
2 changes: 1 addition & 1 deletion arice/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-project</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>ARICE</name>
Expand Down
13 changes: 6 additions & 7 deletions arice/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>arice-project</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -25,17 +24,17 @@
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-extension</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion arice/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-project</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>arice-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion arice/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-project</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>ARICE Utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/auto-record-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/auto-record-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/auto-record-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions modules/auto-record/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -17,7 +16,7 @@
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-api</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>net.fabricmc</groupId>
Expand Down
6 changes: 3 additions & 3 deletions modules/doc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-extension</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
18 changes: 9 additions & 9 deletions modules/mvn-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -23,50 +23,50 @@
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-api</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-utils</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-tests</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-utils</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-extension</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>arice-tests</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>pl.com.labaj.autorecord</groupId>
<artifactId>auto-record-project</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<inceptionYear>2023</inceptionYear>

Expand All @@ -28,7 +28,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2023-10-27T18:10:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-27T18:10:56Z</project.build.outputTimestamp>

<license-maven-plugin.version>4.3</license-maven-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
Expand Down Expand Up @@ -542,7 +542,7 @@
<url>https://github.com/pawellabaj/auto-record</url>
<connection>scm:git:https://github.com/pawellabaj/auto-record.git</connection>
<developerConnection>scm:git:https://github.com/pawellabaj/auto-record.git</developerConnection>
<tag>HEAD</tag>
<tag>v3.1.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 2891e50

Please sign in to comment.