Skip to content

Commit

Permalink
Bump version to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Mar 24, 2020
1 parent 8c01547 commit c2a46f3
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 30 deletions.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: edu.cuny.hunter.log.core;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.hunter.mylyngit.core.analysis,
Expand Down
4 changes: 1 addition & 3 deletions edu.cuny.hunter.log.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
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">

<version>1.6.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<artifactId>edu.cuny.hunter.log.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.evalution/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Evalution
Bundle-SymbolicName: edu.cuny.hunter.log.evaluation;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Require-Bundle: edu.cuny.hunter.log.ui;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.evalution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.log.eval</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="edu.cuny.hunter.log.feature"
label="Logging Level Evolution"
version="1.6.0.qualifier">
version="1.7.0.qualifier">

<description>
Developers usually choose log levels to filter information they would like to print. However, developers may not well estimate the cost and benefit for each log level, and log levels may change overtime with requirements. Our tools consist of Eclipse plugins which help developers adjust and rejuvenate log levels by using Degree of Interests (DOI) model. DOI value is a kind of real number for a program element which shows how developers are interested in it. It is computed from the interaction events between developer and element, such as developer edits the element. Transformation decision is made by analyzing the DOI values of enclosing methods for logging invocations.
Expand Down
4 changes: 1 addition & 3 deletions edu.cuny.hunter.log.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
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">

<version>1.6.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.log.feature</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions edu.cuny.hunter.log.tests.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.log.tests.report</artifactId>
Expand Down Expand Up @@ -43,19 +43,19 @@
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.core</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.ui</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.tests</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: edu.cuny.hunter.log.tests
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.citytech.refactoring.common.tests,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.log.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui
Bundle-SymbolicName: edu.cuny.hunter.log.ui;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.jdt.core;bundle-version="3.13.100",
org.eclipse.core.resources;bundle-version="3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<artifactId>edu.cuny.hunter.log.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
4 changes: 1 addition & 3 deletions edu.cuny.hunter.log.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
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">

<version>1.6.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.log.updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.core;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.log4j;bundle-version="1.2.15",
org.eclipse.core.resources;bundle-version="3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.mylyngit.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.evaluation/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Evalution
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.eval;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.hunter.mylyngit.core.analysis,
edu.cuny.hunter.mylyngit.core.utils,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.evaluation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.mylyngit.eval</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.tests;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.7.0.qualifier
Automatic-Module-Name: edu.cuny.hunter.mylyngit.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jgit;bundle-version="5.1.0",
Expand Down
4 changes: 1 addition & 3 deletions edu.cuny.hunter.mylyngit.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
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">

<version>1.6.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>edu.cuny.hunter.mylyngit.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>edu.cuny.hunter.log.ui</module>
Expand Down

0 comments on commit c2a46f3

Please sign in to comment.