Skip to content

Commit

Permalink
Bumps plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Nov 12, 2019
1 parent d561842 commit 2f9d522
Show file tree
Hide file tree
Showing 31 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion kotlin-bundled-compiler/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bundled Kotlin Compiler
Bundle-SymbolicName: org.jetbrains.kotlin.bundled-compiler;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Vendor: JetBrains
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
Expand Down
4 changes: 2 additions & 2 deletions kotlin-bundled-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val teamcityBaseUrl ="https://teamcity.jetbrains.com"
val ideaSdkUrl = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea"

// properties that might/should be modifiable
val kotlinCompilerTcBuildId: String = project.findProperty("kotlinCompilerTcBuildId") as String? ?: "2622559"
val kotlinCompilerTcBuildId: String = project.findProperty("kotlinCompilerTcBuildId") as String? ?: "2627362"
val kotlinCompilerVersion: String = project.findProperty("kotlinCompilerVersion") as String? ?: "1.3.60"
val kotlinxVersion: String = project.findProperty("kolinxVersion") as String? ?: "1.2.2"
val tcArtifactsPath: String = project.findProperty("tcArtifactsPath") as String? ?: ""
Expand Down Expand Up @@ -292,4 +292,4 @@ val downloadBundled by tasks.registering {

val getBundled by tasks.registering {
dependsOn(downloadTestData, downloadTestFrameworkDependencies, downloadBundled)
}
}
2 changes: 1 addition & 1 deletion kotlin-bundled-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.bundled-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-aspects/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-aspects
Bundle-SymbolicName: org.jetbrains.kotlin.aspects
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.aspects.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.aspects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-core
Bundle-SymbolicName: org.jetbrains.kotlin.core;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.core.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.jetbrains.kotlin.bundled-compiler,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jetbrains.kotlin.feature"
label="Kotlin"
version="0.8.18.qualifier"
version="0.8.19.qualifier"
provider-name="JetBrains">

<description url="http://kotlinlang.org/">
Expand Down
4 changes: 2 additions & 2 deletions kotlin-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.feature</artifactId>
<groupId>kotlin.eclipse</groupId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jetbrains.kotlin.gradle.feature"
label="Kotlin-gradle"
version="0.8.18.qualifier"
version="0.8.19.qualifier"
provider-name="JetBrains">

<description url="http://kotlinlang.org/">
Expand Down
4 changes: 2 additions & 2 deletions kotlin-eclipse-gradle-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.gradle.feature</artifactId>
<groupId>kotlin.eclipse</groupId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle-model/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-gradle-model
Bundle-SymbolicName: org.jetbrains.kotlin.gradle.model;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Vendor: JetBrains
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.gradle.model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-gradle
Bundle-SymbolicName: org.jetbrains.kotlin.gradle;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.gradle.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.jetbrains.kotlin.core,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.gradle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-maven/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-maven
Bundle-SymbolicName: org.jetbrains.kotlin.maven;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.maven.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.maven</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kotlin-eclipse-p2updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.jetbrains.kotlin.feature_0.8.18.qualifier.jar" id="org.jetbrains.kotlin.feature" version="0.8.18.qualifier">
<feature url="features/org.jetbrains.kotlin.feature_0.8.19.qualifier.jar" id="org.jetbrains.kotlin.feature" version="0.8.19.qualifier">
<category name="org.jetbrains.kotlin.category"/>
</feature>
<feature url="features/org.jetbrains.kotlin.feature_0.8.18.qualifier.jar" id="org.jetbrains.kotlin.gradle.feature" version="0.8.18.qualifier">
<feature url="features/org.jetbrains.kotlin.feature_0.8.19.qualifier.jar" id="org.jetbrains.kotlin.gradle.feature" version="0.8.19.qualifier">
<category name="org.jetbrains.kotlin.category"/>
</feature>
<category-def name="org.jetbrains.kotlin.category" label="Kotlin Development Tools"/>
Expand Down
4 changes: 2 additions & 2 deletions kotlin-eclipse-p2updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.p2updatesite</artifactId>
<groupId>kotlin.eclipse</groupId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

</project>
2 changes: 1 addition & 1 deletion kotlin-eclipse-policy/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jetbrains.kotlin.policy"
label="kotlin-eclipse-policy"
version="0.8.18.qualifier"
version="0.8.19.qualifier"
provider-name="JetBrains">

<copyright url="http://www.jetbrains.com/">
Expand Down
4 changes: 2 additions & 2 deletions kotlin-eclipse-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.policy</artifactId>
<groupId>kotlin.eclipse</groupId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion kotlin-eclipse-test-framework/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-testframework
Bundle-SymbolicName: org.jetbrains.kotlin.testframework
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.testframework.Activator
Require-Bundle: org.jetbrains.kotlin.core,
org.jetbrains.kotlin.ui,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.testframework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-ui-test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-ui-test
Bundle-SymbolicName: org.jetbrains.kotlin.ui.tests;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Vendor: JetBrains
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-ui-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: kotlin-eclipse-ui
Bundle-SymbolicName: org.jetbrains.kotlin.ui;singleton:=true
Bundle-Version: 0.8.18.qualifier
Bundle-Version: 0.8.19.qualifier
Bundle-Activator: org.jetbrains.kotlin.ui.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-weaving-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jetbrains.kotlin.weaving.feature"
label="kotlin-weaving-feature"
version="0.8.18.qualifier"
version="0.8.19.qualifier"
provider-name="JetBrains">

<includes
Expand Down
4 changes: 2 additions & 2 deletions kotlin-weaving-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
</parent>

<artifactId>org.jetbrains.kotlin.weaving.feature</artifactId>
<groupId>kotlin.eclipse</groupId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion maven-build/maven-update-version.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="newVersion=0.8.18-SNAPSHOT"/>
<listEntry value="newVersion=0.8.19-SNAPSHOT"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>kotlin.eclipse</groupId>
<artifactId>kotlin.eclipse.plugin</artifactId>
<version>0.8.18-SNAPSHOT</version>
<version>0.8.19-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 2f9d522

Please sign in to comment.