Skip to content

Commit 760eeda

Browse files
committed
Rename groupId for our port
1 parent 7d63977 commit 760eeda

12 files changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Simply add `buildversion-plugin` to your pom, executing the `set-properties` goa
2626
<build>
2727
<plugins>
2828
<plugin>
29-
<groupId>com.code54.mojo</groupId>
30-
<artifactId>buildversion-plugin</artifactId>
29+
<groupId>com.evolvedbinary.maven.plugins</groupId>
30+
<artifactId>buildversion-maven-plugin</artifactId>
3131
<version>1.1.0-SNAPSHOT</version>
3232
<executions>
3333
<execution>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1717
<modelVersion>4.0.0</modelVersion>
1818

19-
<groupId>com.code54.mojo</groupId>
20-
<artifactId>buildversion-plugin</artifactId>
19+
<groupId>com.evolvedbinary.maven.plugins</groupId>
20+
<artifactId>buildversion-maven-plugin</artifactId>
2121
<version>1.1.0-SNAPSHOT</version>
2222
<packaging>maven-plugin</packaging>
2323

src/it/custom-properties/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<groupId>com.code54.mojo</groupId>
19-
<artifactId>buildversion-plugin-example</artifactId>
18+
<groupId>com.evolvedbinary.maven.plugins</groupId>
19+
<artifactId>buildversion-maven-plugin-example</artifactId>
2020
<version>1.1.0-SNAPSHOT</version>
2121

2222
<name>Build version project example</name>
@@ -29,8 +29,8 @@
2929
<build>
3030
<plugins>
3131
<plugin>
32-
<groupId>com.code54.mojo</groupId>
33-
<artifactId>buildversion-plugin</artifactId>
32+
<groupId>com.evolvedbinary.maven.plugins</groupId>
33+
<artifactId>buildversion-maven-plugin</artifactId>
3434
<version>1.1.0-SNAPSHOT</version>
3535
<executions>
3636
<execution>

src/it/setting-git-cmd/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<groupId>com.code54.mojo</groupId>
19-
<artifactId>buildversion-plugin-example</artifactId>
18+
<groupId>com.evolvedbinary.maven.plugins</groupId>
19+
<artifactId>buildversion-maven-plugin-example</artifactId>
2020
<version>1.1.0-SNAPSHOT</version>
2121

2222
<name>Build version project example</name>
@@ -29,8 +29,8 @@
2929
<build>
3030
<plugins>
3131
<plugin>
32-
<groupId>com.code54.mojo</groupId>
33-
<artifactId>buildversion-plugin</artifactId>
32+
<groupId>com.evolvedbinary.maven.plugins</groupId>
33+
<artifactId>buildversion-maven-plugin</artifactId>
3434
<version>1.1.0-SNAPSHOT</version>
3535
<executions>
3636
<execution>

src/it/simple-project/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<groupId>com.code54.mojo</groupId>
19-
<artifactId>buildversion-plugin-example</artifactId>
18+
<groupId>com.evolvedbinary.maven.plugins</groupId>
19+
<artifactId>buildversion-maven-plugin-example</artifactId>
2020
<version>1.1.0-SNAPSHOT</version>
2121

2222
<name>Build version project example</name>
@@ -29,8 +29,8 @@
2929
<build>
3030
<plugins>
3131
<plugin>
32-
<groupId>com.code54.mojo</groupId>
33-
<artifactId>buildversion-plugin</artifactId>
32+
<groupId>com.evolvedbinary.maven.plugins</groupId>
33+
<artifactId>buildversion-maven-plugin</artifactId>
3434
<version>1.1.0-SNAPSHOT</version>
3535
<executions>
3636
<execution>

src/main/java/com/code54/mojo/buildversion/BuildVersionMojo.java renamed to src/main/java/com/evolvedbinary/maven/plugins/buildversion/BuildVersionMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* which accompanies this distribution, and is available at
1111
* http://www.eclipse.org/legal/epl-v10.html
1212
*/
13-
package com.code54.mojo.buildversion;
13+
package com.evolvedbinary.maven.plugins.buildversion;
1414

15-
import com.code54.mojo.buildversion.util.LoggerFactory;
15+
import com.evolvedbinary.maven.plugins.buildversion.util.LoggerFactory;
1616
import org.apache.maven.plugin.AbstractMojo;
1717
import org.apache.maven.plugin.MojoExecutionException;
1818
import org.apache.maven.plugins.annotations.LifecyclePhase;
@@ -30,7 +30,7 @@
3030
import java.util.Map;
3131
import java.util.Properties;
3232

33-
import static com.code54.mojo.buildversion.GitService.DEFAULT_TIMESTAMP_FORMAT;
33+
import static com.evolvedbinary.maven.plugins.buildversion.GitService.DEFAULT_TIMESTAMP_FORMAT;
3434

3535
@Mojo(name = "set-properties", defaultPhase = LifecyclePhase.INITIALIZE)
3636
public class BuildVersionMojo extends AbstractMojo {

src/main/java/com/code54/mojo/buildversion/GitService.java renamed to src/main/java/com/evolvedbinary/maven/plugins/buildversion/GitService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* which accompanies this distribution, and is available at
1111
* http://www.eclipse.org/legal/epl-v10.html
1212
*/
13-
package com.code54.mojo.buildversion;
13+
package com.evolvedbinary.maven.plugins.buildversion;
1414

15-
import com.code54.mojo.buildversion.util.Logger;
15+
import com.evolvedbinary.maven.plugins.buildversion.util.Logger;
1616

1717
import javax.annotation.Nullable;
1818
import java.io.BufferedReader;

src/main/java/com/code54/mojo/buildversion/util/Logger.java renamed to src/main/java/com/evolvedbinary/maven/plugins/buildversion/util/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* which accompanies this distribution, and is available at
1111
* http://www.eclipse.org/legal/epl-v10.html
1212
*/
13-
package com.code54.mojo.buildversion.util;
13+
package com.evolvedbinary.maven.plugins.buildversion.util;
1414

1515
public interface Logger {
1616
void debug(String message);

src/main/java/com/code54/mojo/buildversion/util/LoggerFactory.java renamed to src/main/java/com/evolvedbinary/maven/plugins/buildversion/util/LoggerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* which accompanies this distribution, and is available at
1111
* http://www.eclipse.org/legal/epl-v10.html
1212
*/
13-
package com.code54.mojo.buildversion.util;
13+
package com.evolvedbinary.maven.plugins.buildversion.util;
1414

1515
import org.apache.maven.plugin.logging.Log;
1616

src/main/java/com/code54/mojo/buildversion/util/MavenLogAdapter.java renamed to src/main/java/com/evolvedbinary/maven/plugins/buildversion/util/MavenLogAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* which accompanies this distribution, and is available at
1111
* http://www.eclipse.org/legal/epl-v10.html
1212
*/
13-
package com.code54.mojo.buildversion.util;
13+
package com.evolvedbinary.maven.plugins.buildversion.util;
1414

1515
import org.apache.maven.plugin.logging.Log;
1616

0 commit comments

Comments
 (0)