Skip to content

Commit 797c5a2

Browse files
author
Walee Ahmed
committed
bumped upto v0.4.0
eb351ec Fix #176. c0657ca d072b94 fix #174 6db0c7a Fix #172. 1030d4a Fail immediately if there is no valid git repo. 8df660f Fix #163.
1 parent ca4fc75 commit 797c5a2

File tree

17 files changed

+10
-10
lines changed

17 files changed

+10
-10
lines changed

edu.cuny.hunter.log.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Core
44
Bundle-SymbolicName: edu.cuny.hunter.log.core;singleton:=true
5-
Bundle-Version: 1.1.0.qualifier
5+
Bundle-Version: 1.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Import-Package: edu.cuny.citytech.refactoring.common.core,
88
edu.cuny.hunter.mylyngit.core.analysis,

edu.cuny.hunter.log.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77

88
<modelVersion>4.0.0</modelVersion>
99
<parent>

edu.cuny.hunter.log.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="edu.cuny.hunter.log.feature"
44
label="Logging Level Evolution"
5-
version="0.3.0">
5+
version="0.4.0">
66

77
<description>
88
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.

edu.cuny.hunter.log.tests.report/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>edu.cuny.hunter.log</groupId>
4545
<artifactId>edu.cuny.hunter.log.core</artifactId>
46-
<version>1.1.0-SNAPSHOT</version>
46+
<version>1.2.0-SNAPSHOT</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>edu.cuny.hunter.log</groupId>
5151
<artifactId>edu.cuny.hunter.log.ui</artifactId>
52-
<version>1.2.0-SNAPSHOT</version>
52+
<version>1.3.0-SNAPSHOT</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>

edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Ui
44
Bundle-SymbolicName: edu.cuny.hunter.log.ui;singleton:=true
5-
Bundle-Version: 1.2.0.qualifier
5+
Bundle-Version: 1.3.0.qualifier
66
Require-Bundle: org.eclipse.ui,
77
org.eclipse.jdt.core;bundle-version="3.13.100",
88
org.eclipse.core.resources;bundle-version="3.12.0",

edu.cuny.hunter.log.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

6-
<version>1.2.0-SNAPSHOT</version>
6+
<version>1.3.0-SNAPSHOT</version>
77

88
<modelVersion>4.0.0</modelVersion>
99
<parent>
57 Bytes
Binary file not shown.
6.96 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)