Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mobius-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Dec 23, 2020
1 parent 12b47ba commit c96d6f7
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 17 deletions.
10 changes: 6 additions & 4 deletions comet/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>
<artifactId>mobius</artifactId>
<groupId>org.renci</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://github.com/RENCI-NRIG/Mobius</url>
Expand Down Expand Up @@ -151,4 +149,8 @@
</dependency>
</dependencies>


<scm>
<tag>mobius-1.0.1</tag>
</scm>
</project>
10 changes: 4 additions & 6 deletions jclouds-shaded/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"
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.renci</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down Expand Up @@ -41,7 +39,7 @@
<dependency>
<groupId>org.apache.jclouds.api</groupId>
<artifactId>openstack-nova</artifactId>
<version>2.2.0</version>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.api</groupId>
Expand Down Expand Up @@ -103,7 +101,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
10 changes: 7 additions & 3 deletions mobius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>mobius-spring</artifactId>
<packaging>jar</packaging>
<name>mobius-spring</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<url>https://github.com/RENCI-NRIG/Mobius</url>
<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -263,7 +263,7 @@
<dependency>
<groupId>org.renci</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>safe</groupId>
Expand All @@ -273,12 +273,16 @@
<dependency>
<groupId>org.renci</groupId>
<artifactId>comet</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.327</version>
</dependency>
</dependencies>

<scm>
<tag>mobius-1.0.1</tag>
</scm>
</project>
8 changes: 6 additions & 2 deletions notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>notification</artifactId>
<packaging>jar</packaging>
<name>notification</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<url>https://github.com/RENCI-NRIG/Mobius</url>
<properties>
<java.version>1.8</java.version>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>org.renci</groupId>
<artifactId>mobius</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -216,4 +216,8 @@
<version>1.7.25</version>
</dependency>
</dependencies>

<scm>
<tag>mobius-1.0.1</tag>
</scm>
</project>
4 changes: 4 additions & 0 deletions openstack-nova/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,8 @@
</profiles>



<scm>
<tag>mobius-1.0.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>mobius</artifactId>
<packaging>pom</packaging>
<name>mobius</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<url>https://github.com/RENCI-NRIG/Mobius</url>
<modules>
<module>comet</module>
Expand All @@ -25,7 +25,7 @@
<scm>
<connection>scm:git:git@github.com:RENCI-NRIG/Mobius.git</connection>
<url>https://github.com/RENCI-NRIG/Mobius</url>
<tag>HEAD</tag>
<tag>mobius-1.0.1</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit c96d6f7

Please sign in to comment.