Skip to content

Commit

Permalink
[maven-release-plugin] prepare release triemap-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rovarga committed Apr 13, 2023
1 parent 0bb0483 commit 6aaa674
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>PANTHEON.tech :: TrieMap :: Bill of Materials</name>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>pt-triemap</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
<scm>
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>HEAD</tag>
<tag>triemap-1.3.0</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>dependency-check</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<name>PANTHEON.tech :: TrieMap :: Dependency Check</name>
<description>Artifact for validating the contents of BOM</description>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -74,7 +74,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>HEAD</tag>
<tag>triemap-1.3.0</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap-aggregator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>PANTHEON.tech :: TrieMap :: Aggregator</name>
Expand Down Expand Up @@ -99,7 +99,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>HEAD</tag>
<tag>triemap-1.3.0</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions pt-triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>pt-triemap</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>feature</packaging>

<name>PANTHEON.tech :: TrieMap :: Feature</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -88,7 +88,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>HEAD</tag>
<tag>triemap-1.3.0</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>bundle</packaging>

<name>PANTHEON.tech :: TrieMap</name>
Expand Down Expand Up @@ -97,7 +97,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>HEAD</tag>
<tag>triemap-1.3.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 6aaa674

Please sign in to comment.