🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

org.codehaus.plexus:plexus-utils

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.codehaus.plexus:plexus-utils - maven Package Compare versions

Comparing version
1.0.4
to
1.0.5
org/codehaus/plexus/util/FastMap$2.class

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+2
-2
#Generated by Maven
#Wed Oct 12 03:57:46 EST 2005
version=1.0.4
#Wed Dec 07 16:52:41 EST 2005
version=1.0.5
groupId=org.codehaus.plexus
artifactId=plexus-utils
<project>
<parent>
<artifactId>plexus</artifactId>
<groupId>org.codehaus.plexus</groupId>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

@@ -6,3 +11,3 @@ <groupId>org.codehaus.plexus</groupId>

<name>Plexus Common Utilities</name>
<version>1.0.4</version>
<version>1.0.5</version>
<ciManagement>

@@ -116,3 +121,3 @@ <notifiers>

<id>trygvis</id>
<name>Trygve Laugst�l</name>
<name>Trygve Laugstøl</name>
<email>trygvis@codehaus.org</email>

@@ -141,10 +146,10 @@ <roles>

<build>
<sourceDirectory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\src\main\java</sourceDirectory>
<sourceDirectory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/src/main/java</sourceDirectory>
<scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\src\test\java</testSourceDirectory>
<outputDirectory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\target\classes</outputDirectory>
<testOutputDirectory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\target\test-classes</testOutputDirectory>
<testSourceDirectory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/src/test/java</testSourceDirectory>
<outputDirectory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/target/classes</outputDirectory>
<testOutputDirectory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\src\main\resources</directory>
<directory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/src/main/resources</directory>
</resource>

@@ -154,27 +159,45 @@ </resources>

<testResource>
<directory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\src\test\resources</directory>
<directory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/src/test/resources</directory>
</testResource>
</testResources>
<directory>c:\home\Brett\cvs\plexus\plexus-utils\target\checkout\target</directory>
<finalName>plexus-utils-1.0.4</finalName>
<directory>/data/workspaces/maven-workspace/plexus/plexus-utils/target/checkout/target</directory>
<finalName>plexus-utils-1.0.5</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
<version>2.1-20051206.000752-3</version>
<inherited>true</inherited>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.0-beta-1</version>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.0-beta-3-SNAPSHOT</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.0-rc1</version>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-3-SNAPSHOT</version>
<version>2.0-beta-4-SNAPSHOT</version>
<configuration>

@@ -185,15 +208,27 @@ <tagBase>https://svn.codehaus.org/plexus/tags</tagBase>

<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.0-beta-2</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>RELEASE</version>
<version>2.1-SNAPSHOT</version>
<configuration>
<excludes>
<exclude implementation="java.lang.String">org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
<exclude implementation="java.lang.String">**/Test*.java</exclude>
<exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
<exclude>**/Test*.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.2-SNAPSHOT</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins>

@@ -229,2 +264,5 @@ </build>

<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>

@@ -245,2 +283,8 @@ <enabled>false</enabled>

</dependency>
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>1.1-alpha-2</version>
<scope>compile</scope>
</dependency>
</dependencies>

@@ -247,0 +291,0 @@ <reporting>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet