Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 31, 2023
1 parent 560c9b0 commit dcdee0e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>eu.maveniverse.maven.mase</groupId>
<artifactId>mase</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:[email protected]:maveniverse/mase.git</connection>
<developerConnection>scm:git:[email protected]:maveniverse/mase.git</developerConnection>
<tag>HEAD</tag>
<tag>release-1.0.0</tag>
<url>https://github.com/maveniverse/mase</url>
</scm>

Expand All @@ -50,7 +50,7 @@
</ciManagement>

<properties>
<project.build.outputTimestamp>2023-10-24T13:37:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-31T15:38:58Z</project.build.outputTimestamp>

<!--
Build time: latest Maven and LTS Java.
Expand Down
2 changes: 1 addition & 1 deletion search-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>eu.maveniverse.maven.mase</groupId>
<artifactId>mase</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>search-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-backend-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>eu.maveniverse.maven.mase</groupId>
<artifactId>mase</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>search-backend-indexer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-backend-remoterepository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>eu.maveniverse.maven.mase</groupId>
<artifactId>mase</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>search-backend-remoterepository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-backend-smo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>eu.maveniverse.maven.mase</groupId>
<artifactId>mase</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>search-backend-smo</artifactId>
Expand Down

0 comments on commit dcdee0e

Please sign in to comment.