Skip to content

Commit

Permalink
Set version to 2.2.11, using 1.2.11 of IrpTransmogrifier.
Browse files Browse the repository at this point in the history
Update version of nexus-staging-maven-plugin, see https://issues.sonatype.org/browse/NEXUS-27902 . Updated maven.yml for release.
  • Loading branch information
bengtmartensson committed May 24, 2022
1 parent f27e8d0 commit 7e43453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
- name: Build IrpTransmogrifier
run: ./common/scripts/build-harctoolbox-project.sh IrpTransmogrifier
# - name: Build IrpTransmogrifier
# run: ./common/scripts/build-harctoolbox-project.sh IrpTransmogrifier
- name: Build with Maven
run: mvn -B -V install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true package
- name: List files
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.harctoolbox</groupId>
<artifactId>Girr</artifactId>
<packaging>jar</packaging>
<version>2.2.11-SNAPSHOT</version>
<version>2.2.11</version>
<name>${project.artifactId}</name>
<licenses>
<license>
Expand Down Expand Up @@ -405,7 +405,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -434,7 +434,7 @@
<dependency>
<groupId>org.harctoolbox</groupId>
<artifactId>IrpTransmogrifier</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7e43453

Please sign in to comment.