Skip to content

Commit

Permalink
Merge pull request rockcrafters#32 from vpa1977/rename_maven_common
Browse files Browse the repository at this point in the history
chore: ensure consistent publishing
  • Loading branch information
vpa1977 authored Oct 18, 2024
2 parents 27cccef + 8dfeab9 commit 9278e00
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>


Expand All @@ -22,6 +23,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions rockcraft-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "1.3.0"
id ("org.gradlex.reproducible-builds") version "1.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion rockcraft-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>io.github.rockcrafters</groupId>
<artifactId>rockcraft</artifactId>
<artifactId>rockcraft-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions rockcraft/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
`java-library`
`maven-publish`
id ("org.gradlex.reproducible-builds") version "1.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion rockcraft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>rockcraft</artifactId>
<artifactId>rockcraft-common</artifactId>
<dependencies>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 9278e00

Please sign in to comment.