Skip to content

Commit

Permalink
bumped upto v0.4.0
Browse files Browse the repository at this point in the history
eb351ec Fix #176.
c0657ca d072b94 fix #174
6db0c7a Fix #172.
1030d4a Fail immediately if there is no valid git repo.
8df660f Fix #163.
  • Loading branch information
Walee Ahmed committed Apr 12, 2019
1 parent ca4fc75 commit 797c5a2
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 10 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.1.0.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.hunter.mylyngit.core.analysis,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
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="0.3.0">
version="0.4.0">

<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: 2 additions & 2 deletions edu.cuny.hunter.log.tests.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.ui</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
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.2.0.qualifier
Bundle-Version: 1.3.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 @@ -3,7 +3,7 @@
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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down
Binary file modified edu.cuny.hunter.log.updatesite/artifacts.jar
Binary file not shown.
Binary file modified edu.cuny.hunter.log.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description name="Logging Level Evolution Plugin Update Site">
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.
</description>
<feature url="features/edu.cuny.hunter.log.feature_0.3.0.jar" id="edu.cuny.hunter.log.feature" version="0.3.0">
<feature url="features/edu.cuny.hunter.log.feature_0.4.0.jar" id="edu.cuny.hunter.log.feature" version="0.4.0">
<category name="Logging"/>
</feature>
<category-def name="Logging" label="Logging"/>
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.2.0.qualifier
Bundle-Version: 1.3.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 @@ -3,7 +3,7 @@
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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down

0 comments on commit 797c5a2

Please sign in to comment.