Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
[maven-scm] :prepare release we.retail-1.0.0
Browse files Browse the repository at this point in the history
Former-commit-id: 7db8d2c
  • Loading branch information
raducotescu committed Jul 5, 2016
1 parent d4a7e25 commit 167032e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 27 deletions.
13 changes: 6 additions & 7 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
~ 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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +24,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -42,7 +40,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/all</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<build>
<plugins>
Expand Down Expand Up @@ -141,13 +140,13 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.ui.apps</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>content-package</type>
</dependency>
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.ui.content</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>content-package</type>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ 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>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +32,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/core</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<build>
<plugins>
Expand Down
9 changes: 5 additions & 4 deletions it.launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +36,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/it.launcher</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<!--
To keep the instance under test running and run individual tests
Expand Down Expand Up @@ -324,12 +325,12 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.it.tests</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
7 changes: 4 additions & 3 deletions it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -39,7 +39,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/it.tests</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<properties>
<junit.version>4.8.2</junit.version>
Expand Down Expand Up @@ -100,7 +101,7 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>bundle</type>
<scope>provided</scope>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<packaging>pom</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>We.Retail</description>

<modules>
Expand Down Expand Up @@ -47,7 +47,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<build>
<plugins>
Expand Down
7 changes: 4 additions & 3 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -39,7 +39,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.apps</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
Expand Down Expand Up @@ -212,7 +213,7 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
Expand Down
8 changes: 4 additions & 4 deletions ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
~ 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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- ====================================================================== -->
Expand All @@ -24,7 +23,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -40,7 +39,8 @@
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.content</url>
</scm>
<tag>we.retail-1.0.0</tag>
</scm>

<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
Expand Down

0 comments on commit 167032e

Please sign in to comment.