Skip to content

Commit

Permalink
Move groupId from com.github.s4u.plugins to org.simplify4u.plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 27, 2017
1 parent add134c commit 8a007bf
Show file tree
Hide file tree
Showing 43 changed files with 88 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache:
- $HOME/.m2/repository

before_cache:
- rm -rfv $HOME/.m2/repository/com/github/s4u/plugins/pgpverify-maven-plugin*
- rm -rfv $HOME/.m2/repository/org/simplify4u/plugins/pgpverify-maven-plugin*

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/s4u/pgpverify-maven-plugin.svg?branch=master)](https://travis-ci.org/s4u/pgpverify-maven-plugin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.s4u.plugins/pgpverify-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.s4u.plugins/pgpverify-maven-plugin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.simplify4u.plugins/pgpverify-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.simplify4u.plugins/pgpverify-maven-plugin)
# Verify PGP signatures plugin

This plugin allow you to automatically verify PGP signature of all project dependency.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2014 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
<relativePath/>
</parent>

<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions src/it/customCA/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/defaultCA/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/noDependency/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion src/it/noSigFail/invoker.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2015 Slawomir Jaranowski
# Copyright 2017 Slawomir Jaranowski
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/it/noSigFail/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions src/it/noSigOk/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion src/it/providedProcess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/providedSkip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/it/sigOk/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion src/it/sigOkKeysMap/keysmap.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2015 Slawomir Jaranowski
# Copyright 2017 Slawomir Jaranowski
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/it/sigOkKeysMap/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,7 +39,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/sigOkKeysMapMultiModule/keys-map/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2015 Slawomir Jaranowski
# Copyright 2017 Slawomir Jaranowski
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/it/sigOkKeysMapMultiModule/modules-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,7 +36,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/sigOkKeysMapMultiModule/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/it/sigOkTestJar/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Slawomir Jaranowski
~ Copyright 2017 Slawomir Jaranowski
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,7 +36,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/snapshotProcess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/snapshotSkip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/systemProcess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/systemSkip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Slawomir Jaranowski
* Copyright 2017 Slawomir Jaranowski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.github.s4u.plugins;
package org.simplify4u.plugins;

import org.apache.maven.artifact.Artifact;
import org.bouncycastle.openpgp.PGPPublicKey;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
package com.github.s4u.plugins;
/*
* Copyright 2017 Slawomir Jaranowski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.simplify4u.plugins;

import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.handler.ArtifactHandler;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Slawomir Jaranowski
* Copyright 2017 Slawomir Jaranowski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.github.s4u.plugins;
package org.simplify4u.plugins;

import org.bouncycastle.openpgp.PGPPublicKey;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Slawomir Jaranowski
* Copyright 2017 Slawomir Jaranowski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.github.s4u.plugins;
package org.simplify4u.plugins;

import com.google.common.base.Strings;
import java.io.BufferedReader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 Slawomir Jaranowski
* Copyright 2017 Slawomir Jaranowski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.github.s4u.plugins;
package org.simplify4u.plugins;

import java.io.BufferedOutputStream;
import java.io.File;
Expand Down
Loading

0 comments on commit 8a007bf

Please sign in to comment.