Skip to content

Commit

Permalink
Bump version for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 18, 2021
1 parent 9b4e77a commit ba137d1
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -82,13 +82,13 @@ jobs:
with:
version: early-access
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
JRELEASER_PROJECT_VERSION: ${{ steps.vars.outputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
JRELEASER_SDKMAN_CONSUMER_KEY: ${{ secrets.SDKMAN_CONSUMER_KEY }}
JRELEASER_SDKMAN_CONSUMER_SECRET: ${{ secrets.SDKMAN_CONSUMER_SECRET }}
JRELEASER_SDKMAN_CONSUMER_TOKEN: ${{ secrets.SDKMAN_CONSUMER_TOKEN }}
JRELEASER_TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.0
1.3.0-SNAPSHOT
43 changes: 1 addition & 42 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@
</parent>

<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -304,45 +304,4 @@
<url>file://${local.repository.path}/site</url>
</site>
</distributionManagement>

<profiles>
<profile>
<id>sdkman</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<defaultGoal>initialize</defaultGoal>
<plugins>
<plugin>
<groupId>io.sdkman</groupId>
<artifactId>sdkman-maven-plugin</artifactId>
<version>2.0.0</version>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>major-release</goal>
</goals>
<phase>initialize</phase>
<configuration>
<apiHost>https://vendors.sdkman.io</apiHost>
<consumerKey>${env.SDKMAN_CONSUMER_KEY}</consumerKey>
<consumerToken>${env.SDKMAN_CONSUMER_TOKEN}</consumerToken>
<candidate>${project.identifier}</candidate>
<version>${pomchecker.version}</version>
<url>
https://github.com/${project.github.repository}/releases/download/v${pomchecker.version}/pomchecker-${pomchecker.version}.zip
</url>
<releaseNotesUrl>
https://github.com/${project.github.repository}/releases/tag/v${pomchecker.version}
</releaseNotesUrl>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
4 changes: 2 additions & 2 deletions pomchecker-cli/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-cli</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-core/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-core</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>pomchecker-core</name>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-enforcer-rules/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>pomchecker-enforcer-rules</name>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-gradle-plugin/gradle.properties
Expand Up @@ -17,7 +17,7 @@
#

group = org.kordamp.gradle
version = 1.2.0-SNAPSHOT
version = 1.3.0-SNAPSHOT
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
4 changes: 2 additions & 2 deletions pomchecker-gradle-plugin/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-maven-plugin/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-toolprovider/pom.xml
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-toolprovider</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit ba137d1

Please sign in to comment.