Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release inspektr-1.2.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Jun 3, 2015
1 parent d083102 commit 67192ce
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
6 changes: 2 additions & 4 deletions inspektr-aspects/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>inspektr</artifactId>
<groupId>org.jasig.inspektr</groupId>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>inspektr-aspects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inspektr-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
</parent>
<description>Inspektr Auditing</description>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion inspektr-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
</parent>
<description>Inspektr Common</description>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion inspektr-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
</parent>
<description>Inspektr Error Logging</description>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion inspektr-support-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
</parent>
<description>Inspektr Spring Support</description>
<modelVersion>4.0.0</modelVersion>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<parent>
<groupId>org.jasig.parent</groupId>
<artifactId>jasig-parent</artifactId>
Expand All @@ -10,7 +9,7 @@
<artifactId>inspektr</artifactId>
<packaging>pom</packaging>
<name>Inspektr Auditing Library</name>
<version>1.2.GA-SNAPSHOT</version>
<version>1.2.GA</version>
<url>http://inspektr.github.com</url>
<inceptionYear>2007</inceptionYear>
<description>Inspektr is a non-intrusive auditing library for Java based applications.</description>
Expand All @@ -19,7 +18,7 @@
<connection>scm:git:http://github.com/Jasig/inspektr.git</connection>
<developerConnection>scm:git:git@github.com:Jasig/inspektr.git</developerConnection>
<url>http://www.github.com/Jasig/inpektr</url>
<tag>master</tag>
<tag>inspektr-1.2.GA</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 67192ce

Please sign in to comment.