Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Sep 1, 2023
1 parent ac2e6b6 commit 6c4d616
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 25 deletions.
Empty file added config/findbugs-exclude.xml
Empty file.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.antwerkz.graven</groupId>
<artifactId>graven-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.antwerkz.graven.maven;

import java.io.File;

import org.apache.maven.shared.invoker.*;
import org.apache.maven.shared.utils.cli.CommandLineException;
import org.apache.maven.shared.utils.cli.Commandline;
import org.apache.maven.shared.utils.cli.StreamConsumer;
import org.apache.maven.shared.utils.cli.StreamPumper;

import java.io.File;

/**
* An implementation of {@link DefaultInvoker} launching Maven, but does not wait for the termination of the process.
* The launched process is passed in the {@link InvocationResult}.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import jdk.tools.jlink.resources.plugins

buildscript {
dependencies {
classpath("org.apache.maven:maven-model:2.3.1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.antwerkz.graven

class GradleDummy {

}
class GradleDummy {}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.antwerkz.graven

class DummyTest {

}
class DummyTest {}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.antwerkz.graven

class SampleClass {

}
class NoRegexSampleClass {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.antwerkz.graven

class PropertiesSampleClass {}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.antwerkz.graven

class SampleClass {

}
class SingleQuote {}
2 changes: 1 addition & 1 deletion mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.antwerkz.graven</groupId>
<artifactId>graven-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.antwerkz</groupId>
<artifactId>antwerkz-parent</artifactId>
<version>21</version>
<version>22</version>
</parent>

<groupId>com.antwerkz.graven</groupId>
<artifactId>graven-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<description>
Expand Down

0 comments on commit 6c4d616

Please sign in to comment.