Skip to content

Commit

Permalink
Merge pull request #68 from LorenzoBettini/jenkins-release-snapshot
Browse files Browse the repository at this point in the history
Jenkins release snapshot
  • Loading branch information
LorenzoBettini committed Dec 17, 2019
2 parents 93b08fb + 30edb90 commit ccd7c9d
Show file tree
Hide file tree
Showing 49 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -83,7 +83,7 @@ node {
}
stage('Build and Deploy Maven Artifacts') {
sh (script:
"./mvnw -f edelta.parent/pom.xml ${mavenOnlyProfile} -Psonatype-oss-release clean deploy",
"./mvnw -f edelta.parent/pom.xml -Dmaven.repo.local='${env.WORKSPACE}'/.repository ${mavenOnlyProfile} -Psonatype-oss-release clean deploy",
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.compilation.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="edelta.compilation.feature"
label="Edelta Compilation Feature "
version="0.7.0.qualifier"
version="0.7.1.qualifier"
provider-name="Lorenzo Bettini">

<requires>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.compilation.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.compilation.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.example/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Example Project
Bundle-SymbolicName: edelta.example
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: edelta.model.example;bundle-version="0.1.0",
edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="edelta.feature"
label="Edelta Feature "
version="0.7.0.qualifier"
version="0.7.1.qualifier"
provider-name="Lorenzo Bettini">

<requires>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ide/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.ide
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ide/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Library Tests
Bundle-SymbolicName: edelta.lib.tests
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.lib.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Library
Bundle-SymbolicName: edelta.lib
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.xtext.xbase.lib;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.lib</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.library.compilation
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.library.compilation; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.junit;bundle-version="4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.library.compilation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.library.compilation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.maven.example/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.maven.example</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.model.example/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Model Example Project
Bundle-SymbolicName: edelta.model.example; singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Require-Bundle: org.eclipse.emf.ecore
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Lorenzo Bettini
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.mwe2/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.mwe2
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.mwe2;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.xtext.generator,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.mwe2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.mwe2</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Template for New Project Wizard
Bundle-SymbolicName: edelta.newproject.template
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: edelta.lib
Bundle-Vendor: Lorenzo Bettini
Expand Down
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: edelta.personlist.example
Bundle-ManifestVersion: 2
Bundle-Name: edelta.personlist.example
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.personlist.example; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.personlist.example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.personlist.example</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="EdeltaIDE" uid="edelta.eclipse.ide.product" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="0.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="EdeltaIDE" uid="edelta.eclipse.ide.product" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="0.7.1.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="eclipse_lg.gif"/>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.repository/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.product.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.ui.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="edelta.product.ui.feature"
label="Edelta IDE External Components"
version="0.7.0.qualifier"
version="0.7.1.qualifier"
provider-name="Lorenzo Bettini">

<requires>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.ui.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.product.ui.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Refactorings Lib Tests
Bundle-SymbolicName: edelta.refactoring.lib.tests
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.refactoring.lib.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Refactorings Lib
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.refactorings.lib; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta.lib;visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.refactorings.lib</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.repository/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.swtbot.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta SWTBot Tests
Bundle-SymbolicName: edelta.swtbot.tests
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.swtbot.go;bundle-version="2.3.0",
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.swtbot.tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>edelta.swtbot.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.target/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.target</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Testing Libraries
Bundle-SymbolicName: edelta.testing.libraries
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: edelta.lib
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.testing.libraries/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.testing.libraries</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests.parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.tests.parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests.report/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.tests.report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.testutils/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Test Utilities
Bundle-SymbolicName: edelta.testutils
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: edelta.testutils
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.testutils/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.testutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ui.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.ui.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta.ui,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ui.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.ui
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.7.1.qualifier
Bundle-SymbolicName: edelta.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta,
Expand Down

0 comments on commit ccd7c9d

Please sign in to comment.