Skip to content

Commit

Permalink
Transfers repo to cloudogu
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Jul 30, 2018
1 parent f0c5f71 commit d34c9e9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node {
}

stage('Statical Code Analysis') {
def sonarQube = new SonarCloud(this, [sonarQubeEnv: 'sonarcloud.io', sonarOrganization: 'triologygmbh'])
def sonarQube = new SonarCloud(this, [sonarQubeEnv: 'sonarcloud.io-cloudogu'])

sonarQube.analyzeWith(mvn)

Expand All @@ -50,10 +50,10 @@ node {
if (preconditionsForDeploymentFulfilled()) {

mvn.useDeploymentRepository([id: 'ossrh', url: 'https://oss.sonatype.org/',
credentialsId: 'de.triology-mavenCentral-acccessToken', type: 'Nexus2'])
credentialsId: 'mavenCentral-acccessToken', type: 'Nexus2'])

mvn.setSignatureCredentials('de.triology-mavenCentral-secretKey-asc-file',
'de.triology-mavenCentral-secretKey-Passphrase')
mvn.setSignatureCredentials('mavenCentral-secretKey-asc-file',
'mavenCentral-secretKey-Passphrase')

mvn.deployToNexusRepositoryWithStaging()
}
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# command-bus
[![Build Status](https://opensource.triology.de/jenkins/buildStatus/icon?job=triologygmbh-github/command-bus/master)](https://opensource.triology.de/jenkins/blue/organizations/jenkins/triologygmbh-github%2Fcommand-bus/branches/)
[![Quality Gates](https://sonarcloud.io/api/badges/gate?key=de.triology.cb%3Acommand-bus-parent)](https://sonarcloud.io/dashboard?id=de.triology.cb%3Acommand-bus-parent)
[![Coverage](https://sonarcloud.io/api/badges/measure?key=de.triology.cb%3Acommand-bus-parent&metric=coverage)](https://sonarcloud.io/dashboard?id=de.triology.cb%3Acommand-bus-parent)
[![Technical Debt](https://sonarcloud.io/api/badges/measure?key=de.triology.cb%3Acommand-bus-parent&metric=sqale_debt_ratio)](https://sonarcloud.io/dashboard?id=de.triology.cb%3Acommand-bus-parent)
[![Build Status](https://oss.cloudogu.com/jenkins/buildStatus/icon?job=cloudogu-github/command-bus/master)](https://opensource.triology.de/jenkins/blue/organizations/jenkins/triologygmbh-github%2Fcommand-bus/branches/)
[![Quality Gates](https://sonarcloud.io/api/project_badges/measure?project=com.cloudogu.cb%3Acommand-bus-parent&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.cloudogu.cb%3Acommand-bus-parent)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.cloudogu.cb%3Acommand-bus-parent&metric=coverage)](https://sonarcloud.io/dashboard?id=com.cloudogu.cb%3Acommand-bus-parent)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.cloudogu.cb%3Acommand-bus-parent&metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.cloudogu.cb%3Acommand-bus-parent)

CDI/Spring enabled Java Command-Bus

Expand Down Expand Up @@ -33,9 +33,9 @@ There are different versions of command-bus for either CDI or spring.

```XML
<dependency>
<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<artifactId>command-bus-cdi</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand All @@ -46,9 +46,9 @@ There are different versions of command-bus for either CDI or spring.

```XML
<dependency>
<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<artifactId>command-bus-spring</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion command-bus-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>command-bus-parent</artifactId>
<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion command-bus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>command-bus-parent</artifactId>
<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion command-bus-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>command-bus-parent</artifactId>
<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>de.triology.cb</groupId>
<groupId>com.cloudogu.cb</groupId>
<artifactId>command-bus-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>

Expand All @@ -43,60 +43,60 @@

<packaging>pom</packaging>

<url>https://github.com/triologygmbh/command-bus</url>
<url>https://github.com/cloudogu/command-bus</url>

<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/triologygmbh/command-bus/blob/master/LICENSE</url>
<url>https://github.com/cloudogu/command-bus/blob/master/LICENSE</url>
</license>
</licenses>

<inceptionYear>2017</inceptionYear>

<organization>
<name>TRIOLOGY GmbH</name>
<url>https://www.triology.de/</url>
<name>Cloudogu GmbH</name>
<url>https://cloudogu.com/</url>
</organization>

<developers>

<developer>
<name>Sebastian Sdorra</name>
<email>sebastian.sdorra@triology.de</email>
<email>sebastian.sdorra@cloudogu.com</email>
<organization>TRIOLOGY GmbH</organization>
<organizationUrl>https://www.triology.de/</organizationUrl>
<organizationUrl>https://cloudogu.com/</organizationUrl>
<timezone>Europe/Berlin</timezone>
</developer>

<developer>
<name>Philipp Czora</name>
<email>philipp.czora@triology.de</email>
<email>philipp.czora@cloudogu.com</email>
<organization>TRIOLOGY GmbH</organization>
<organizationUrl>https://www.triology.de/</organizationUrl>
<organizationUrl>https://cloudogu.com/</organizationUrl>
<timezone>Europe/Berlin</timezone>
</developer>

<developer>
<name>Johannes Schnatterer</name>
<email>johannes.schnatterer@triology.de</email>
<email>johannes.schnatterer@cloudogu.com</email>
<organization>TRIOLOGY GmbH</organization>
<organizationUrl>https://www.triology.de/</organizationUrl>
<organizationUrl>https://cloudogu.com/</organizationUrl>
<timezone>Europe/Berlin</timezone>
</developer>

</developers>

<scm>
<connection>scm:git:https://github.com/triologygmbh/command-bus</connection>
<developerConnection>scm:git:https://github.com/triologygmbh/command-bus</developerConnection>
<url>https://github.com/triologygmbh/command-bus.git</url>
<connection>scm:git:https://github.com/cloudogu/command-bus</connection>
<developerConnection>scm:git:https://github.com/cloudogu/command-bus</developerConnection>
<url>https://github.com/cloudogu/command-bus.git</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/triologygmbh/command-bus/issues</url>
<url>https://github.com/cloudogu/command-bus/issues</url>
</issueManagement>

<distributionManagement>
Expand Down

0 comments on commit d34c9e9

Please sign in to comment.