Skip to content

Commit e03974c

Browse files
committed
[maven-release-plugin] prepare release aio-lib-java-0.0.1
1 parent 63ce82c commit e03974c

4 files changed

Lines changed: 9 additions & 17 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
governing permissions and limitations under the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816

1917
<parent>
2018
<groupId>com.adobe</groupId>
2119
<artifactId>aio-lib-java</artifactId>
22-
<version>0.0.1-SNAPSHOT</version>
20+
<version>0.0.1</version>
2321
<relativePath>../pom.xml</relativePath>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>

events_mgmt/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
governing permissions and limitations under the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816

1917
<parent>
2018
<groupId>com.adobe</groupId>
2119
<artifactId>aio-lib-java</artifactId>
22-
<version>0.0.1-SNAPSHOT</version>
20+
<version>0.0.1</version>
2321
<relativePath>../pom.xml</relativePath>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>

ims/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
governing permissions and limitations under the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816

1917
<parent>
2018
<groupId>com.adobe</groupId>
2119
<artifactId>aio-lib-java</artifactId>
22-
<version>0.0.1-SNAPSHOT</version>
20+
<version>0.0.1</version>
2321
<relativePath>../pom.xml</relativePath>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
governing permissions and limitations under the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816

1917
<modelVersion>4.0.0</modelVersion>
2018

2119
<groupId>com.adobe</groupId>
2220
<artifactId>aio-lib-java</artifactId>
23-
<version>0.0.1-SNAPSHOT</version>
21+
<version>0.0.1</version>
2422
<packaging>pom</packaging>
2523

2624
<modules>
@@ -60,7 +58,7 @@
6058
<connection>scm:git:https://github.com/adobe/aio-lib-java-events.git</connection>
6159
<developerConnection>scm:git:https://github.com/adobe/aio-lib-java-events.git</developerConnection>
6260
<url>https://github.com/adobe/aio-lib-java-events/tree/master</url>
63-
<tag>HEAD</tag>
61+
<tag>aio-lib-java-0.0.1</tag>
6462
</scm>
6563

6664
<distributionManagement>

0 commit comments

Comments
 (0)