Skip to content

Commit

Permalink
[maven-release-plugin] prepare release failpoints-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Aug 11, 2022
1 parent 482cdbe commit 70d5969
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
8 changes: 3 additions & 5 deletions failpoints-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ 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.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.tisonkun.failpoints</groupId>
<artifactId>failpoints</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>failpoints-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Failpoint :: API</name>
<description>Failpoint - API</description>
Expand Down
8 changes: 3 additions & 5 deletions failpoints-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ 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.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.tisonkun.failpoints</groupId>
<artifactId>failpoints</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>failpoints-simple</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Failpoint :: Simple Driver</name>
<description>Failpoint - Simple Driver</description>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ 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.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.tisonkun.failpoints</groupId>
<artifactId>failpoints</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Failpoint</name>
Expand All @@ -46,7 +45,8 @@ limitations under the License.
<connection>scm:git:git://github.com/tisonkun/failpoints.git</connection>
<developerConnection>scm:git:ssh://github.com:tisonkun/failpoints.git</developerConnection>
<url>https://github.com/tisonkun/failpoints</url>
</scm>
<tag>failpoints-1.0.0</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -108,9 +108,9 @@ limitations under the License.
<importOrder>
<order>,static</order>
</importOrder>
<removeUnusedImports/>
<trimTrailingWhitespace/>
<endWithNewline/>
<removeUnusedImports />
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<spaces>true</spaces>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit 70d5969

Please sign in to comment.