From 21653abdc5491f36b599cacbec899adef5f74062 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Wed, 3 Apr 2019 12:20:12 +0200
Subject: [PATCH 1/9] Set up CI with Azure Pipelines [skip ci]
---
azure-pipelines.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 azure-pipelines.yml
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000..3a04c23
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,22 @@
+# Maven
+# Build your Java project and run tests with Apache Maven.
+# Add steps that analyze code, save build artifacts, deploy, and more:
+# https://docs.microsoft.com/azure/devops/pipelines/languages/java
+
+trigger:
+- master
+
+pool:
+ vmImage: 'Ubuntu-16.04'
+
+steps:
+- task: Maven@3
+ inputs:
+ mavenPomFile: 'pom.xml'
+ mavenOptions: '-Xmx3072m'
+ javaHomeOption: 'JDKVersion'
+ jdkVersionOption: '1.11'
+ jdkArchitectureOption: 'x64'
+ publishJUnitResults: false
+ testResultsFiles: '**/surefire-reports/TEST-*.xml'
+ goals: 'package'
From 122772b4158af4e37a68189faac01fbed835e332 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Wed, 3 Apr 2019 12:24:18 +0200
Subject: [PATCH 2/9] Update azure-pipelines.yml for Azure Pipelines [skip ci]
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3a04c23..80c4e3b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,7 +15,7 @@ steps:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
- jdkVersionOption: '1.11'
+ jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
From a11c17dc5809b3abd58736bfda5e4f03811817c5 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Wed, 3 Apr 2019 15:46:52 +0200
Subject: [PATCH 3/9] Update pom.xml
---
pom.xml | 32 +++++++++++++++++++++++++-------
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index c245386..b71d10a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,18 +68,36 @@
https://sphereon.com
+
+
+
+ dev.azure.com-mseng-zcalvinmaven
+ https://pkgs.dev.azure.com/mseng/_packaging/zCalvinMaven2/maven/v1
+
+ true
+
+
+ true
+
+
+
- sphereon-opensource-snapshots
+ dev-azure-com-sphereonbv-mavenartifacts
Sphereon Public Snapshots
- http://nexus.qa.sphereon.com/repository/sphereon-opensource-snapshots/
+ https://pkgs.dev.azure.com/sphereonbv/_packaging/MavenArtifacts/maven/v1/
- sphereon-opensource-releases
- Sphereon Public Releases
- http://nexus.qa.sphereon.com/repository/sphereon-opensource-releases/
-
+ dev-azure-com-sphereonbv-mavenartifacts
+ https://pkgs.dev.azure.com/sphereonbv/_packaging/MavenArtifacts/maven/v1
+
+ true
+
+
+ true
+
+
@@ -149,4 +167,4 @@
-
\ No newline at end of file
+
From a8bc5dfe62e412ed46e6da8a51c1984325f043ad Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Thu, 4 Apr 2019 16:10:47 +0200
Subject: [PATCH 4/9] Updating the version number for testing
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b71d10a..84e91eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
com.sphereon.public
easy-blockchain-lib-modules
- 0.1.4-SNAPSHOT
+ 0.1.5-SNAPSHOT
pom
From c809fe163cb0cd82300221b4e93dda25fe5e6bec Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Thu, 4 Apr 2019 16:15:14 +0200
Subject: [PATCH 5/9] Updating version
Updating
---
easy-blockchain-lib-main/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/easy-blockchain-lib-main/pom.xml b/easy-blockchain-lib-main/pom.xml
index 7795f87..ac596f8 100644
--- a/easy-blockchain-lib-main/pom.xml
+++ b/easy-blockchain-lib-main/pom.xml
@@ -22,7 +22,7 @@
com.sphereon.public
easy-blockchain-lib-modules
- 0.1.4-SNAPSHOT
+ 0.1.5-SNAPSHOT
../pom.xml
easy-blockchain-lib-main
@@ -38,4 +38,4 @@
swagger-annotations
-
\ No newline at end of file
+
From 7cb17d3afd9186ac993be694e86461ecb1ff7ab6 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Thu, 4 Apr 2019 16:15:45 +0200
Subject: [PATCH 6/9] Updating version
---
easy-blockchain-lib-osgi/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/easy-blockchain-lib-osgi/pom.xml b/easy-blockchain-lib-osgi/pom.xml
index 301bb6a..4955940 100644
--- a/easy-blockchain-lib-osgi/pom.xml
+++ b/easy-blockchain-lib-osgi/pom.xml
@@ -22,7 +22,7 @@
com.sphereon.public
easy-blockchain-lib-modules
- 0.1.4-SNAPSHOT
+ 0.1.5-SNAPSHOT
../pom.xml
easy-blockchain-lib-osgi
@@ -71,4 +71,4 @@
-
\ No newline at end of file
+
From 3436addfd73d9b234519daf81eec1ef576768695 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Thu, 4 Apr 2019 16:16:05 +0200
Subject: [PATCH 7/9] Updating version
---
easy-blockchain-lib-spring/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/easy-blockchain-lib-spring/pom.xml b/easy-blockchain-lib-spring/pom.xml
index 58f447f..8ba1e1f 100644
--- a/easy-blockchain-lib-spring/pom.xml
+++ b/easy-blockchain-lib-spring/pom.xml
@@ -23,7 +23,7 @@
com.sphereon.public
easy-blockchain-lib-modules
- 0.1.4-SNAPSHOT
+ 0.1.5-SNAPSHOT
../pom.xml
easy-blockchain-lib-spring
@@ -42,4 +42,4 @@
-
\ No newline at end of file
+
From caafc4f1db422501227454cab8f2d6bacf454663 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Fri, 5 Apr 2019 11:03:25 +0200
Subject: [PATCH 8/9] testing-codebuild feature with demo
---
test | 1 +
1 file changed, 1 insertion(+)
create mode 100644 test
diff --git a/test b/test
new file mode 100644
index 0000000..4566c11
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+pleaseignore
From 194b06f0509872584e2ada37f68374b9ac3329d9 Mon Sep 17 00:00:00 2001
From: schawla1989 <49189398+schawla1989@users.noreply.github.com>
Date: Fri, 5 Apr 2019 11:05:59 +0200
Subject: [PATCH 9/9] Deleting demo file
---
test | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 test
diff --git a/test b/test
deleted file mode 100644
index 4566c11..0000000
--- a/test
+++ /dev/null
@@ -1 +0,0 @@
-pleaseignore