Skip to content

Commit

Permalink
[maven-release-plugin] prepare release crypto-conditions-parent-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Apr 29, 2018
1 parent 678f0af commit 4212d31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
7 changes: 2 additions & 5 deletions crypto-conditions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>crypto-conditions</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions jackson-datatype-cryptoconditions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.3</version>

<name>Ripple Crypto Conditions Parent</name>
<description>Parent project for Java Crypto Conditions modules.</description>
Expand Down Expand Up @@ -72,7 +70,8 @@
<scm>
<connection>scm:git:git://github.com/ripple/crypto-conditions.git</connection>
<developerConnection>scm:git:[email protected]:ripple/crypto-conditions.git</developerConnection>
<url>https://github.com/ripple/crypto-conditions</url>
<url>https://github.com/ripple/crypto-conditions1</url>
<tag>crypto-conditions-parent-1.0.3</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4212d31

Please sign in to comment.