Skip to content

Commit

Permalink
RM:Making sure 6.2 works...
Browse files Browse the repository at this point in the history
  • Loading branch information
liquid182 committed May 15, 2019
1 parent 1797b9f commit 0a8ca8f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>log-tailer-plus</groupId>
<artifactId>log-tailer-plus</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>log-tailer-plus.core</artifactId>
Expand Down Expand Up @@ -86,6 +86,11 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
12 changes: 3 additions & 9 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>log-tailer-plus</groupId>
<artifactId>log-tailer-plus</artifactId>
<packaging>pom</packaging>
<version>1.0.1</version>
<version>1.0.2</version>
<name>Log Tailer Plus</name>
<description>LogTailer Plus - Add better logging to AEM ClientSide</description>

Expand Down Expand Up @@ -478,21 +478,15 @@
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.3.0</version>
<version>6.2.0-SP1</version>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
<version>2.0.4</version>
</dependency>
<!-- Apache Sling Dependencies -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
<version>1.0.0</version>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
<!-- Servlet API -->
Expand Down
Binary file modified ui.apps/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions ui.apps/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>log-tailer-plus</groupId>
<artifactId>log-tailer-plus</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>log-tailer-plus</groupId>
<artifactId>log-tailer-plus.core</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0a8ca8f

Please sign in to comment.