Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV committed Dec 10, 2023
1 parent b0e7b88 commit 3185b76
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ci/poms/droid-selector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>droid-selector</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>droid-stubs</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ci/poms/droid-stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>droid-stubs</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ci/poms/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
13 changes: 13 additions & 0 deletions ci/poms/plugin-test/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>plugin-test</artifactId>
<version>1.0.2</version>
</project>
6 changes: 3 additions & 3 deletions ci/poms/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<dependencies>
<dependency>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>droid-selector</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.github.tarcv.testingteam.surveyoridea</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.tarcv.testingteam.surveyoridea
pluginName = UI Surveyor
pluginRepositoryUrl = https://github.com/TarCV/surveyor-idea
# SemVer format -> https://semver.org
pluginVersion = 1.0.1
pluginVersion = 1.0.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 3185b76

Please sign in to comment.