Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cqsm-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-wilczynski committed Dec 28, 2016
1 parent dc8afcc commit fcd58e5
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<parent>
<groupId>com.cognifide.cq</groupId>
<artifactId>cqsm</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<!-- Build Settings -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>com.cognifide.cq</groupId>
<artifactId>cqsm</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<!-- Build Settings -->
Expand Down
122 changes: 61 additions & 61 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.cognifide.cq</groupId>
<artifactId>cqsm</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>documentation</artifactId>
<packaging>pom</packaging>

<name>AEM Permission Management :: Documentation</name>
<description>AEM Permission Management wiki documentation</description>


<profiles>
<profile>
<id>process-docs</id>
<build>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<executions>
<execution>
<id>node and npm install</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v4.4.7</nodeVersion>
<npmVersion>3.9.5</npmVersion>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
</execution>
<execution>
<id>grunt build</id>
<goals>
<goal>grunt</goal>
</goals>
<configuration>
<arguments>build</arguments>
</configuration>
</execution>
</executions>
<configuration>
<workingDirectory>src/main</workingDirectory>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.cognifide.cq</groupId>
<artifactId>cqsm</artifactId>
<version>2.1.0</version>
</parent>

<artifactId>documentation</artifactId>
<packaging>pom</packaging>

<name>AEM Permission Management :: Documentation</name>
<description>AEM Permission Management wiki documentation</description>


<profiles>
<profile>
<id>process-docs</id>
<build>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<executions>
<execution>
<id>node and npm install</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v4.4.7</nodeVersion>
<npmVersion>3.9.5</npmVersion>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
</execution>
<execution>
<id>grunt build</id>
<goals>
<goal>grunt</goal>
</goals>
<configuration>
<arguments>build</arguments>
</configuration>
</execution>
</executions>
<configuration>
<workingDirectory>src/main</workingDirectory>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- The Basics -->
<groupId>com.cognifide.cq</groupId>
<artifactId>cqsm</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -482,7 +482,7 @@
<scm>
<connection>scm:git:[email protected]:Cognifide/apm.git</connection>
<developerConnection>scm:git:[email protected]:Cognifide/apm.git</developerConnection>
<tag>HEAD</tag>
<tag>cqsm-2.1.0</tag>
<url>https://github.com/Cognifide/apm</url>
</scm>
<!-- Repositories -->
Expand Down

0 comments on commit fcd58e5

Please sign in to comment.